Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/igc/
H A Digc_txrx.c1734 if (!(txr[tx_end].wb.status & IGC_TXD_STAT_DD)) { in igc_xmit_pkts()
1868 if (*status & rte_cpu_to_le_32(IGC_TXD_STAT_DD)) in eth_igc_tx_descriptor_status()
1924 txd->wb.status = IGC_TXD_STAT_DD; in igc_reset_tx_queue()
2100 rte_cpu_to_le_32(IGC_TXD_STAT_DD))) in eth_igc_tx_done_cleanup()
/f-stack/dpdk/drivers/net/igc/base/
H A Digc_defines.h383 #define IGC_TXD_STAT_DD 0x00000001 /* Descriptor Done */ macro