Home
last modified time | relevance | path

Searched refs:E1000_MANC_ARP_EN (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/drivers/net/e1000/
De1000_hw.h2098 #define E1000_MANC_ARP_EN 0x00002000 /* Enable ARP Request Filtering */ macro
De1000_main.c480 manc &= ~(E1000_MANC_ARP_EN); in e1000_init_manageability()
505 manc |= E1000_MANC_ARP_EN; in e1000_release_manageability()
De1000_hw.c684 manc &= ~(E1000_MANC_ARP_EN); in e1000_reset_hw()