Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/e1000e/
H A Ddefines.h102 #define E1000_MANC_ARP_EN 0x00002000 /* Enable ARP Request Filtering */ macro
/OK3568_Linux_fs/u-boot/drivers/net/
H A De1000.h1630 #define E1000_MANC_ARP_EN 0x00002000 /* Enable ARP Request Filtering */ macro
H A De1000.c1467 manc &= ~(E1000_MANC_ARP_EN); in e1000_reset_hw()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/e1000/
H A De1000_hw.h2035 #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.c484 manc &= ~(E1000_MANC_ARP_EN); in e1000_reset_hw()
/OK3568_Linux_fs/external/dpdk/pcie/e1000/
H A Digb_ethdev.c2711 manc &= ~(E1000_MANC_ARP_EN); in igb_init_manageability()
2728 manc |= E1000_MANC_ARP_EN; in igb_release_manageability()