Searched refs:rlpml (Results 1 – 2 of 2) sorted by relevance
/freebsd/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 159 rlpml = IGC_READ_REG(hw, IGC_RLPML); in igc_rx_fifo_flush_base() 179 IGC_WRITE_REG(hw, IGC_RLPML, rlpml); in igc_rx_fifo_flush_base()
|
/freebsd/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 194 rlpml = E1000_READ_REG(hw, E1000_RLPML); in e1000_rx_fifo_flush_base() 214 E1000_WRITE_REG(hw, E1000_RLPML, rlpml); in e1000_rx_fifo_flush_base()
|