Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_sriov.c400 vmolr |= IXGBE_VMOLR_ROMPE; in ixgbe_set_vf_multicasts()
429 vmolr |= IXGBE_VMOLR_ROMPE; in ixgbe_restore_vf_multicasts()
431 vmolr &= ~IXGBE_VMOLR_ROMPE; in ixgbe_restore_vf_multicasts()
1163 disable = IXGBE_VMOLR_ROMPE | in ixgbe_update_vf_xcast_mode()
1169 enable = IXGBE_VMOLR_BAM | IXGBE_VMOLR_ROMPE; in ixgbe_update_vf_xcast_mode()
1173 enable = IXGBE_VMOLR_BAM | IXGBE_VMOLR_ROMPE | IXGBE_VMOLR_MPE; in ixgbe_update_vf_xcast_mode()
1188 enable = IXGBE_VMOLR_BAM | IXGBE_VMOLR_ROMPE | in ixgbe_update_vf_xcast_mode()
H A Dixgbe_type.h1525 #define IXGBE_VMOLR_ROMPE 0x02000000 /* accept packets in MTA tbl */ macro
H A Dixgbe_main.c4952 vmolr |= IXGBE_VMOLR_ROMPE; in ixgbe_set_rx_mode()
4957 ~(IXGBE_VMOLR_MPE | IXGBE_VMOLR_ROMPE | in ixgbe_set_rx_mode()