Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/intel/ice/
Dice_virtchnl_fdir.c482 struct ice_fd_hw_prof *vf_prof; in ice_vc_fdir_rem_prof() local
495 vf_prof = fdir->fdir_prof[flow]; in ice_vc_fdir_rem_prof()
510 if (vf_prof->entry_h[i][tun]) { in ice_vc_fdir_rem_prof()
511 u16 vsi_num = ice_get_hw_vsi_num(hw, vf_prof->vsi_h[i]); in ice_vc_fdir_rem_prof()
515 vf_prof->entry_h[i][tun]); in ice_vc_fdir_rem_prof()
516 vf_prof->entry_h[i][tun] = 0; in ice_vc_fdir_rem_prof()
520 devm_kfree(dev, vf_prof->fdir_seg[tun]); in ice_vc_fdir_rem_prof()
521 vf_prof->fdir_seg[tun] = NULL; in ice_vc_fdir_rem_prof()
523 for (i = 0; i < vf_prof->cnt; i++) in ice_vc_fdir_rem_prof()
524 vf_prof->vsi_h[i] = 0; in ice_vc_fdir_rem_prof()
[all …]