Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/e1000/
H A Digb_pf.c197 uint32_t fctrl, vmolr = E1000_VMOLR_BAM | E1000_VMOLR_AUPE; in set_rx_mode()
243 E1000_VMOLR_BAM | E1000_VMOLR_AUPE); in igb_vf_reset_event()
H A Digb_rxtx.c2182 vmolr &= ~(E1000_VMOLR_AUPE | E1000_VMOLR_ROMPE | in igb_vmdq_rx_hw_configure()
2187 vmolr |= E1000_VMOLR_AUPE; in igb_vmdq_rx_hw_configure()
/f-stack/dpdk/drivers/net/e1000/base/
H A De1000_82575.h311 #define E1000_VMOLR_AUPE 0x01000000 /* Accept untagged packets */ macro