Home
last modified time | relevance | path

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

/freebsd/sys/dev/igc/
H A Digc_txrx.c99 if (!(status & IGC_TXD_STAT_DD)) in igc_dump_rs()
112 IGC_TXD_STAT_DD) in igc_dump_rs()
358 updated = !!(status & IGC_TXD_STAT_DD); in igc_isc_txd_credits_update()
385 } while ((status & IGC_TXD_STAT_DD)); in igc_isc_txd_credits_update()
H A Digc_defines.h317 #define IGC_TXD_STAT_DD 0x00000001 /* Descriptor Done */ macro
H A Dif_igc.c419 IGC_TXD_STAT_DD : 0); in igc_get_regs()