Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_flow_dv.c12467 uint64_t inn_pkts, inn_bytes; in flow_dv_counter_query() local
12473 ret = _flow_dv_query_count(dev, counter, &inn_pkts, &inn_bytes); in flow_dv_counter_query()
12478 *bytes = inn_bytes - cnt->bytes; in flow_dv_counter_query()
12481 cnt->bytes = inn_bytes; in flow_dv_counter_query()