Searched refs:IGC_TXD_STAT_DD (Results 1 – 2 of 2) sorted by relevance
1734 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()
383 #define IGC_TXD_STAT_DD 0x00000001 /* Descriptor Done */ macro