Searched refs:E1000_VMOLR_ROMPE (Results 1 – 3 of 3) sorted by relevance
218 vmolr |= E1000_VMOLR_ROMPE; in set_rx_mode()225 ~(E1000_VMOLR_MPME | E1000_VMOLR_ROMPE | in set_rx_mode()242 vmolr |= (E1000_VMOLR_ROPE | E1000_VMOLR_ROMPE | in igb_vf_reset_event()
2182 vmolr &= ~(E1000_VMOLR_AUPE | E1000_VMOLR_ROMPE | in igb_vmdq_rx_hw_configure()2189 vmolr |= E1000_VMOLR_ROMPE; in igb_vmdq_rx_hw_configure()
312 #define E1000_VMOLR_ROMPE 0x02000000 /* Accept overflow multicast */ macro