Searched refs:E1000_TX_FLAGS_IPV4 (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/e1000/
H A De1000_main.c2557 #define E1000_TX_FLAGS_IPV4 0x00000008 macro
2818 if (likely(tx_flags & E1000_TX_FLAGS_IPV4))
3043 tx_flags |= E1000_TX_FLAGS_IPV4;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/e1000e/
H A Dnetdev.c4236 #define E1000_TX_FLAGS_IPV4 0x00000008 macro
4486 if (tx_flags & E1000_TX_FLAGS_IPV4)
4708 tx_flags |= E1000_TX_FLAGS_IPV4;

Completed in 47 milliseconds