Home
last modified time | relevance | path

Searched refs:Status (Results 1 – 2 of 2) sorted by relevance

/hal_nuvoton-latest/m46x/StdDriver/drv_emac/
DsynopGMAC_Dev.c1501 s32 synopGMAC_get_tx_qptr(synopGMACdevice * gmacdev, u32 * Status, u32 * Buffer1, u32 * Length1, u3… in synopGMAC_get_tx_qptr() argument
1516 if(Status != 0) in synopGMAC_get_tx_qptr()
1517 *Status = txdesc->status; in synopGMAC_get_tx_qptr()
1693 s32 synopGMAC_get_rx_qptr(synopGMACdevice * gmacdev, u32 * Status, u32 * Buffer1, u32 * Length1, u3… in synopGMAC_get_rx_qptr() argument
1709 if(Status != 0) in synopGMAC_get_rx_qptr()
1710 *Status = rxdesc->status;// send the status of this descriptor in synopGMAC_get_rx_qptr()
DsynopGMAC_Dev.h1421 void synopGMAC_get_desc_data(DmaDesc * desc, u32 * Status, u32 * Buffer1, u32 * Length1, u32 * Data…
1423 s32 synopGMAC_get_tx_qptr(synopGMACdevice * gmacdev, u32 * Status, u32 * Buffer1, u32 * Length1, u3…
1428 s32 synopGMAC_get_rx_qptr(synopGMACdevice * gmacdev, u32 * Status, u32 * Buffer1, u32 * Length1, u3…