Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_sriov.h190 #define ECORE_IOV_CONFIGURED_FEATURES_MASK ((1 << MAC_ADDR_FORCED) | \
H A Decore_vfpf_if.h589 MAC_ADDR_FORCED = 0, enumerator
H A Decore_sriov.c2012 if (events & (1 << MAC_ADDR_FORCED)) { in ecore_iov_configure_vport_forced()
2035 p_vf->configured_features |= 1 << MAC_ADDR_FORCED; in ecore_iov_configure_vport_forced()
3366 if (p_vf->bulletin.p_virt->valid_bitmap & (1 << MAC_ADDR_FORCED)) in ecore_iov_vf_update_mac_shadow()
3498 if ((p_bulletin->valid_bitmap & (1 << MAC_ADDR_FORCED)) && in ecore_iov_vf_mbx_ucast_filter()
4442 feature = 1 << MAC_ADDR_FORCED; in ecore_iov_bulletin_set_forced_mac()
4473 if (vf_info->bulletin.p_virt->valid_bitmap & (1 << MAC_ADDR_FORCED)) { in ecore_iov_bulletin_set_mac()
4742 if (!(p_vf->bulletin.p_virt->valid_bitmap & (1 << MAC_ADDR_FORCED))) in ecore_iov_bulletin_get_forced_mac()
H A Decore_vf.c1858 if (!(bulletin->valid_bitmap & (1 << MAC_ADDR_FORCED))) in ecore_vf_check_mac()
1875 if (bulletin->valid_bitmap & (1 << MAC_ADDR_FORCED)) { in ecore_vf_bulletin_get_forced_mac()