Home
last modified time | relevance | path

Searched refs:vsi_h (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_ethtool_fdir.c277 prof->vsi_h[i] = prof->vsi_h[i + 1]; in ice_fdir_remap_entries()
281 prof->vsi_h[i] = 0; in ice_fdir_remap_entries()
310 if (prof->vsi_h[i] != vsi_idx) in ice_fdir_rem_adq_chnl()
314 prof->vsi_h[i] = 0; in ice_fdir_rem_adq_chnl()
372 if (!prof->entry_h[j][tun] || !prof->vsi_h[j]) in ice_fdir_erase_flow_from_hw()
374 vsi_num = ice_get_hw_vsi_num(hw, prof->vsi_h[j]); in ice_fdir_erase_flow_from_hw()
403 prof->vsi_h[i] = 0; in ice_fdir_rem_flow()
458 prof->vsi_h[0], in ice_fdir_replay_flows()
459 prof->vsi_h[ in ice_fdir_replay_flows()
707 u16 vsi_h; ice_fdir_set_hw_fltr_rule() local
[all...]
H A Dice_virtchnl_fdir.c508 u16 vsi_num = ice_get_hw_vsi_num(hw, vf_prof->vsi_h[i]); in ice_vc_fdir_rem_prof()
521 vf_prof->vsi_h[i] = 0; in ice_vc_fdir_rem_prof()
718 vf_prof->vsi_h[vf_prof->cnt] = vf_vsi->idx; in ice_vc_fdir_write_flow_prof()
723 vf_prof->vsi_h[vf_prof->cnt] = ctrl_vsi->idx; in ice_vc_fdir_write_flow_prof()
H A Dice_type.h248 u16 vsi_h[ICE_MAX_FDIR_VSI_PER_FILTER];
247 u16 vsi_h[ICE_MAX_FDIR_VSI_PER_FILTER]; global() member
H A Dice_main.c8175 prof->vsi_h[0], vsi->idx, in ice_add_vsi_to_fdir()
8188 prof->vsi_h[prof->cnt] = vsi->idx;