Searched refs:rfctl (Results 1 – 6 of 6) sorted by relevance
/drivers/net/ethernet/intel/igc/ |
D | igc_base.c | 339 u32 rctl, rlpml, rxdctl[4], rfctl, temp_rctl, rx_enabled; in igc_rx_fifo_flush_base() local 343 rfctl = rd32(IGC_RFCTL); in igc_rx_fifo_flush_base() 344 rfctl |= IGC_RFCTL_IPV6_EX_DIS; in igc_rx_fifo_flush_base() 345 wr32(IGC_RFCTL, rfctl); in igc_rx_fifo_flush_base() 373 wr32(IGC_RFCTL, rfctl & ~IGC_RFCTL_LEF); in igc_rx_fifo_flush_base() 396 wr32(IGC_RFCTL, rfctl); in igc_rx_fifo_flush_base()
|
/drivers/net/ethernet/microchip/ |
D | lan743x_main.c | 1124 u32 rfctl; in lan743x_rfe_set_multicast() local 1127 rfctl = lan743x_csr_read(adapter, RFE_CTL); in lan743x_rfe_set_multicast() 1128 rfctl &= ~(RFE_CTL_AU_ | RFE_CTL_AM_ | in lan743x_rfe_set_multicast() 1130 rfctl |= RFE_CTL_AB_; in lan743x_rfe_set_multicast() 1132 rfctl |= RFE_CTL_AM_ | RFE_CTL_AU_; in lan743x_rfe_set_multicast() 1135 rfctl |= RFE_CTL_AM_; in lan743x_rfe_set_multicast() 1143 rfctl |= RFE_CTL_DA_PERFECT_; in lan743x_rfe_set_multicast() 1165 rfctl |= RFE_CTL_MCAST_HASH_; in lan743x_rfe_set_multicast() 1174 lan743x_csr_write(adapter, RFE_CTL, rfctl); in lan743x_rfe_set_multicast()
|
/drivers/net/ethernet/intel/igb/ |
D | e1000_82575.c | 1947 u32 rctl, rlpml, rxdctl[4], rfctl, temp_rctl, rx_enabled; in igb_rx_fifo_flush_82575() local 1951 rfctl = rd32(E1000_RFCTL); in igb_rx_fifo_flush_82575() 1952 rfctl |= E1000_RFCTL_IPV6_EX_DIS; in igb_rx_fifo_flush_82575() 1953 wr32(E1000_RFCTL, rfctl); in igb_rx_fifo_flush_82575() 1982 wr32(E1000_RFCTL, rfctl & ~E1000_RFCTL_LEF); in igb_rx_fifo_flush_82575() 2005 wr32(E1000_RFCTL, rfctl); in igb_rx_fifo_flush_82575()
|
/drivers/net/wireless/broadcom/b43/ |
D | phy_n.c | 5646 u8 rfctl[2]; in b43_nphy_rev2_cal_rx_iq() local 5680 rfctl[0] = B43_NPHY_RFCTL_INTC1; in b43_nphy_rev2_cal_rx_iq() 5681 rfctl[1] = B43_NPHY_RFCTL_INTC2; in b43_nphy_rev2_cal_rx_iq() 5684 rfctl[0] = B43_NPHY_RFCTL_INTC2; in b43_nphy_rev2_cal_rx_iq() 5685 rfctl[1] = B43_NPHY_RFCTL_INTC1; in b43_nphy_rev2_cal_rx_iq() 5692 tmp[4] = b43_phy_read(dev, rfctl[0]); in b43_nphy_rev2_cal_rx_iq() 5693 tmp[5] = b43_phy_read(dev, rfctl[1]); in b43_nphy_rev2_cal_rx_iq() 5707 b43_phy_write(dev, rfctl[0], 0x140); in b43_nphy_rev2_cal_rx_iq() 5709 b43_phy_write(dev, rfctl[0], 0x110); in b43_nphy_rev2_cal_rx_iq() 5712 b43_phy_write(dev, rfctl[0], 0x180); in b43_nphy_rev2_cal_rx_iq() [all …]
|
/drivers/net/ethernet/intel/e1000e/ |
D | netdev.c | 1985 u32 rfctl = er32(RFCTL); in e1000_configure_msix() local 1987 rfctl |= E1000_RFCTL_ACK_DIS; in e1000_configure_msix() 1988 ew32(RFCTL, rfctl); in e1000_configure_msix() 3040 u32 rctl, rfctl; in e1000_setup_rctl() local 3120 rfctl = er32(RFCTL); in e1000_setup_rctl() 3121 rfctl |= E1000_RFCTL_EXTEN; in e1000_setup_rctl() 3122 ew32(RFCTL, rfctl); in e1000_setup_rctl()
|
/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_main.c | 4371 u32 rxctrl, rfctl; in ixgbe_configure_rx() local 4380 rfctl = IXGBE_READ_REG(hw, IXGBE_RFCTL); in ixgbe_configure_rx() 4381 rfctl &= ~IXGBE_RFCTL_RSC_DIS; in ixgbe_configure_rx() 4383 rfctl |= IXGBE_RFCTL_RSC_DIS; in ixgbe_configure_rx() 4386 rfctl |= (IXGBE_RFCTL_NFSW_DIS | IXGBE_RFCTL_NFSR_DIS); in ixgbe_configure_rx() 4387 IXGBE_WRITE_REG(hw, IXGBE_RFCTL, rfctl); in ixgbe_configure_rx()
|