Home
last modified time | relevance | path

Searched refs:BusyTxDesc (Results 1 – 3 of 3) sorted by relevance

/hal_nuvoton-latest/m46x/StdDriver/drv_emac/
DsynopGMAC_network_interface.c176 gmacdev->BusyTxDesc = 0; in synopGMAC_setup_tx_desc_queue()
DsynopGMAC_Dev.c1514 …(gmacdev->BusyTxDesc)--; //busy tx descriptor is reduced by one as it will be handed over to Proce… in synopGMAC_get_tx_qptr()
1591 …(gmacdev->BusyTxDesc)++; //busy tx descriptor is incremented by one as it will be handed over to D… in synopGMAC_set_tx_qptr()
DsynopGMAC_Dev.h162 u32 BusyTxDesc; /* Number of Tx Descriptors owned by DMA at any given time*/ member