Lines Matching refs:p_vf_info
1104 memset(&vf->p_vf_info, 0, sizeof(vf->p_vf_info)); in qed_iov_release_hw_for_vf()
1329 return &vf->p_vf_info; in qed_iov_get_public_vf_info()
1778 p_vf->p_vf_info.is_trusted_configured) { in qed_iov_configure_vport_forced()
1797 if (p_vf->p_vf_info.is_trusted_configured) in qed_iov_configure_vport_forced()
1957 params.check_mac = !vf->p_vf_info.is_trusted_configured; in qed_iov_vf_mbx_start_vport()
3176 if (p_vf->p_vf_info.is_trusted_configured) in qed_iov_vf_update_mac_shadow()
3856 if (!p_vf->p_vf_info.is_trusted_configured) { in qed_iov_vf_pf_bulletin_update_mac()
4156 if (vf_info->p_vf_info.is_trusted_configured) { in qed_iov_bulletin_set_forced_mac()
4204 if (vf_info->p_vf_info.is_trusted_configured) in qed_iov_bulletin_set_mac()
4264 struct qed_vf_info *p_vf_info; in qed_iov_vf_has_vport_instance() local
4266 p_vf_info = qed_iov_get_vf_info(p_hwfn, (u16)vfid, true); in qed_iov_vf_has_vport_instance()
4267 if (!p_vf_info) in qed_iov_vf_has_vport_instance()
4270 return !!p_vf_info->vport_instance; in qed_iov_vf_has_vport_instance()
4275 struct qed_vf_info *p_vf_info; in qed_iov_is_vf_stopped() local
4277 p_vf_info = qed_iov_get_vf_info(p_hwfn, (u16)vfid, true); in qed_iov_is_vf_stopped()
4278 if (!p_vf_info) in qed_iov_is_vf_stopped()
4281 return p_vf_info->state == VF_STOPPED; in qed_iov_is_vf_stopped()