Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/e1000e/
H A Ddefines.h102 #define E1000_MANC_ARP_EN 0x00002000 /* Enable ARP Request Filtering */ macro
/linux/drivers/net/ethernet/intel/e1000/
H A De1000_hw.h2032 #define E1000_MANC_ARP_EN 0x00002000 /* Enable ARP Request Filtering */ macro
H A De1000_main.c334 manc &= ~(E1000_MANC_ARP_EN); in e1000_init_manageability()
348 manc |= E1000_MANC_ARP_EN; in e1000_release_manageability()
H A De1000_hw.c485 manc &= ~(E1000_MANC_ARP_EN); in e1000_reset_hw()