Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/intel/ice/
Dice_virtchnl_fdir.c672 struct ice_fd_hw_prof *vf_prof; in ice_vc_fdir_rem_prof() local
685 vf_prof = fdir->fdir_prof[flow]; in ice_vc_fdir_rem_prof()
700 if (vf_prof->entry_h[i][tun]) { in ice_vc_fdir_rem_prof()
701 u16 vsi_num = ice_get_hw_vsi_num(hw, vf_prof->vsi_h[i]); in ice_vc_fdir_rem_prof()
705 vf_prof->entry_h[i][tun]); in ice_vc_fdir_rem_prof()
706 vf_prof->entry_h[i][tun] = 0; in ice_vc_fdir_rem_prof()
710 devm_kfree(dev, vf_prof->fdir_seg[tun]); in ice_vc_fdir_rem_prof()
711 vf_prof->fdir_seg[tun] = NULL; in ice_vc_fdir_rem_prof()
713 for (i = 0; i < vf_prof->cnt; i++) in ice_vc_fdir_rem_prof()
714 vf_prof->vsi_h[i] = 0; in ice_vc_fdir_rem_prof()
[all …]