Home
last modified time | relevance | path

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

/hal_nuvoton-latest/m46x/StdDriver/drv_emac/
DsynopGMAC_Dev.c1239 void synopGMAC_tx_desc_init_ring(DmaDesc *desc, bool last_ring_desc) in synopGMAC_tx_desc_init_ring() function
1256 synopGMAC_tx_desc_init_ring(gmacdev->TxDesc + i, i == gmacdev->TxDescCount-1); in synopGMAC_init_tx_rx_desc_queue()
1538 synopGMAC_tx_desc_init_ring(txdesc, synopGMAC_is_last_tx_desc(gmacdev,txdesc)); in synopGMAC_get_tx_qptr()
DsynopGMAC_network_interface.c167 synopGMAC_tx_desc_init_ring(gmacdev->TxDescDma + i, i == gmacdev->TxDescCount-1); in synopGMAC_setup_tx_desc_queue()
DsynopGMAC_Dev.h1390 void synopGMAC_tx_desc_init_ring(DmaDesc *desc, bool last_ring_desc);