Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_sriov.h169 (1 << VLAN_ADDR_FORCED))
H A Decore_sriov.c2027 if ((events & (1 << VLAN_ADDR_FORCED)) && in ecore_iov_reconfigure_unicast_shadow()
2028 !(p_vf->configured_features & (1 << VLAN_ADDR_FORCED))) in ecore_iov_reconfigure_unicast_shadow()
2076 if (events & (1 << VLAN_ADDR_FORCED)) { in ecore_iov_configure_vport_forced()
2147 p_vf->configured_features |= 1 << VLAN_ADDR_FORCED; in ecore_iov_configure_vport_forced()
2149 p_vf->configured_features &= ~(1 << VLAN_ADDR_FORCED); in ecore_iov_configure_vport_forced()
3056 if (!(p_vf->configured_features & (1 << VLAN_ADDR_FORCED))) { in ecore_iov_vp_update_vlan_param()
3395 if (p_vf->bulletin.p_virt->valid_bitmap & (1 << VLAN_ADDR_FORCED)) in ecore_iov_vf_update_vlan_shadow()
3568 if ((p_bulletin->valid_bitmap & (1 << VLAN_ADDR_FORCED)) && in ecore_iov_vf_mbx_ucast_filter()
4675 feature = 1 << VLAN_ADDR_FORCED; in ecore_iov_bulletin_set_forced_vlan()
4880 if (!(p_vf->bulletin.p_virt->valid_bitmap & (1 << VLAN_ADDR_FORCED))) in ecore_iov_bulletin_get_forced_vlan()
H A Decore_vfpf_if.h593 VLAN_ADDR_FORCED = 2, enumerator
H A Decore_vf.c1947 if (!(bulletin->valid_bitmap & (1 << VLAN_ADDR_FORCED))) in ecore_vf_bulletin_get_forced_vlan()