Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_regs.h481 #define E1000_RLPML 0x05004 /* Rx Long Packet Max Length */ macro
H A De1000_82575.c2188 rlpml = E1000_READ_REG(hw, E1000_RLPML); in e1000_rx_fifo_flush_82575()
2189 E1000_WRITE_REG(hw, E1000_RLPML, 0); in e1000_rx_fifo_flush_82575()
2208 E1000_WRITE_REG(hw, E1000_RLPML, rlpml); in e1000_rx_fifo_flush_82575()
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_main.c2259 E1000_WRITE_REG(hw, E1000_RLPML, igb->max_frame_size); in igb_setup_rx()