Searched refs:max_n_counters (Results 1 – 1 of 1) sorted by relevance
3370 uint32_t max_n_counters; in efx_mae_counters_alloc_type() local3381 max_n_counters = maep->em_max_n_action_counters; in efx_mae_counters_alloc_type()3384 max_n_counters = maep->em_max_n_conntrack_counters; in efx_mae_counters_alloc_type()3391 if (n_counters > max_n_counters || in efx_mae_counters_alloc_type()3492 uint32_t max_n_counters; in efx_mae_counters_free_type() local3500 max_n_counters = maep->em_max_n_action_counters; in efx_mae_counters_free_type()3503 max_n_counters = maep->em_max_n_conntrack_counters; in efx_mae_counters_free_type()3510 if (n_counters > max_n_counters || in efx_mae_counters_free_type()