Searched refs:TxBusy (Results 1 – 3 of 3) sorted by relevance
1264 gmacdev->TxBusy = 0; in synopGMAC_init_tx_rx_desc_queue()1503 u32 txover = gmacdev->TxBusy; in synopGMAC_get_tx_qptr()1534 gmacdev->TxBusy = synopGMAC_is_last_tx_desc(gmacdev,txdesc) ? 0 : txover + 1; in synopGMAC_get_tx_qptr()
173 gmacdev->TxBusy = 0; in synopGMAC_setup_tx_desc_queue()
168 …u32 TxBusy; /* index of the tx descriptor owned by DMA, is obtained by synopGMA… member