![]() |
PDK API Guide for J721E
|
TX-related parameters required by Enet's netif. They are populated by application.
Data Fields | |
EnetDma_TxChHandle | hTxChannel |
uint32_t | txChNum |
bool | disableEvent |
Enet_MacPort | txPortNum |
EnetDma_TxChHandle LwipifEnetAppIf_TxHandleInfo::hTxChannel |
Enet DMA transmit channel.
uint32_t LwipifEnetAppIf_TxHandleInfo::txChNum |
TX channel peer id.
bool LwipifEnetAppIf_TxHandleInfo::disableEvent |
Whether to use TX event or not. When disabled, it uses "lazy" recycle mechanism to defer packet desc retrieval.
Enet_MacPort LwipifEnetAppIf_TxHandleInfo::txPortNum |
Directed port number. Set to ENET_MAC_PORT_INV for non-directed packets.