Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/igc/core/
H A Digc_base.c162 temp_rctl = rctl & ~(IGC_RCTL_EN | IGC_RCTL_SBP); in igc_rx_fifo_flush_base()
H A Digc_defines.h146 #define IGC_RCTL_SBP 0x00000004 /* store bad packet */ macro
/illumos-gate/usr/src/uts/common/io/igc/
H A Digc_ring.c562 rctl &= ~IGC_RCTL_SBP; in igc_rx_hw_init()