Home
last modified time | relevance | path

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

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

Completed in 74 milliseconds