Searched refs:vf_vsi (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/net/ethernet/intel/ice/virt/ |
| H A D | 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 …]
|
| /linux/drivers/net/ethernet/intel/ice/ |
| H A D | ice_sriov.c | 1194 struct ice_vsi *vf_vsi; in ice_set_vf_spoofchk() local 1209 vf_vsi = ice_get_vf_vsi(vf); in ice_set_vf_spoofchk() 1210 if (!vf_vsi) { in ice_set_vf_spoofchk() 1217 if (vf_vsi->type != ICE_VSI_VF) { in ice_set_vf_spoofchk() 1219 vf_vsi->type, vf_vsi->vsi_num, vf->vf_id); in ice_set_vf_spoofchk() 1230 ret = ice_vsi_apply_spoofchk(vf_vsi, ena); in ice_set_vf_spoofchk() 1233 ena ? "ON" : "OFF", vf->vf_id, vf_vsi->vsi_num, ret); in ice_set_vf_spoofchk()
|
| H A D | ice_tc_lib.c | 906 struct ice_vsi *vf_vsi = pf->vsi[i]; in ice_handle_del_pf_lldp_drop_rule() local 908 if (vf_vsi && vf_vsi->type == ICE_VSI_VF) in ice_handle_del_pf_lldp_drop_rule() 909 ice_drop_vf_tx_lldp(vf_vsi, false); in ice_handle_del_pf_lldp_drop_rule()
|