Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_flow.c150 LIST_FOREACH(cnt, &pf->flow_counters, next) { in hns3_counter_lookup()
185 LIST_INSERT_HEAD(&pf->flow_counters, cnt, next); in hns3_counter_new()
249 cnt_ptr = LIST_FIRST(&pf->flow_counters); in hns3_counter_flush()
253 cnt_ptr = LIST_FIRST(&pf->flow_counters); in hns3_counter_flush()
H A Dhns3_ethdev.h729 LIST_HEAD(counters, hns3_flow_counter) flow_counters;
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5.h466 struct mlx5_counters flow_counters; /* Legacy flow counter list. */ member
H A Dmlx5.c459 TAILQ_INIT(&sh->cmng.flow_counters); in mlx5_flow_counters_mng_init()