Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/igb/
H A De1000_regs.h281 #define E1000_RLPML 0x05004 /* RX Long Packet Max Length */ macro
H A De1000_82575.c1982 rlpml = rd32(E1000_RLPML); in igb_rx_fifo_flush_82575()
1983 wr32(E1000_RLPML, 0); in igb_rx_fifo_flush_82575()
2002 wr32(E1000_RLPML, rlpml); in igb_rx_fifo_flush_82575()
H A Digb_ethtool.c525 regs_buff[34] = rd32(E1000_RLPML); in igb_get_regs()
H A Digb_main.c5352 wr32(E1000_RLPML, rlpml); in igb_set_rx_mode()
/openbmc/qemu/hw/net/
H A Digb_regs.h421 #define E1000_RLPML 0x05004 /* RX Long Packet Max Length */ macro