Searched refs:E1000_RCTL_SBP (Results 1 - 6 of 6) sorted by relevance

/freebsd-11.0-release/sys/dev/e1000/
H A De1000_82543.c1303 rctl &= ~E1000_RCTL_SBP;
1317 rctl |= E1000_RCTL_SBP;
H A De1000_defines.h191 #define E1000_RCTL_SBP 0x00000004 /* store bad packet */ macro
H A Dif_lem.c1988 reg_rctl |= E1000_RCTL_SBP;
2014 reg_rctl &= (~E1000_RCTL_SBP);
3441 rctl |= E1000_RCTL_SBP;
3443 rctl &= ~E1000_RCTL_SBP;
H A Dif_em.c2228 reg_rctl |= E1000_RCTL_SBP;
2253 reg_rctl &= (~E1000_RCTL_SBP);
4578 rctl &= ~E1000_RCTL_SBP;
H A De1000_82575.c2191 temp_rctl = rctl & ~(E1000_RCTL_EN | E1000_RCTL_SBP);
H A Dif_igb.c4777 rctl &= ~E1000_RCTL_SBP;

Completed in 191 milliseconds