Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/common/cpt/
H A Dcpt_fpm_tables.c1081 static uint8_t *fpm_table; variable
1102 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()