Home
last modified time | relevance | path

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

/dpdk/drivers/common/sfc_efx/base/
H A Defx_mae.c3370 uint32_t max_n_counters; in efx_mae_counters_alloc_type() local
3381 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() local
3500 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()