Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/ether/intel22x/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.h229 #define IGC_RLPML 0x05004 /* Rx Long Packet Max Length */ macro
H A Dif_igc.c2046 IGC_WRITE_REG(&adapter->hw, IGC_RLPML, psize); in igc_initialize_receive_unit()