Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_sriov.h168 #define ECORE_IOV_CONFIGURED_FEATURES_MASK ((1 << MAC_ADDR_FORCED) | \
H A Decore_vfpf_if.h587 MAC_ADDR_FORCED = 0, enumerator
H A Decore_sriov.c2045 if ((events & (1 << MAC_ADDR_FORCED)) || in ecore_iov_configure_vport_forced()
2073 p_vf->configured_features |= 1 << MAC_ADDR_FORCED; in ecore_iov_configure_vport_forced()
3437 if (p_vf->bulletin.p_virt->valid_bitmap & (1 << MAC_ADDR_FORCED)) in ecore_iov_vf_update_mac_shadow()
3580 if ((p_bulletin->valid_bitmap & (1 << MAC_ADDR_FORCED)) && in ecore_iov_vf_mbx_ucast_filter()
4543 ~(1 << MAC_ADDR_FORCED); in ecore_iov_bulletin_set_forced_mac()
4545 feature = 1 << MAC_ADDR_FORCED; in ecore_iov_bulletin_set_forced_mac()
4578 if (vf_info->bulletin.p_virt->valid_bitmap & (1 << MAC_ADDR_FORCED)) { in ecore_iov_bulletin_set_mac()
4865 if (!(p_vf->bulletin.p_virt->valid_bitmap & (1 << MAC_ADDR_FORCED))) in ecore_iov_bulletin_get_forced_mac()
H A Decore_vf.c1897 if (!(bulletin->valid_bitmap & (1 << MAC_ADDR_FORCED))) in ecore_vf_check_mac()
1914 if (bulletin->valid_bitmap & (1 << MAC_ADDR_FORCED)) { in ecore_vf_bulletin_get_forced_mac()