Searched refs:temp_rctl (Results 1 – 2 of 2) sorted by relevance
| /src/sys/dev/igc/ |
| H A D | igc_base.c | 121 u32 rctl, rlpml, rxdctl[4], rfctl, temp_rctl, rx_enabled; in igc_rx_fifo_flush_base() local 163 temp_rctl = rctl & ~(IGC_RCTL_EN | IGC_RCTL_SBP); in igc_rx_fifo_flush_base() 164 temp_rctl |= IGC_RCTL_LPE; in igc_rx_fifo_flush_base() 166 IGC_WRITE_REG(hw, IGC_RCTL, temp_rctl); in igc_rx_fifo_flush_base() 167 IGC_WRITE_REG(hw, IGC_RCTL, temp_rctl | IGC_RCTL_EN); in igc_rx_fifo_flush_base()
|
| /src/sys/dev/e1000/ |
| H A D | e1000_base.c | 155 u32 rctl, rlpml, rxdctl[4], rfctl, temp_rctl, rx_enabled; in e1000_rx_fifo_flush_base() local 198 temp_rctl = rctl & ~(E1000_RCTL_EN | E1000_RCTL_SBP); in e1000_rx_fifo_flush_base() 199 temp_rctl |= E1000_RCTL_LPE; in e1000_rx_fifo_flush_base() 201 E1000_WRITE_REG(hw, E1000_RCTL, temp_rctl); in e1000_rx_fifo_flush_base() 202 E1000_WRITE_REG(hw, E1000_RCTL, temp_rctl | E1000_RCTL_EN); in e1000_rx_fifo_flush_base()
|