Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/
H A De1000_base.c197 temp_rctl = rctl & ~(E1000_RCTL_EN | E1000_RCTL_SBP); in e1000_rx_fifo_flush_base()
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 Dif_em.c1709 reg_rctl &= ~(E1000_RCTL_SBP | E1000_RCTL_UPE);
1724 reg_rctl |= E1000_RCTL_SBP;
3368 rctl &= ~E1000_RCTL_SBP;