Searched refs:rfctl (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/net/ethernet/intel/igc/ |
| H A D | igc_base.c | 338 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 D | lan743x_main.c | 1450 u32 rfctl; in lan743x_rfe_set_multicast() local 1453 rfctl = lan743x_csr_read(adapter, RFE_CTL); in lan743x_rfe_set_multicast() 1454 rfctl &= ~(RFE_CTL_AU_ | RFE_CTL_AM_ | in lan743x_rfe_set_multicast() 1456 rfctl |= RFE_CTL_AB_; in lan743x_rfe_set_multicast() 1458 rfctl |= RFE_CTL_AM_ | RFE_CTL_AU_; in lan743x_rfe_set_multicast() 1461 rfctl |= RFE_CTL_AM_; in lan743x_rfe_set_multicast() 1465 rfctl |= RFE_CTL_IP_COE_ | RFE_CTL_TCP_UDP_COE_; in lan743x_rfe_set_multicast() 1472 rfctl |= RFE_CTL_DA_PERFECT_; in lan743x_rfe_set_multicast() 1494 rfctl |= RFE_CTL_MCAST_HASH_; in lan743x_rfe_set_multicast() 1503 lan743x_csr_write(adapter, RFE_CTL, rfctl); in lan743x_rfe_set_multicast()
|