Searched refs:fdir (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_virtchnl_fdir.c160 struct ice_vf_fdir *fdir = &vf->fdir; local
162 if (!fdir->fdir_prof) {
163 fdir->fdir_prof = devm_kcalloc(ice_pf_to_dev(vf->pf),
165 sizeof(*fdir->fdir_prof),
167 if (!fdir->fdir_prof)
171 if (!fdir->fdir_prof[flow]) {
172 fdir->fdir_prof[flow] = devm_kzalloc(ice_pf_to_dev(vf->pf),
173 sizeof(**fdir->fdir_prof),
175 if (!fdir
190 struct ice_vf_fdir *fdir = &vf->fdir; local
208 struct ice_vf_fdir *fdir = &vf->fdir; local
465 struct ice_vf_fdir *fdir = &vf->fdir; local
530 ice_vc_fdir_reset_cnt_all(struct ice_vf_fdir *fdir) argument
622 struct ice_vf_fdir *fdir = &vf->fdir; local
1322 struct ice_vf_fdir *fdir; local
1363 struct ice_vf_fdir *fdir; local
1998 struct ice_vf_fdir *fdir = &vf->fdir; local
[all...]
H A Dice_vf_lib.h93 struct ice_vf_fdir fdir; member in struct:ice_vf
/linux-master/drivers/net/ethernet/intel/iavf/
H A Diavf_virtchnl.c1716 struct iavf_fdir_fltr *fdir; local
1734 list_for_each_entry(fdir, &adapter->fdir_list_head, list) {
1735 if (fdir->state == IAVF_FDIR_FLTR_ADD_REQUEST) {
1737 fdir->state = IAVF_FDIR_FLTR_ADD_PENDING;
1738 memcpy(f, &fdir->vc_add_msg, len);
1767 struct iavf_fdir_fltr *fdir; local
1781 list_for_each_entry(fdir, &adapter->fdir_list_head, list) {
1782 if (fdir->state == IAVF_FDIR_FLTR_DEL_REQUEST) {
1784 f.vsi_id = fdir->vc_add_msg.vsi_id;
1785 f.flow_id = fdir
2128 struct iavf_fdir_fltr *fdir, *fdir_tmp; local
2151 struct iavf_fdir_fltr *fdir; local
2451 struct iavf_fdir_fltr *fdir, *fdir_tmp; local
2478 struct iavf_fdir_fltr *fdir, *fdir_tmp; local
[all...]
H A Diavf_main.c1327 * iavf_clear_fdir_filters - Remove fdir filters not sent to PF yet and mark
1333 struct iavf_fdir_fltr *fdir; local
1337 list_for_each_entry(fdir, &adapter->fdir_list_head, list) {
1338 if (fdir->state == IAVF_FDIR_FLTR_ADD_REQUEST) {
1340 fdir->state = IAVF_FDIR_FLTR_INACTIVE;
1341 } else if (fdir->state == IAVF_FDIR_FLTR_ADD_PENDING ||
1342 fdir->state == IAVF_FDIR_FLTR_ACTIVE) {
1346 fdir->state = IAVF_FDIR_FLTR_DIS_REQUEST;
4347 struct iavf_fdir_fltr *fdir, *fdirtmp; local
4354 list_for_each_entry_safe(fdir, fdirtm
5124 struct iavf_fdir_fltr *fdir, *fdirtmp; local
[all...]
/linux-master/samples/pktgen/
H A Dfunctions.sh154 do grep "$i:.*TxRx" /proc/interrupts | grep -v fdir | cut -f 1 -d : ;\
/linux-master/fs/nfsd/
H A Dvfs.c1817 struct inode *fdir, *tdir; local
1830 fdir = d_inode(fdentry);
1891 .old_dir = fdir,
/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c6335 unsigned int rss, fdir; local
6356 fdir = min_t(int, IXGBE_MAX_FDIR_INDICES, num_online_cpus());
6357 adapter->ring_feature[RING_F_FDIR].limit = fdir;

Completed in 182 milliseconds