Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/igc/core/
H A Digc_base.c158 rlpml = IGC_READ_REG(hw, IGC_RLPML); in igc_rx_fifo_flush_base()
159 IGC_WRITE_REG(hw, IGC_RLPML, 0); in igc_rx_fifo_flush_base()
178 IGC_WRITE_REG(hw, IGC_RLPML, rlpml); in igc_rx_fifo_flush_base()
H A Digc_regs.h229 #define IGC_RLPML 0x05004 /* Rx Long Packet Max Length */ macro
/illumos-gate/usr/src/uts/common/io/igc/
H A Digc_ring.c591 igc_write32(igc, IGC_RLPML, igc->igc_max_frame); in igc_rx_hw_init()