Searched refs:fpm_table (Results 1 – 1 of 1) sorted by relevance
1081 static uint8_t *fpm_table; variable1102 fpm_table = rte_malloc(NULL, len, 0); in cpt_fpm_init()1104 if (fpm_table == NULL) { in cpt_fpm_init()1108 data = fpm_table; in cpt_fpm_init()1134 if ((nb_devs == 0) && (fpm_table != NULL)) in cpt_fpm_clear()1135 rte_free(fpm_table); in cpt_fpm_clear()