Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/microchip/
Dlan743x_main.c1075 u32 rfctl; in lan743x_rfe_set_multicast() local
1078 rfctl = lan743x_csr_read(adapter, RFE_CTL); in lan743x_rfe_set_multicast()
1079 rfctl &= ~(RFE_CTL_AU_ | RFE_CTL_AM_ | in lan743x_rfe_set_multicast()
1081 rfctl |= RFE_CTL_AB_; in lan743x_rfe_set_multicast()
1083 rfctl |= RFE_CTL_AM_ | RFE_CTL_AU_; in lan743x_rfe_set_multicast()
1086 rfctl |= RFE_CTL_AM_; in lan743x_rfe_set_multicast()
1094 rfctl |= RFE_CTL_DA_PERFECT_; in lan743x_rfe_set_multicast()
1116 rfctl |= RFE_CTL_MCAST_HASH_; in lan743x_rfe_set_multicast()
1125 lan743x_csr_write(adapter, RFE_CTL, rfctl); in lan743x_rfe_set_multicast()
/Linux-v4.19/drivers/net/ethernet/intel/igb/
De1000_82575.c1951 u32 rctl, rlpml, rxdctl[4], rfctl, temp_rctl, rx_enabled; in igb_rx_fifo_flush_82575() local
1955 rfctl = rd32(E1000_RFCTL); in igb_rx_fifo_flush_82575()
1956 rfctl |= E1000_RFCTL_IPV6_EX_DIS; in igb_rx_fifo_flush_82575()
1957 wr32(E1000_RFCTL, rfctl); in igb_rx_fifo_flush_82575()
1986 wr32(E1000_RFCTL, rfctl & ~E1000_RFCTL_LEF); in igb_rx_fifo_flush_82575()
2009 wr32(E1000_RFCTL, rfctl); in igb_rx_fifo_flush_82575()
/Linux-v4.19/drivers/net/wireless/broadcom/b43/
Dphy_n.c5655 u8 rfctl[2]; in b43_nphy_rev2_cal_rx_iq() local
5689 rfctl[0] = B43_NPHY_RFCTL_INTC1; in b43_nphy_rev2_cal_rx_iq()
5690 rfctl[1] = B43_NPHY_RFCTL_INTC2; in b43_nphy_rev2_cal_rx_iq()
5693 rfctl[0] = B43_NPHY_RFCTL_INTC2; in b43_nphy_rev2_cal_rx_iq()
5694 rfctl[1] = B43_NPHY_RFCTL_INTC1; in b43_nphy_rev2_cal_rx_iq()
5701 tmp[4] = b43_phy_read(dev, rfctl[0]); in b43_nphy_rev2_cal_rx_iq()
5702 tmp[5] = b43_phy_read(dev, rfctl[1]); in b43_nphy_rev2_cal_rx_iq()
5716 b43_phy_write(dev, rfctl[0], 0x140); in b43_nphy_rev2_cal_rx_iq()
5718 b43_phy_write(dev, rfctl[0], 0x110); in b43_nphy_rev2_cal_rx_iq()
5721 b43_phy_write(dev, rfctl[0], 0x180); in b43_nphy_rev2_cal_rx_iq()
[all …]
/Linux-v4.19/drivers/net/ethernet/intel/e1000e/
Dnetdev.c1980 u32 rfctl = er32(RFCTL); in e1000_configure_msix() local
1982 rfctl |= E1000_RFCTL_ACK_DIS; in e1000_configure_msix()
1983 ew32(RFCTL, rfctl); in e1000_configure_msix()
3027 u32 rctl, rfctl; in e1000_setup_rctl() local
3107 rfctl = er32(RFCTL); in e1000_setup_rctl()
3108 rfctl |= E1000_RFCTL_EXTEN; in e1000_setup_rctl()
3109 ew32(RFCTL, rfctl); in e1000_setup_rctl()
/Linux-v4.19/drivers/net/ethernet/intel/ixgbe/
Dixgbe_main.c4318 u32 rxctrl, rfctl; in ixgbe_configure_rx() local
4327 rfctl = IXGBE_READ_REG(hw, IXGBE_RFCTL); in ixgbe_configure_rx()
4328 rfctl &= ~IXGBE_RFCTL_RSC_DIS; in ixgbe_configure_rx()
4330 rfctl |= IXGBE_RFCTL_RSC_DIS; in ixgbe_configure_rx()
4333 rfctl |= (IXGBE_RFCTL_NFSW_DIS | IXGBE_RFCTL_NFSR_DIS); in ixgbe_configure_rx()
4334 IXGBE_WRITE_REG(hw, IXGBE_RFCTL, rfctl); in ixgbe_configure_rx()