Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_fib/
H A Dtrie.c167 tbl8_ptr = get_tbl_p_by_idx(dp->tbl8, in tbl8_alloc()
280 p = get_tbl_p_by_idx(dp->tbl8, (val >> 1) * in recycle_root_path()
300 tbl_ptr = get_tbl_p_by_idx(cur_tbl, idx, dp->nh_sz); in build_common_root()
314 *tbl = get_tbl_p_by_idx(cur_tbl, prev_idx * TRIE_TBL8_GRP_NUM_ENT, in build_common_root()
338 p = get_tbl_p_by_idx(dp->tbl8, (tbl8_idx * in write_edge()
347 write_to_dp(get_tbl_p_by_idx(dp->tbl8, tbl8_idx * in write_edge()
413 ent = get_tbl_p_by_idx(common_root_tbl, left_idx, dp->nh_sz); in install_to_dp()
420 ent = get_tbl_p_by_idx(common_root_tbl, left_idx + 1, in install_to_dp()
425 ent = get_tbl_p_by_idx(common_root_tbl, right_idx, dp->nh_sz); in install_to_dp()
H A Dtrie.h101 get_tbl_p_by_idx(uint64_t *tbl, uint64_t idx, uint8_t nh_sz) in get_tbl_p_by_idx() function