PDK API Guide for J721E
LwipifEnetAppIf_TxHandleInfo Struct Reference

Detailed Description

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
 

Field Documentation

◆ hTxChannel

EnetDma_TxChHandle LwipifEnetAppIf_TxHandleInfo::hTxChannel

Enet DMA transmit channel.

◆ txChNum

uint32_t LwipifEnetAppIf_TxHandleInfo::txChNum

TX channel peer id.

◆ disableEvent

bool LwipifEnetAppIf_TxHandleInfo::disableEvent

Whether to use TX event or not. When disabled, it uses "lazy" recycle mechanism to defer packet desc retrieval.

◆ txPortNum

Enet_MacPort LwipifEnetAppIf_TxHandleInfo::txPortNum

Directed port number. Set to ENET_MAC_PORT_INV for non-directed packets.