Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/intel/e1000e/
Ddefines.h102 #define E1000_MANC_ARP_EN 0x00002000 /* Enable ARP Request Filtering */ macro
/linux-6.1.9/drivers/net/ethernet/intel/e1000/
De1000_hw.h2035 #define E1000_MANC_ARP_EN 0x00002000 /* Enable ARP Request Filtering */ macro
De1000_main.c337 manc &= ~(E1000_MANC_ARP_EN); in e1000_init_manageability()
351 manc |= E1000_MANC_ARP_EN; in e1000_release_manageability()
De1000_hw.c484 manc &= ~(E1000_MANC_ARP_EN); in e1000_reset_hw()