Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/wangxun/libwx/
H A Dwx_sriov.c489 vmolr |= WX_PSR_VM_L2CTL_ROMPE; in wx_set_vf_multicasts()
719 disable = WX_PSR_VM_L2CTL_BAM | WX_PSR_VM_L2CTL_ROMPE | in wx_update_vf_xcast_mode()
727 enable = WX_PSR_VM_L2CTL_BAM | WX_PSR_VM_L2CTL_ROMPE; in wx_update_vf_xcast_mode()
731 enable = WX_PSR_VM_L2CTL_BAM | WX_PSR_VM_L2CTL_ROMPE | in wx_update_vf_xcast_mode()
736 enable = WX_PSR_VM_L2CTL_BAM | WX_PSR_VM_L2CTL_ROMPE | in wx_update_vf_xcast_mode()
H A Dwx_hw.c1238 vmolr |= WX_PSR_VM_L2CTL_ROMPE; in wx_restore_vf_multicasts()
1240 vmolr &= ~WX_PSR_VM_L2CTL_ROMPE; in wx_restore_vf_multicasts()
1703 WX_PSR_VM_L2CTL_ROMPE); in wx_set_rx_mode()
1739 vmolr |= WX_PSR_VM_L2CTL_ROPE | WX_PSR_VM_L2CTL_ROMPE; in wx_set_rx_mode()
1758 vmolr &= ~WX_PSR_VM_L2CTL_ROMPE; in wx_set_rx_mode()
H A Dwx_type.h250 #define WX_PSR_VM_L2CTL_ROMPE BIT(9) /* accept packets in MTA tbl */ macro