Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/igc/core/
H A Digc_defines.h318 #define IGC_TXD_STAT_DD 0x00000001 /* Descriptor Done */ macro
/illumos-gate/usr/src/uts/common/io/igc/
H A Digc_ring.c1189 if ((status & IGC_TXD_STAT_DD) == 0) { in igc_tx_recycle()