Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ice/virt/
H A Dfdir.c176 if (!fdir->fdir_prof) { in ice_vc_fdir_alloc_prof()
177 fdir->fdir_prof = devm_kcalloc(ice_pf_to_dev(vf->pf), in ice_vc_fdir_alloc_prof()
179 sizeof(*fdir->fdir_prof), in ice_vc_fdir_alloc_prof()
181 if (!fdir->fdir_prof) in ice_vc_fdir_alloc_prof()
185 if (!fdir->fdir_prof[flow]) { in ice_vc_fdir_alloc_prof()
186 fdir->fdir_prof[flow] = devm_kzalloc(ice_pf_to_dev(vf->pf), in ice_vc_fdir_alloc_prof()
187 sizeof(**fdir->fdir_prof), in ice_vc_fdir_alloc_prof()
189 if (!fdir->fdir_prof[flow]) in ice_vc_fdir_alloc_prof()
206 if (!fdir->fdir_prof) in ice_vc_fdir_free_prof()
209 if (!fdir->fdir_prof[flow]) in ice_vc_fdir_free_prof()
[all …]
/linux/drivers/net/ethernet/intel/ice/
H A Dice_type.h1034 struct ice_fd_hw_prof **fdir_prof; member
H A Dice_main.c7783 if (hw->fdir_prof) in ice_rebuild()
8539 if (!(hw->fdir_prof && hw->fdir_prof[flow] && in ice_add_vsi_to_fdir()
8540 hw->fdir_prof[flow]->cnt)) in ice_add_vsi_to_fdir()
8548 prof = hw->fdir_prof[flow]; in ice_add_vsi_to_fdir()