Home
last modified time | relevance | path

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

/dpdk/drivers/net/mlx5/
H A Dmlx5_flow_verbs.c222 uint32_t pool_idx, cnt_idx; in flow_verbs_counter_new() local
271 cnt_idx = MLX5_MAKE_CNT_IDX(pool_idx, i); in flow_verbs_counter_new()
278 return cnt_idx; in flow_verbs_counter_new()
H A Dmlx5_flow_dv.c6192 uint32_t cnt_idx; in flow_dv_counter_alloc() local
6229 cnt_idx = MLX5_MAKE_CNT_IDX(pool->index, in flow_dv_counter_alloc()
6232 if (_flow_dv_query_count(dev, cnt_idx, &cnt_free->hits, in flow_dv_counter_alloc()
6245 return cnt_idx; in flow_dv_counter_alloc()
16103 flow_dv_query_count(struct rte_eth_dev *dev, uint32_t cnt_idx, void *data, in flow_dv_query_count() argument
16114 if (cnt_idx) { in flow_dv_query_count()
16117 int err = _flow_dv_query_count(dev, cnt_idx, &pkts, &bytes); in flow_dv_query_count()
16123 cnt = flow_dv_counter_get_by_idx(dev, cnt_idx, NULL); in flow_dv_query_count()