Home
last modified time | relevance | path

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

/hal_nuvoton-latest/m46x/StdDriver/drv_emac/
DsynopGMAC_Dev.c1263 gmacdev->TxNext = 0; in synopGMAC_init_tx_rx_desc_queue()
1582 u32 txnext = gmacdev->TxNext; in synopGMAC_set_tx_qptr()
1618 gmacdev->TxNext = synopGMAC_is_last_tx_desc(gmacdev,txdesc) ? 0 : txnext + 1; in synopGMAC_set_tx_qptr()
DsynopGMAC_network_interface.c172 gmacdev->TxNext = 0; in synopGMAC_setup_tx_desc_queue()
DsynopGMAC_Dev.h169 …u32 TxNext; /* index of the tx descriptor next available with driver, given to … member