Home
last modified time | relevance | path

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

/hal_nuvoton-latest/m46x/StdDriver/drv_emac/
DsynopGMAC_Dev.c1264 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()
DsynopGMAC_network_interface.c173 gmacdev->TxBusy = 0; in synopGMAC_setup_tx_desc_queue()
DsynopGMAC_Dev.h168 …u32 TxBusy; /* index of the tx descriptor owned by DMA, is obtained by synopGMA… member