Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/igc/core/
H A Digc_defines.h83 #define IGC_RXD_STAT_EOP 0x02 /* End of Packet */ macro
/illumos-gate/usr/src/uts/common/io/igc/
H A Digc_ring.c795 (cur_status & IGC_RXD_STAT_EOP) == 0) { in igc_ring_rx()