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.c101 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()
351 updated = !!(status & IGC_TXD_STAT_DD); in igc_isc_txd_credits_update()
377 } while ((status & IGC_TXD_STAT_DD)); in igc_isc_txd_credits_update()
H A Digc_defines.h318 #define IGC_TXD_STAT_DD 0x00000001 /* Descriptor Done */ macro
H A Dif_igc.c402 buf->eop != -1 ? txr->tx_base[buf->eop].upper.fields.status & IGC_TXD_STAT_DD : 0); in igc_get_regs()