Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/intel/igb/
De1000_82575.c1930 u32 rctl, rlpml, rxdctl[4], rfctl, temp_rctl, rx_enabled; in igb_rx_fifo_flush_82575() local
1971 temp_rctl = rctl & ~(E1000_RCTL_EN | E1000_RCTL_SBP); in igb_rx_fifo_flush_82575()
1972 temp_rctl |= E1000_RCTL_LPE; in igb_rx_fifo_flush_82575()
1974 wr32(E1000_RCTL, temp_rctl); in igb_rx_fifo_flush_82575()
1975 wr32(E1000_RCTL, temp_rctl | E1000_RCTL_EN); in igb_rx_fifo_flush_82575()