Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/e1000e/
H A Ddefines.h102 #define E1000_MANC_ARP_EN 0x00002000 /* Enable ARP Request Filtering */ macro
/openbmc/qemu/hw/net/
H A De1000x_regs.h928 #define E1000_MANC_ARP_EN 0x00002000 /* Enable ARP Request Filtering */ macro
H A De1000.c261 E1000_MANC_ARP_EN | E1000_MANC_0298_EN |
/openbmc/u-boot/drivers/net/
H A De1000.h1632 #define E1000_MANC_ARP_EN 0x00002000 /* Enable ARP Request Filtering */ macro
H A De1000.c1681 manc &= ~(E1000_MANC_ARP_EN); in e1000_reset_hw()
/openbmc/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.c337 manc &= ~(E1000_MANC_ARP_EN); in e1000_init_manageability()
351 manc |= E1000_MANC_ARP_EN; in e1000_release_manageability()
H A De1000_hw.c485 manc &= ~(E1000_MANC_ARP_EN); in e1000_reset_hw()