Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_virtchnl_fdir.c481 struct ice_vsi *vf_vsi; in ice_vc_fdir_rem_prof() local
494 vf_vsi = ice_get_vf_vsi(vf); in ice_vc_fdir_rem_prof()
495 if (!vf_vsi) { in ice_vc_fdir_rem_prof()
503 prof_id = ICE_FLOW_PROF_FD(vf_vsi->vsi_num, in ice_vc_fdir_rem_prof()
640 struct ice_vsi *vf_vsi, *ctrl_vsi; in ice_vc_fdir_write_flow_prof() local
655 vf_vsi = ice_get_vf_vsi(vf); in ice_vc_fdir_write_flow_prof()
656 if (!vf_vsi) in ice_vc_fdir_write_flow_prof()
683 prof_id = ICE_FLOW_PROF_FD(vf_vsi->vsi_num, flow, in ice_vc_fdir_write_flow_prof()
694 ret = ice_flow_add_entry(hw, ICE_BLK_FD, prof_id, vf_vsi->idx, in ice_vc_fdir_write_flow_prof()
695 vf_vsi in ice_vc_fdir_write_flow_prof()
1424 struct ice_vsi *vf_vsi; ice_vf_fdir_dump_info() local
1804 struct ice_vsi *vf_vsi; ice_vc_add_fdir_fltr() local
[all...]
H A Dice_sriov.c1121 struct ice_vsi *vf_vsi; in ice_set_vf_spoofchk()
1136 vf_vsi = ice_get_vf_vsi(vf); in ice_set_vf_spoofchk()
1137 if (!vf_vsi) { in ice_set_vf_spoofchk()
1144 if (vf_vsi->type != ICE_VSI_VF) { in ice_set_vf_spoofchk()
1146 vf_vsi->type, vf_vsi->vsi_num, vf->vf_id); in ice_set_vf_spoofchk()
1157 ret = ice_vsi_apply_spoofchk(vf_vsi, ena); in ice_set_vf_spoofchk()
1160 ena ? "ON" : "OFF", vf->vf_id, vf_vsi->vsi_num, ret); in ice_set_vf_spoofchk()
1123 struct ice_vsi *vf_vsi; ice_set_vf_spoofchk() local