Open Ethernet Networking (OpEN) API Guide and Reference Manual  3.13.1.2
Enumerations | Functions
openapi_flow_control.h File Reference
#include "openapi_common.h"

Go to the source code of this file.

Enumerations

enum  OPEN_FLOWCONTROL_OPER_t { OPEN_FLOWCTRL_INACTIVE = 0, OPEN_FLOWCTRL_ACTIVE }
 
enum  OPEN_FLOWCONTROL_t { OPEN_FLOWCTRL_OFF = 0, OPEN_FLOWCTRL_SYMM, OPEN_FLOWCTRL_ASYMM }
 

Functions

open_error_t openapiFlowControlIfModeGet (openapiClientHandle_t *client_handle, uint32_t ifNum, OPEN_FLOWCONTROL_t *mode)
 Get the Flow Control mode of the interafce. More...
 
open_error_t openapiFlowControlIfModeSet (openapiClientHandle_t *client_handle, uint32_t ifNum, OPEN_FLOWCONTROL_t mode)
 Set the Flow Control mode of the interafce. More...
 
open_error_t openapiFlowControlIfOperModeGet (openapiClientHandle_t *client_handle, uint32_t ifNum, OPEN_FLOWCONTROL_OPER_t *mode)
 Get the Flow Control operational mode of the interafce. More...
 
open_error_t openapiFlowControlIfPauseFramesRxGet (openapiClientHandle_t *client_handle, uint32_t ifNum, uint32_t *rxCount)
 Get the pause frames receive count of the interafce. More...
 
open_error_t openapiFlowControlIfPauseFramesTxGet (openapiClientHandle_t *client_handle, uint32_t ifNum, uint32_t *txCount)
 Get the pause frames transmit count of the interafce. More...
 
open_error_t openapiFlowControlModeGet (openapiClientHandle_t *client_handle, OPEN_FLOWCONTROL_t *mode)
 Get the Flow Control mode of the system. More...
 
open_error_t openapiFlowControlModeSet (openapiClientHandle_t *client_handle, OPEN_FLOWCONTROL_t mode)
 Set the Flow Control mode of the system. More...