Home
last modified time | relevance | path

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

/dpdk/drivers/common/sfc_efx/base/
H A Defx_mae.c267 efx_mae_field_cap_t *ar_fcaps; in efx_mae_init() local
303 ar_fcaps_size = maep->em_max_nfields * sizeof (*ar_fcaps); in efx_mae_init()
304 EFSYS_KMEM_ALLOC(enp->en_esip, ar_fcaps_size, ar_fcaps); in efx_mae_init()
305 if (ar_fcaps == NULL) { in efx_mae_init()
311 maep->em_action_rule_field_caps = ar_fcaps; in efx_mae_init()
313 rc = efx_mae_get_action_rule_caps(enp, maep->em_max_nfields, ar_fcaps); in efx_mae_init()
321 EFSYS_KMEM_FREE(enp->en_esip, ar_fcaps_size, ar_fcaps); in efx_mae_init()