Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/intel/igc/
Digc_base.c374 temp_rctl = rctl & ~(IGC_RCTL_EN | IGC_RCTL_SBP); in igc_rx_fifo_flush_base()
378 wr32(IGC_RCTL, temp_rctl | IGC_RCTL_EN); in igc_rx_fifo_flush_base()
Digc_defines.h344 #define IGC_RCTL_EN 0x00000002 /* enable */ macro
Digc_main.c810 rctl |= IGC_RCTL_EN | IGC_RCTL_BAM | IGC_RCTL_RDMTS_HALF | in igc_setup_rctl()
4792 wr32(IGC_RCTL, rctl & ~IGC_RCTL_EN); in igc_down()