Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/intel/igc/
A Digc_base.c334 u32 rctl, rlpml, rxdctl[4], rfctl, temp_rctl, rx_enabled; in igc_rx_fifo_flush_base() local
338 rfctl = rd32(IGC_RFCTL); in igc_rx_fifo_flush_base()
339 rfctl |= IGC_RFCTL_IPV6_EX_DIS; in igc_rx_fifo_flush_base()
340 wr32(IGC_RFCTL, rfctl); in igc_rx_fifo_flush_base()
368 wr32(IGC_RFCTL, rfctl & ~IGC_RFCTL_LEF); in igc_rx_fifo_flush_base()
391 wr32(IGC_RFCTL, rfctl); in igc_rx_fifo_flush_base()
/linux-6.3-rc2/drivers/net/ethernet/intel/igb/
A De1000_82575.c1947 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()
/linux-6.3-rc2/drivers/net/ethernet/microchip/
A Dlan743x_main.c1591 u32 rfctl; in lan743x_rfe_set_multicast() local
1594 rfctl = lan743x_csr_read(adapter, RFE_CTL); in lan743x_rfe_set_multicast()
1595 rfctl &= ~(RFE_CTL_AU_ | RFE_CTL_AM_ | in lan743x_rfe_set_multicast()
1597 rfctl |= RFE_CTL_AB_; in lan743x_rfe_set_multicast()
1599 rfctl |= RFE_CTL_AM_ | RFE_CTL_AU_; in lan743x_rfe_set_multicast()
1602 rfctl |= RFE_CTL_AM_; in lan743x_rfe_set_multicast()
1606 rfctl |= RFE_CTL_IP_COE_ | RFE_CTL_TCP_UDP_COE_; in lan743x_rfe_set_multicast()
1613 rfctl |= RFE_CTL_DA_PERFECT_; in lan743x_rfe_set_multicast()
1635 rfctl |= RFE_CTL_MCAST_HASH_; in lan743x_rfe_set_multicast()
1644 lan743x_csr_write(adapter, RFE_CTL, rfctl); in lan743x_rfe_set_multicast()
/linux-6.3-rc2/drivers/net/wireless/broadcom/b43/
A Dphy_n.c5595 u8 rfctl[2]; in b43_nphy_rev2_cal_rx_iq() local
5629 rfctl[0] = B43_NPHY_RFCTL_INTC1; in b43_nphy_rev2_cal_rx_iq()
5630 rfctl[1] = B43_NPHY_RFCTL_INTC2; in b43_nphy_rev2_cal_rx_iq()
5633 rfctl[0] = B43_NPHY_RFCTL_INTC2; in b43_nphy_rev2_cal_rx_iq()
5634 rfctl[1] = B43_NPHY_RFCTL_INTC1; in b43_nphy_rev2_cal_rx_iq()
5641 tmp[4] = b43_phy_read(dev, rfctl[0]); in b43_nphy_rev2_cal_rx_iq()
5642 tmp[5] = b43_phy_read(dev, rfctl[1]); in b43_nphy_rev2_cal_rx_iq()
5667 b43_phy_write(dev, rfctl[1], 0x148); in b43_nphy_rev2_cal_rx_iq()
5669 b43_phy_write(dev, rfctl[1], 0x114); in b43_nphy_rev2_cal_rx_iq()
5751 b43_phy_write(dev, rfctl[1], tmp[5]); in b43_nphy_rev2_cal_rx_iq()
[all …]
/linux-6.3-rc2/drivers/net/ethernet/intel/e1000e/
A 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()
3034 u32 rctl, rfctl; in e1000_setup_rctl() local
3114 rfctl = er32(RFCTL); in e1000_setup_rctl()
3115 rfctl |= E1000_RFCTL_EXTEN; in e1000_setup_rctl()
3116 ew32(RFCTL, rfctl); in e1000_setup_rctl()
/linux-6.3-rc2/drivers/net/ethernet/intel/ixgbe/
A Dixgbe_main.c4373 u32 rxctrl, rfctl; in ixgbe_configure_rx() local
4382 rfctl = IXGBE_READ_REG(hw, IXGBE_RFCTL); in ixgbe_configure_rx()
4383 rfctl &= ~IXGBE_RFCTL_RSC_DIS; in ixgbe_configure_rx()
4385 rfctl |= IXGBE_RFCTL_RSC_DIS; in ixgbe_configure_rx()
4388 rfctl |= (IXGBE_RFCTL_NFSW_DIS | IXGBE_RFCTL_NFSR_DIS); in ixgbe_configure_rx()
4389 IXGBE_WRITE_REG(hw, IXGBE_RFCTL, rfctl); in ixgbe_configure_rx()

Completed in 47 milliseconds