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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/igb/
H A De1000_82575.c1386 rlpml = rd32(E1000_RLPML);
1387 wr32(E1000_RLPML, 0);
1406 wr32(E1000_RLPML, rlpml);
H A De1000_regs.h250 #define E1000_RLPML 0x05004 /* RX Long Packet Max Length */ macro
H A Digb_ethtool.c451 regs_buff[34] = rd32(E1000_RLPML);
H A Digb_main.c2836 wr32(E1000_RLPML, max_frame_size);

Completed in 69 milliseconds