Home
last modified time | relevance | path

Searched refs:vf_vsi (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H A Dice_virtchnl_fdir.c484 struct ice_vsi *vf_vsi; in ice_vc_fdir_rem_prof() local
497 vf_vsi = ice_get_vf_vsi(vf); in ice_vc_fdir_rem_prof()
498 if (!vf_vsi) { in ice_vc_fdir_rem_prof()
506 prof_id = ICE_FLOW_PROF_FD(vf_vsi->vsi_num, in ice_vc_fdir_rem_prof()
641 struct ice_vsi *vf_vsi, *ctrl_vsi; in ice_vc_fdir_write_flow_prof() local
656 vf_vsi = ice_get_vf_vsi(vf); in ice_vc_fdir_write_flow_prof()
657 if (!vf_vsi) in ice_vc_fdir_write_flow_prof()
684 prof_id = ICE_FLOW_PROF_FD(vf_vsi->vsi_num, flow, in ice_vc_fdir_write_flow_prof()
695 ret = ice_flow_add_entry(hw, ICE_BLK_FD, prof_id, vf_vsi->idx, in ice_vc_fdir_write_flow_prof()
696 vf_vsi in ice_vc_fdir_write_flow_prof()
1425 struct ice_vsi *vf_vsi; ice_vf_fdir_dump_info() local
[all...]
H A Dice_sriov.c1123 struct ice_vsi *vf_vsi; in ice_set_vf_spoofchk() local
1138 vf_vsi = ice_get_vf_vsi(vf); in ice_set_vf_spoofchk()
1139 if (!vf_vsi) { in ice_set_vf_spoofchk()
1146 if (vf_vsi->type != ICE_VSI_VF) { in ice_set_vf_spoofchk()
1148 vf_vsi->type, vf_vsi->vsi_num, vf->vf_id); in ice_set_vf_spoofchk()
1159 ret = ice_vsi_apply_spoofchk(vf_vsi, ena); in ice_set_vf_spoofchk()
1162 ena ? "ON" : "OFF", vf->vf_id, vf_vsi->vsi_num, ret); in ice_set_vf_spoofchk()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H A Dice_virtchnl_pf.c2243 struct ice_vsi *vf_vsi; in ice_set_vf_spoofchk() local
2258 vf_vsi = pf->vsi[vf->lan_vsi_idx]; in ice_set_vf_spoofchk()
2259 if (!vf_vsi) { in ice_set_vf_spoofchk()
2265 if (vf_vsi->type != ICE_VSI_VF) { in ice_set_vf_spoofchk()
2267 vf_vsi->type, vf_vsi->vsi_num, vf->vf_id); in ice_set_vf_spoofchk()
2280 ctx->info.sec_flags = vf_vsi->info.sec_flags; in ice_set_vf_spoofchk()
2294 status = ice_update_vsi(&pf->hw, vf_vsi->idx, ctx, NULL); in ice_set_vf_spoofchk()
2297 ena ? "en" : "dis", vf->vf_id, vf_vsi->vsi_num, in ice_set_vf_spoofchk()
2304 vf_vsi in ice_set_vf_spoofchk()
[all...]

Completed in 8 milliseconds