Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/enic/
H A Denic_fm_flow.c93 struct enic_fm_counter { struct
94 SLIST_ENTRY(enic_fm_counter) next;
109 struct enic_fm_counter *counter; argument
158 SLIST_HEAD(enic_free_counters, enic_fm_counter) counters;
1893 struct enic_fm_counter *new_stack; in enic_fm_more_counters()
1894 struct enic_fm_counter *ctrs; in enic_fm_more_counters()
1901 sizeof(struct enic_fm_counter), 0); in enic_fm_more_counters()
1915 ctrs = (struct enic_fm_counter *)fm->counter_stack + in enic_fm_more_counters()
1948 struct enic_fm_counter **ctr) in enic_fm_counter_alloc()
1950 struct enic_fm_counter *c; in enic_fm_counter_alloc()
[all …]