Searched refs:E1000_VMOLR_ROMPE (Results 1 – 2 of 2) sorted by relevance
208 #define E1000_VMOLR_ROMPE 0x02000000 /* Accept overflow multicast */ macro
5209 vmolr |= E1000_VMOLR_ROMPE; in igb_set_rx_mode()5261 ~(E1000_VMOLR_ROPE | E1000_VMOLR_MPME | E1000_VMOLR_ROMPE); in igb_set_rx_mode()7052 vmolr &= ~(E1000_VMOLR_ROPE | E1000_VMOLR_ROMPE | E1000_VMOLR_MPME); in igb_set_vf_promisc()7068 vmolr |= E1000_VMOLR_ROMPE; in igb_set_vf_promisc()7120 vmolr &= ~(E1000_VMOLR_ROMPE | E1000_VMOLR_MPME); in igb_restore_vf_multicasts()7128 vmolr |= E1000_VMOLR_ROMPE; in igb_restore_vf_multicasts()
Completed in 20 milliseconds