Home
last modified time | relevance | path

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

/dpdk/drivers/net/hns3/
H A Dhns3_flow.c149 LIST_FOREACH(cnt, &pf->flow_counters, next) { in hns3_counter_lookup()
197 LIST_INSERT_HEAD(&pf->flow_counters, cnt, next); in hns3_counter_new()
264 cnt_ptr = LIST_FIRST(&pf->flow_counters); in hns3_counter_flush()
271 cnt_ptr = LIST_FIRST(&pf->flow_counters); in hns3_counter_flush()
280 LIST_INSERT_HEAD(&pf->flow_counters, cnt_ptr, next); in hns3_counter_flush()
H A Dhns3_ethdev.h829 LIST_HEAD(counters, hns3_flow_counter) flow_counters;
/dpdk/drivers/net/mlx5/
H A Dmlx5.h528 struct mlx5_counters flow_counters; /* Legacy flow counter list. */ member
H A Dmlx5.c551 TAILQ_INIT(&sh->cmng.flow_counters); in mlx5_flow_counters_mng_init()