Home
last modified time | relevance | path

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

/hal_nuvoton-latest/m46x/StdDriver/drv_emac/
DsynopGMAC_Dev.c1505 DmaDesc * txdesc = (DmaDesc *)((uint64_t)(gmacdev->TxBusyDesc) | 0x100000000); in synopGMAC_get_tx_qptr()
1507 DmaDesc * txdesc = gmacdev->TxBusyDesc; in synopGMAC_get_tx_qptr()
1537 … gmacdev->TxBusyDesc = synopGMAC_is_last_tx_desc(gmacdev,txdesc) ? gmacdev->TxDesc : (txdesc + 1); in synopGMAC_get_tx_qptr()
DsynopGMAC_network_interface.c175 gmacdev->TxBusyDesc = gmacdev->TxDesc; in synopGMAC_setup_tx_desc_queue()
DsynopGMAC_Dev.h173 DmaDesc * TxBusyDesc; /* Tx Descriptor address corresponding to the index TxBusy */ member