Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/e1000e/
H A Ddefines.h117 #define E1000_RCTL_SBP 0x00000004 /* store bad packet */ macro
H A Dethtool.c1262 E1000_RCTL_SBP | E1000_RCTL_SECRC | in e1000_setup_desc_rings()
H A Dnetdev.c3055 rctl &= ~E1000_RCTL_SBP; in e1000_setup_rctl()
3160 rctl |= (E1000_RCTL_SBP | /* Receive bad packets */ in e1000_setup_rctl()
/linux/drivers/net/ethernet/intel/igb/
H A De1000_defines.h129 #define E1000_RCTL_SBP 0x00000004 /* store bad packet */ macro
H A De1000_82575.c1986 temp_rctl = rctl & ~(E1000_RCTL_EN | E1000_RCTL_SBP); in igb_rx_fifo_flush_82575()
H A Digb_main.c4604 rctl &= ~(E1000_RCTL_SBP | E1000_RCTL_SZ_256); in igb_setup_rctl()
4626 rctl |= (E1000_RCTL_SBP | /* Receive bad packets */ in igb_setup_rctl()
4836 rd32(E1000_RCTL) & E1000_RCTL_SBP) in igb_set_rx_buffer_len()
/linux/drivers/net/ethernet/intel/e1000/
H A De1000_hw.c2517 rctl &= ~E1000_RCTL_SBP; in e1000_check_for_link()
2531 rctl |= E1000_RCTL_SBP; in e1000_check_for_link()
H A De1000_hw.h1809 #define E1000_RCTL_SBP 0x00000004 /* store bad packet */ macro