Searched refs:vsi_type (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.15/drivers/net/ethernet/intel/ice/ |
| D | ice_lib.h | 9 const char *ice_vsi_type_str(enum ice_vsi_type vsi_type); 60 enum ice_vsi_type vsi_type, u16 vf_id);
|
| D | ice_lib.c | 16 const char *ice_vsi_type_str(enum ice_vsi_type vsi_type) in ice_vsi_type_str() argument 18 switch (vsi_type) { in ice_vsi_type_str() 420 ice_vsi_alloc(struct ice_pf *pf, enum ice_vsi_type vsi_type, u16 vf_id) in ice_vsi_alloc() argument 441 vsi->type = vsi_type; in ice_vsi_alloc() 445 if (vsi_type == ICE_VSI_VF) in ice_vsi_alloc() 2404 enum ice_vsi_type vsi_type, u16 vf_id) in ice_vsi_setup() argument 2412 if (vsi_type == ICE_VSI_VF || vsi_type == ICE_VSI_CTRL) in ice_vsi_setup() 2413 vsi = ice_vsi_alloc(pf, vsi_type, vf_id); in ice_vsi_setup() 2415 vsi = ice_vsi_alloc(pf, vsi_type, ICE_INVAL_VFID); in ice_vsi_setup() 2575 if (vsi_type == ICE_VSI_VF) in ice_vsi_setup()
|
| D | ice_virtchnl_pf.c | 2390 vfres->vsi_res[0].vsi_type = VIRTCHNL_VSI_SRIOV; in ice_vc_get_vf_res_msg()
|
| /Linux-v5.15/include/linux/avf/ |
| D | virtchnl.h | 230 enum virtchnl_vsi_type vsi_type; member
|
| /Linux-v5.15/drivers/net/ethernet/intel/iavf/ |
| D | iavf_common.c | 822 if (vsi_res->vsi_type == VIRTCHNL_VSI_SRIOV) { in iavf_vf_parse_hw_config()
|
| D | iavf_main.c | 3510 if (vfres->vsi_res[i].vsi_type == VIRTCHNL_VSI_SRIOV) in iavf_process_config()
|
| /Linux-v5.15/drivers/net/ethernet/intel/i40e/ |
| D | i40e_virtchnl_pf.c | 2089 vfres->vsi_res[0].vsi_type = VIRTCHNL_VSI_SRIOV; in i40e_vc_get_vf_resources_msg()
|
| D | i40e_main.c | 6125 u8 vsi_type; in i40e_setup_channel() local 6130 vsi_type = I40E_VSI_VMDQ2; in i40e_setup_channel() 6141 ret = i40e_setup_hw_channel(pf, vsi, ch, seid, vsi_type); in i40e_setup_channel()
|