Searched refs:BusyTxDesc (Results 1 – 3 of 3) sorted by relevance
176 gmacdev->BusyTxDesc = 0; in synopGMAC_setup_tx_desc_queue()
1514 …(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()
162 u32 BusyTxDesc; /* Number of Tx Descriptors owned by DMA at any given time*/ member