Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/igc/
H A Digc_base.c338 u32 rctl, rlpml, rxdctl[4], rfctl, temp_rctl, rx_enabled; in igc_rx_fifo_flush_base() local
342 rfctl = rd32(IGC_RFCTL); in igc_rx_fifo_flush_base()
343 rfctl |= IGC_RFCTL_IPV6_EX_DIS; in igc_rx_fifo_flush_base()
344 wr32(IGC_RFCTL, rfctl); in igc_rx_fifo_flush_base()
372 wr32(IGC_RFCTL, rfctl & ~IGC_RFCTL_LEF); in igc_rx_fifo_flush_base()
395 wr32(IGC_RFCTL, rfctl); in igc_rx_fifo_flush_base()
/linux/drivers/net/ethernet/microchip/
H A Dlan743x_main.c1419 u32 rfctl; in lan743x_rfe_set_multicast() local
1422 rfctl = lan743x_csr_read(adapter, RFE_CTL); in lan743x_rfe_set_multicast()
1423 rfctl &= ~(RFE_CTL_AU_ | RFE_CTL_AM_ | in lan743x_rfe_set_multicast()
1425 rfctl |= RFE_CTL_AB_; in lan743x_rfe_set_multicast()
1427 rfctl |= RFE_CTL_AM_ | RFE_CTL_AU_; in lan743x_rfe_set_multicast()
1430 rfctl |= RFE_CTL_AM_; in lan743x_rfe_set_multicast()
1434 rfctl |= RFE_CTL_IP_COE_ | RFE_CTL_TCP_UDP_COE_; in lan743x_rfe_set_multicast()
1441 rfctl |= RFE_CTL_DA_PERFECT_; in lan743x_rfe_set_multicast()
1463 rfctl |= RFE_CTL_MCAST_HASH_; in lan743x_rfe_set_multicast()
1472 lan743x_csr_write(adapter, RFE_CTL, rfctl); in lan743x_rfe_set_multicast()
/linux/drivers/net/ethernet/intel/e1000e/
H A Dnetdev.c1978 u32 rfctl = er32(RFCTL); in e1000_configure_msix() local
1980 rfctl |= E1000_RFCTL_ACK_DIS; in e1000_configure_msix()
1981 ew32(RFCTL, rfctl); in e1000_configure_msix()
3026 u32 rctl, rfctl; in e1000_setup_rctl() local
3106 rfctl = er32(RFCTL); in e1000_setup_rctl()
3107 rfctl |= E1000_RFCTL_EXTEN; in e1000_setup_rctl()
3108 ew32(RFCTL, rfctl); in e1000_setup_rctl()
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c4815 u32 rxctrl, rfctl; in ixgbe_configure_rx() local
4824 rfctl = IXGBE_READ_REG(hw, IXGBE_RFCTL); in ixgbe_configure_rx()
4825 rfctl &= ~IXGBE_RFCTL_RSC_DIS; in ixgbe_configure_rx()
4827 rfctl |= IXGBE_RFCTL_RSC_DIS; in ixgbe_configure_rx()
4830 rfctl |= (IXGBE_RFCTL_NFSW_DIS | IXGBE_RFCTL_NFSR_DIS); in ixgbe_configure_rx()
4831 IXGBE_WRITE_REG(hw, IXGBE_RFCTL, rfctl); in ixgbe_configure_rx()