Searched refs:flow_stats (Results 1 – 4 of 4) sorted by relevance
52 struct flow_stats { struct63 struct flow_stats stats; /* statistics */ argument
98 struct flow_stats { struct109 struct flow_stats stats; /* statistics */ argument
2238 struct rte_flow_query_count *flow_stats = data; in pmd_flow_query() local2262 flow_stats->reset); in pmd_flow_query()2271 flow_stats->hits_set = in pmd_flow_query()2273 flow_stats->bytes_set = in pmd_flow_query()2275 flow_stats->hits = stats.n_packets; in pmd_flow_query()2276 flow_stats->bytes = stats.n_bytes; in pmd_flow_query()
1410 struct rte_flow_query_count *flow_stats, in ice_fdir_query_count() argument1435 flow_stats->hits_set = 1; in ice_fdir_query_count()1436 flow_stats->hits = hits_lo | (hits_hi << 32); in ice_fdir_query_count()1437 flow_stats->bytes_set = 0; in ice_fdir_query_count()1438 flow_stats->bytes = 0; in ice_fdir_query_count()1440 if (flow_stats->reset) { in ice_fdir_query_count()