Home
last modified time | relevance | path

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

/freebsd/sys/dev/igc/
H A Digc_base.c159 rlpml = IGC_READ_REG(hw, IGC_RLPML); in igc_rx_fifo_flush_base()
160 IGC_WRITE_REG(hw, IGC_RLPML, 0); in igc_rx_fifo_flush_base()
179 IGC_WRITE_REG(hw, IGC_RLPML, rlpml); in igc_rx_fifo_flush_base()
H A Digc_regs.h226 #define IGC_RLPML 0x05004 /* Rx Long Packet Max Length */ macro
H A Dif_igc.c2261 IGC_WRITE_REG(&sc->hw, IGC_RLPML, psize); in igc_initialize_receive_unit()