Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ice/virt/
H A Dfdir.c174 struct ice_vf_fdir *fdir = &vf->fdir; in ice_vc_fdir_alloc_prof() local
176 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()
204 struct ice_vf_fdir *fdir = &vf->fdir; in ice_vc_fdir_free_prof() local
[all …]
/linux/samples/pktgen/
H A Dfunctions.sh154 do grep "$i:.*TxRx" /proc/interrupts | grep -v fdir | cut -f 1 -d : ;\