Searched refs:E1000_VMOLR_BAM (Results 1 – 3 of 3) sorted by relevance
197 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()
2183 E1000_VMOLR_ROPE | E1000_VMOLR_BAM | in igb_vmdq_rx_hw_configure()2193 vmolr |= E1000_VMOLR_BAM; in igb_vmdq_rx_hw_configure()
314 #define E1000_VMOLR_BAM 0x08000000 /* Accept Broadcast packets */ macro