Searched refs:vf_type (Results 1 – 3 of 3) sorted by relevance
2191 (enic_sriov_enabled(enic) && enic->vf_type == ENIC_VF_TYPE_V2); in enic_has_admin_chan()2811 enic->vf_type = ENIC_VF_TYPE_NONE; in enic_sriov_detect_vf_type()2819 enic->vf_type = ENIC_VF_TYPE_V1; in enic_sriov_detect_vf_type()2822 enic->vf_type = ENIC_VF_TYPE_USNIC; in enic_sriov_detect_vf_type()2825 enic->vf_type = ENIC_VF_TYPE_V2; in enic_sriov_detect_vf_type()2828 enic->vf_type = ENIC_VF_TYPE_NONE; in enic_sriov_detect_vf_type()2832 if (enic->vf_type != ENIC_VF_TYPE_V2) in enic_sriov_detect_vf_type()2846 enic->vf_type = ENIC_VF_TYPE_NONE; in enic_sriov_detect_vf_type()2940 if (enic->vf_type == ENIC_VF_TYPE_NONE) { in enic_sriov_configure()2946 if (enic->vf_type == ENIC_VF_TYPE_V2) in enic_sriov_configure()[all …]
29 if (enic->vf_type == ENIC_VF_TYPE_V2) { in enic_is_valid_pp_vf()
260 enum enic_vf_type vf_type; member