Searched refs:IGC_TXD_STAT_DD (Results 1 – 3 of 3) sorted by relevance
101 if (!(status & IGC_TXD_STAT_DD)) in igc_dump_rs()110 if (txr->tx_base[i].upper.fields.status & IGC_TXD_STAT_DD) in igc_dump_rs()353 updated = !!(status & IGC_TXD_STAT_DD); in igc_isc_txd_credits_update()379 } while ((status & IGC_TXD_STAT_DD)); in igc_isc_txd_credits_update()
318 #define IGC_TXD_STAT_DD 0x00000001 /* Descriptor Done */ macro
401 buf->eop != -1 ? txr->tx_base[buf->eop].upper.fields.status & IGC_TXD_STAT_DD : 0); in igc_get_regs()