enum tapi_cfg_if_chan
Overview
Supported types of channels More…
#include <tapi_cfg_if_chan.h> enum tapi_cfg_if_chan { TAPI_CFG_IF_CHAN_RX, TAPI_CFG_IF_CHAN_TX, TAPI_CFG_IF_CHAN_OTHER, TAPI_CFG_IF_CHAN_COMBINED, };
Detailed Documentation
Supported types of channels
Enum Values
TAPI_CFG_IF_CHAN_RX
Channels with only receive queues
TAPI_CFG_IF_CHAN_TX
Channels with only transmit queues
TAPI_CFG_IF_CHAN_OTHER
Channels used only for other purposes (link interrupts, etc)
TAPI_CFG_IF_CHAN_COMBINED
Multi-purpose channels