Home
last modified time | relevance | path

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

/dpdk/drivers/net/hns3/
H A Dhns3_flow.h10 struct hns3_flow_counter { struct
11 LIST_ENTRY(hns3_flow_counter) next; /* Pointer to the next counter. */
H A Dhns3_flow.c142 static inline struct hns3_flow_counter *
147 struct hns3_flow_counter *cnt; in hns3_counter_lookup()
163 struct hns3_flow_counter *cnt; in hns3_counter_new()
207 struct hns3_flow_counter *cnt; in hns3_counter_query()
241 struct hns3_flow_counter *cnt; in hns3_counter_release()
260 LIST_HEAD(counters, hns3_flow_counter) indir_counters; in hns3_counter_flush()
261 struct hns3_flow_counter *cnt_ptr; in hns3_counter_flush()
2176 struct hns3_flow_counter *counter; in hns3_flow_action_create()
2229 struct hns3_flow_counter *counter; in hns3_flow_action_destroy()
H A Dhns3_ethdev.h829 LIST_HEAD(counters, hns3_flow_counter) flow_counters;