Home
last modified time | relevance | path

Searched refs:E1000_VMOLR_ROMPE (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/ethernet/intel/igb/
H A De1000_82575.h208 #define E1000_VMOLR_ROMPE 0x02000000 /* Accept overflow multicast */ macro
H A Digb_main.c5314 vmolr |= E1000_VMOLR_ROMPE; in igb_set_rx_mode()
5366 ~(E1000_VMOLR_ROPE | E1000_VMOLR_MPME | E1000_VMOLR_ROMPE); in igb_set_rx_mode()
7271 vmolr &= ~(E1000_VMOLR_ROPE | E1000_VMOLR_ROMPE | E1000_VMOLR_MPME); in igb_set_vf_promisc()
7287 vmolr |= E1000_VMOLR_ROMPE; in igb_set_vf_promisc()
7339 vmolr &= ~(E1000_VMOLR_ROMPE | E1000_VMOLR_MPME); in igb_restore_vf_multicasts()
7347 vmolr |= E1000_VMOLR_ROMPE; in igb_restore_vf_multicasts()
/openbmc/qemu/hw/net/
H A Digb_regs.h242 #define E1000_VMOLR_ROMPE 0x02000000 /* Accept overflow multicast */ macro
H A Digb_core.c1121 if (core->mac[VMOLR0 + i] & E1000_VMOLR_ROMPE) { in igb_receive_assign()