Searched refs:E1000_MANC_ARP_EN (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/e1000e/
H A Ddefines.h133 #define E1000_MANC_ARP_EN 0x00002000 /* Enable ARP Request Filtering */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/e1000/
H A De1000_main.c350 manc &= ~(E1000_MANC_ARP_EN);
364 manc |= E1000_MANC_ARP_EN;
H A De1000_hw.h2005 #define E1000_MANC_ARP_EN 0x00002000 /* Enable ARP Request Filtering */ macro
H A De1000_hw.c502 manc &= ~(E1000_MANC_ARP_EN);

Completed in 94 milliseconds