Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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->info.sec_flags = ctx->info.sec_flags; in ice_set_vf_spoofchk()