Home
last modified time | relevance | path

Searched refs:lan_vsi_idx (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/drivers/net/ethernet/intel/i40e/
H A Di40e_virtchnl_pf.c818 vf->lan_vsi_idx = vsi->idx; in i40e_alloc_vsi_res()
1040 if (vf->lan_vsi_idx) { in i40e_free_vf_res()
1042 vf->lan_vsi_idx = 0; in i40e_free_vf_res()
1599 if (vf->lan_vsi_idx != 0) in i40e_reset_vf()
1687 if (vf->lan_vsi_idx == 0) in i40e_reset_all_vfs()
1702 if (vf->lan_vsi_idx == 0) in i40e_reset_all_vfs()
2143 vsi = pf->vsi[vf->lan_vsi_idx]; in i40e_vc_get_vf_resources_msg()
2208 if (vf->lan_vsi_idx) { in i40e_vc_get_vf_resources_msg()
2715 vsi = pf->vsi[vf->lan_vsi_idx]; in i40e_check_enough_queue()
2833 vsi = pf->vsi[vf->lan_vsi_idx]; in i40e_vc_get_stats_msg()
[all …]
H A Di40e_virtchnl_pf.h96 u16 lan_vsi_idx; /* index into PF struct */ member
H A Di40e_debugfs.c721 vsi = pf->vsi[vf->lan_vsi_idx]; in i40e_dbg_dump_vf()
/linux-6.15/drivers/net/ethernet/intel/ice/
H A Dice_vf_lib.h105 u16 lan_vsi_idx; /* index into PF struct */ member
H A Dice_vf_lib.c125 if (vf->lan_vsi_idx == ICE_NO_VSI) in ice_get_vf_vsi()
128 return vf->pf->vsi[vf->lan_vsi_idx]; in ice_get_vf_vsi()
1352 vf->lan_vsi_idx = ICE_NO_VSI; in ice_vf_invalidate_vsi()
H A Dice_sriov.c63 if (vf->lan_vsi_idx != ICE_NO_VSI) { in ice_free_vf_res()
215 vf->lan_vsi_idx = vsi->idx; in ice_vf_vsi_setup()
1215 vf->lan_vsi_idx, vf->vf_id); in ice_set_vf_spoofchk()
H A Dice_virtchnl.c1080 vsi_ctx = ice_get_vsi_ctx(pi->hw, vf->lan_vsi_idx); in ice_vc_get_qos_caps()