Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_sriov.h191 (1 << VLAN_ADDR_FORCED))
H A Decore_sriov.c1994 if ((events & (1 << VLAN_ADDR_FORCED)) && in ecore_iov_reconfigure_unicast_shadow()
1995 !(p_vf->configured_features & (1 << VLAN_ADDR_FORCED))) in ecore_iov_reconfigure_unicast_shadow()
2038 if (events & (1 << VLAN_ADDR_FORCED)) { in ecore_iov_configure_vport_forced()
2109 p_vf->configured_features |= 1 << VLAN_ADDR_FORCED; in ecore_iov_configure_vport_forced()
2111 p_vf->configured_features &= ~(1 << VLAN_ADDR_FORCED); in ecore_iov_configure_vport_forced()
2982 if (!(p_vf->configured_features & (1 << VLAN_ADDR_FORCED))) { in ecore_iov_vp_update_vlan_param()
3326 if (p_vf->bulletin.p_virt->valid_bitmap & (1 << VLAN_ADDR_FORCED)) in ecore_iov_vf_update_vlan_shadow()
3486 if ((p_bulletin->valid_bitmap & (1 << VLAN_ADDR_FORCED)) && in ecore_iov_vf_mbx_ucast_filter()
4564 feature = 1 << VLAN_ADDR_FORCED; in ecore_iov_bulletin_set_forced_vlan()
4757 if (!(p_vf->bulletin.p_virt->valid_bitmap & (1 << VLAN_ADDR_FORCED))) in ecore_iov_bulletin_get_forced_vlan()
H A Decore_vfpf_if.h595 VLAN_ADDR_FORCED = 2, enumerator
H A Decore_vf.c1909 if (!(bulletin->valid_bitmap & (1 << VLAN_ADDR_FORCED))) in ecore_vf_bulletin_get_forced_vlan()