Home
last modified time | relevance | path

Searched refs:fdir (Results 1 – 4 of 4) 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 : ;\
/linux/drivers/net/ethernet/intel/ice/
H A Dice_vf_lib.h153 struct ice_vf_fdir fdir; member
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c6880 unsigned int rss, fdir; in ixgbe_sw_init() local
6903 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()