Home
last modified time | relevance | path

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

/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_flow.c2243 struct rte_flow_query_count *flow_stats = data; in pmd_flow_query() local
2267 flow_stats->reset); in pmd_flow_query()
2276 flow_stats->hits_set = in pmd_flow_query()
2278 flow_stats->bytes_set = in pmd_flow_query()
2280 flow_stats->hits = stats.n_packets; in pmd_flow_query()
2281 flow_stats->bytes = stats.n_bytes; in pmd_flow_query()
/dpdk/drivers/net/ice/
H A Dice_fdir_filter.c1569 struct rte_flow_query_count *flow_stats, in ice_fdir_query_count() argument
1594 flow_stats->hits_set = 1; in ice_fdir_query_count()
1595 flow_stats->hits = hits_lo | (hits_hi << 32); in ice_fdir_query_count()
1596 flow_stats->bytes_set = 0; in ice_fdir_query_count()
1597 flow_stats->bytes = 0; in ice_fdir_query_count()
1599 if (flow_stats->reset) { in ice_fdir_query_count()