Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/igb/
De1000_regs.h263 #define E1000_RLPML 0x05004 /* RX Long Packet Max Length */ macro
De1000_82575.c1442 rlpml = rd32(E1000_RLPML); in igb_rx_fifo_flush_82575()
1443 wr32(E1000_RLPML, 0); in igb_rx_fifo_flush_82575()
1462 wr32(E1000_RLPML, rlpml); in igb_rx_fifo_flush_82575()
Digb_ethtool.c456 regs_buff[34] = rd32(E1000_RLPML); in igb_get_regs()
Digb_main.c2934 wr32(E1000_RLPML, max_frame_size); in igb_rlpml_set()