Searched refs:ar_fcaps (Results 1 – 1 of 1) sorted by relevance
248 efx_mae_field_cap_t *ar_fcaps; in efx_mae_init() local284 ar_fcaps_size = maep->em_max_nfields * sizeof (*ar_fcaps); in efx_mae_init()285 EFSYS_KMEM_ALLOC(enp->en_esip, ar_fcaps_size, ar_fcaps); in efx_mae_init()286 if (ar_fcaps == NULL) { in efx_mae_init()292 maep->em_action_rule_field_caps = ar_fcaps; in efx_mae_init()294 rc = efx_mae_get_action_rule_caps(enp, maep->em_max_nfields, ar_fcaps); in efx_mae_init()302 EFSYS_KMEM_FREE(enp->en_esip, ar_fcaps_size, ar_fcaps); in efx_mae_init()