Home
last modified time | relevance | path

Searched refs:E1000_RCTL_SBP (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_82543.c1303 rctl &= ~E1000_RCTL_SBP; in e1000_check_for_copper_link_82543()
1317 rctl |= E1000_RCTL_SBP; in e1000_check_for_copper_link_82543()
H A De1000_defines.h191 #define E1000_RCTL_SBP 0x00000004 /* store bad packet */ macro
H A De1000_82575.c2192 temp_rctl = rctl & ~(E1000_RCTL_EN | E1000_RCTL_SBP); in e1000_rx_fifo_flush_82575()
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_rx.c303 rctl |= E1000_RCTL_SBP; in e1000g_rx_setup()
H A De1000g_main.c5873 E1000_RCTL_SBP | in e1000g_set_external_loopback_1000()
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A De1000.c2504 rctl &= ~E1000_RCTL_SBP;
2517 rctl |= E1000_RCTL_SBP;
H A De1000_hw.h1227 #define E1000_RCTL_SBP 0x00000004 /* store bad packet */ macro