Searched refs:fdir (Results 1 – 4 of 4) sorted by relevance
174 struct ice_vf_fdir *fdir = &vf->fdir; in ice_vc_fdir_alloc_prof() local176 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 …]
154 do grep "$i:.*TxRx" /proc/interrupts | grep -v fdir | cut -f 1 -d : ;\
153 struct ice_vf_fdir fdir; member
6880 unsigned int rss, fdir; in ixgbe_sw_init() local6903 fdir = min_t(int, IXGBE_MAX_FDIR_INDICES, num_online_cpus()); in ixgbe_sw_init()6904 adapter->ring_feature[RING_F_FDIR].limit = fdir; in ixgbe_sw_init()