Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/intel/ice/
H A Dice_virtchnl_fdir.c482 struct ice_vsi *vf_vsi; in ice_vc_fdir_rem_prof() local
496 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() local
1549 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() local
2100 if (!vf_vsi) { in ice_vc_add_fdir_fltr()
[all …]
H A Dice_sriov.c1197 struct ice_vsi *vf_vsi; in ice_set_vf_spoofchk() local
1212 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()