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

/freebsd-12-stable/sys/dev/qlnx/qlnxe/
H A Decore_sriov.h193 (1 << VLAN_ADDR_FORCED))
H A Decore_sriov.c1997 if ((events & (1 << VLAN_ADDR_FORCED)) &&
1998 !(p_vf->configured_features & (1 << VLAN_ADDR_FORCED)))
2041 if (events & (1 << VLAN_ADDR_FORCED)) {
2112 p_vf->configured_features |= 1 << VLAN_ADDR_FORCED;
2114 p_vf->configured_features &= ~(1 << VLAN_ADDR_FORCED);
2985 if (!(p_vf->configured_features & (1 << VLAN_ADDR_FORCED))) {
3329 if (p_vf->bulletin.p_virt->valid_bitmap & (1 << VLAN_ADDR_FORCED))
3489 if ((p_bulletin->valid_bitmap & (1 << VLAN_ADDR_FORCED)) &&
4567 feature = 1 << VLAN_ADDR_FORCED;
4760 if (!(p_vf->bulletin.p_virt->valid_bitmap & (1 << VLAN_ADDR_FORCED)))
[all...]
H A Decore_vfpf_if.h598 VLAN_ADDR_FORCED = 2, enumerator in enum:ecore_bulletin_bit
H A Decore_vf.c1913 if (!(bulletin->valid_bitmap & (1 << VLAN_ADDR_FORCED)))

Completed in 162 milliseconds