Searched refs:ctrs (Results 1 – 1 of 1) sorted by relevance
2284 struct enic_fm_counter *ctrs; in enic_fm_more_counters() local2305 ctrs = (struct enic_fm_counter *)fm->counter_stack + in enic_fm_more_counters()2307 for (i = 0; i < FM_COUNTERS_EXPAND; i++, ctrs++) { in enic_fm_more_counters()2308 ctrs->handle = fm->counters_alloced + i; in enic_fm_more_counters()2309 SLIST_INSERT_HEAD(&fm->counters, ctrs, next); in enic_fm_more_counters()