Home
last modified time | relevance | path

Searched refs:is_trusted_configured (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
Dqed_sriov.c1776 p_vf->p_vf_info.is_trusted_configured) { in qed_iov_configure_vport_forced()
1795 if (p_vf->p_vf_info.is_trusted_configured) in qed_iov_configure_vport_forced()
1955 params.check_mac = !vf->p_vf_info.is_trusted_configured; in qed_iov_vf_mbx_start_vport()
3001 if (!vf_info->is_trusted_configured) in qed_iov_pre_update_vport()
3007 if (!vf_info->is_trusted_configured) in qed_iov_pre_update_vport()
3014 if (vf_info->forced_vlan && !vf_info->is_trusted_configured) in qed_iov_pre_update_vport()
3174 if (p_vf->p_vf_info.is_trusted_configured) in qed_iov_vf_update_mac_shadow()
3254 if (vf->is_trusted_configured) { in qed_iov_chk_ucast()
3828 if (!p_vf->p_vf_info.is_trusted_configured) { in qed_iov_vf_pf_bulletin_update_mac()
4131 if (vf_info->p_vf_info.is_trusted_configured) { in qed_iov_bulletin_set_forced_mac()
[all …]
Dqed_sriov.h61 bool is_trusted_configured; member