Searched refs:IGC_TXD_STAT_DD (Results 1 – 2 of 2) sorted by relevance
318 #define IGC_TXD_STAT_DD 0x00000001 /* Descriptor Done */ macro
1189 if ((status & IGC_TXD_STAT_DD) == 0) { in igc_tx_recycle()