Searched refs:vf_vsi (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/intel/ice/ |
D | ice_virtchnl_fdir.c | 482 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() 639 struct ice_vsi *vf_vsi, *ctrl_vsi; in ice_vc_fdir_write_flow_prof() local 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() 689 ret = ice_flow_add_entry(hw, ICE_BLK_FD, prof->id, vf_vsi->idx, in ice_vc_fdir_write_flow_prof() 690 vf_vsi->idx, ICE_FLOW_PRIO_NORMAL, in ice_vc_fdir_write_flow_prof() 698 ret = ice_flow_add_entry(hw, ICE_BLK_FD, prof->id, vf_vsi->idx, in ice_vc_fdir_write_flow_prof() 713 vf_prof->vsi_h[vf_prof->cnt] = vf_vsi->idx; in ice_vc_fdir_write_flow_prof() [all …]
|
D | ice_sriov.c | 1331 struct ice_vsi *vf_vsi; in ice_set_vf_spoofchk() local 1346 vf_vsi = ice_get_vf_vsi(vf); in ice_set_vf_spoofchk() 1347 if (!vf_vsi) { in ice_set_vf_spoofchk() 1354 if (vf_vsi->type != ICE_VSI_VF) { in ice_set_vf_spoofchk() 1356 vf_vsi->type, vf_vsi->vsi_num, vf->vf_id); in ice_set_vf_spoofchk() 1367 ret = ice_vsi_apply_spoofchk(vf_vsi, ena); in ice_set_vf_spoofchk() 1370 ena ? "ON" : "OFF", vf->vf_id, vf_vsi->vsi_num, ret); in ice_set_vf_spoofchk()
|