Searched refs:vf_vsi (Results 1 – 2 of 2) sorted by relevance
482 struct ice_vsi *vf_vsi; in ice_vc_fdir_rem_prof() local496 vf_vsi = ice_get_vf_vsi(vf); in ice_vc_fdir_rem_prof()497 if (!vf_vsi) { in ice_vc_fdir_rem_prof()653 vf_vsi = ice_get_vf_vsi(vf); in ice_vc_fdir_write_flow_prof()654 if (!vf_vsi) in ice_vc_fdir_write_flow_prof()1539 struct ice_vsi *vf_vsi; in ice_vf_fdir_dump_info() local1549 if (!vf_vsi) { in ice_vf_fdir_dump_info()1995 if (!vf_vsi) { in ice_vc_add_fdir_raw()2090 struct ice_vsi *vf_vsi; in ice_vc_add_fdir_fltr() local2100 if (!vf_vsi) { in ice_vc_add_fdir_fltr()[all …]
1197 struct ice_vsi *vf_vsi; in ice_set_vf_spoofchk() local1212 vf_vsi = ice_get_vf_vsi(vf); in ice_set_vf_spoofchk()1213 if (!vf_vsi) { in ice_set_vf_spoofchk()1220 if (vf_vsi->type != ICE_VSI_VF) { in ice_set_vf_spoofchk()1222 vf_vsi->type, vf_vsi->vsi_num, vf->vf_id); in ice_set_vf_spoofchk()1233 ret = ice_vsi_apply_spoofchk(vf_vsi, ena); in ice_set_vf_spoofchk()1236 ena ? "ON" : "OFF", vf->vf_id, vf_vsi->vsi_num, ret); in ice_set_vf_spoofchk()