Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/igb/
H A De1000_82575.h210 #define E1000_VMOLR_BAM 0x08000000 /* Accept Broadcast packets */ macro
H A Digb_main.c4627 vmolr &= ~(E1000_VMOLR_BAM | E1000_VMOLR_RSSE); in igb_set_vmolr()
4635 vmolr |= E1000_VMOLR_BAM; /* Accept broadcast */ in igb_set_vmolr()
/OK3568_Linux_fs/external/dpdk/pcie/e1000/
H A Digb_rxtx.c2209 E1000_VMOLR_ROPE | E1000_VMOLR_BAM | in igb_vmdq_rx_hw_configure()
2219 vmolr |= E1000_VMOLR_BAM; in igb_vmdq_rx_hw_configure()