Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/intel/ice/
Dice_virtchnl_fdir.c480 struct ice_fd_hw_prof *vf_prof; in ice_vc_fdir_rem_prof() local
493 vf_prof = fdir->fdir_prof[flow]; in ice_vc_fdir_rem_prof()
494 prof_id = vf_prof->prof_id[tun]; in ice_vc_fdir_rem_prof()
506 if (vf_prof->entry_h[i][tun]) { in ice_vc_fdir_rem_prof()
507 u16 vsi_num = ice_get_hw_vsi_num(hw, vf_prof->vsi_h[i]); in ice_vc_fdir_rem_prof()
511 vf_prof->entry_h[i][tun]); in ice_vc_fdir_rem_prof()
512 vf_prof->entry_h[i][tun] = 0; in ice_vc_fdir_rem_prof()
516 devm_kfree(dev, vf_prof->fdir_seg[tun]); in ice_vc_fdir_rem_prof()
517 vf_prof->fdir_seg[tun] = NULL; in ice_vc_fdir_rem_prof()
519 for (i = 0; i < vf_prof->cnt; i++) in ice_vc_fdir_rem_prof()
[all …]