Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/intel/igb/
De1000_82575.c1910 u32 rctl, rlpml, rxdctl[4], rfctl, temp_rctl, rx_enabled; in igb_rx_fifo_flush_82575() local
1947 temp_rctl = rctl & ~(E1000_RCTL_EN | E1000_RCTL_SBP); in igb_rx_fifo_flush_82575()
1948 temp_rctl |= E1000_RCTL_LPE; in igb_rx_fifo_flush_82575()
1950 wr32(E1000_RCTL, temp_rctl); in igb_rx_fifo_flush_82575()
1951 wr32(E1000_RCTL, temp_rctl | E1000_RCTL_EN); in igb_rx_fifo_flush_82575()