Lines Matching refs:tbl8
162 tbl8_ptr = get_tbl_p_by_idx(dp->tbl8, in tbl8_alloc()
181 ptr16 = &((uint16_t *)dp->tbl8)[tbl8_idx * in tbl8_recycle()
195 ptr32 = &((uint32_t *)dp->tbl8)[tbl8_idx * in tbl8_recycle()
209 ptr64 = &((uint64_t *)dp->tbl8)[tbl8_idx * in tbl8_recycle()
275 p = get_tbl_p_by_idx(dp->tbl8, (val >> 1) * in recycle_root_path()
307 cur_tbl = dp->tbl8; in build_common_root()
333 p = get_tbl_p_by_idx(dp->tbl8, (tbl8_idx * in write_edge()
342 write_to_dp(get_tbl_p_by_idx(dp->tbl8, tbl8_idx * in write_edge()
642 dp->tbl8 = rte_zmalloc_socket(mem_name, TRIE_TBL8_GRP_NUM_ENT * in trie_create()
645 if (dp->tbl8 == NULL) { in trie_create()
660 rte_free(dp->tbl8); in trie_create()
676 rte_free(dp->tbl8); in trie_free()