Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/igc/
H A Digc_base.c338 u32 rctl, rlpml, rxdctl[4], rfctl, temp_rctl, rx_enabled; in igc_rx_fifo_flush_base() local
378 temp_rctl = rctl & ~(IGC_RCTL_EN | IGC_RCTL_SBP); in igc_rx_fifo_flush_base()
379 temp_rctl |= IGC_RCTL_LPE; in igc_rx_fifo_flush_base()
381 wr32(IGC_RCTL, temp_rctl); in igc_rx_fifo_flush_base()
382 wr32(IGC_RCTL, temp_rctl | IGC_RCTL_EN); in igc_rx_fifo_flush_base()