Lines Matching defs:number_tbl8s
98 uint32_t number_tbl8s; /**< Number of tbl8s to allocate. */
136 for (i = 0; i < lpm->number_tbl8s; i++)
148 if (lpm->tbl8_pool_pos == lpm->number_tbl8s)
177 return lpm->number_tbl8s - lpm->tbl8_pool_pos;
232 config->number_tbl8s > RTE_LPM6_TBL8_MAX_NUM_GROUPS) {
260 sizeof(uint32_t) * config->number_tbl8s,
271 sizeof(struct rte_lpm_tbl8_hdr) * config->number_tbl8s,
284 RTE_LPM6_TBL8_GROUP_NUM_ENTRIES * config->number_tbl8s);
321 lpm->number_tbl8s = config->number_tbl8s;
1061 * RTE_LPM6_TBL8_GROUP_NUM_ENTRIES * lpm->number_tbl8s);
1087 RTE_LPM6_TBL8_GROUP_NUM_ENTRIES * lpm->number_tbl8s);