Home
last modified time | relevance | path

Searched refs:vf_type (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/cisco/enic/
H A Denic_main.c2191 (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 …]
H A Denic_pp.c29 if (enic->vf_type == ENIC_VF_TYPE_V2) { in enic_is_valid_pp_vf()
H A Denic.h260 enum enic_vf_type vf_type; member