Home
last modified time | relevance | path

Searched refs:IGC_RFCTL (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/ethernet/intel/igc/
H A Digc_base.c338 rfctl = rd32(IGC_RFCTL); 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()
H A Digc_regs.h109 #define IGC_RFCTL 0x05008 /* Receive Filter Control*/ macro
H A Digc_ethtool.c221 regs_buff[27] = rd32(IGC_RFCTL); in igc_ethtool_get_regs()