Home
last modified time | relevance | path

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

/dpdk/lib/fib/
H A Ddir24_8.h39 get_tbl24_p(struct dir24_8_tbl *dp, uint32_t ip, uint8_t nh_sz) in get_tbl24_p() function
120 rte_prefetch0(get_tbl24_p(dp, ips[i], nh_sz)); \
122 rte_prefetch0(get_tbl24_p(dp, \
153 rte_prefetch0(get_tbl24_p(dp, ips[i], nh_sz)); in dir24_8_lookup_bulk()
155 rte_prefetch0(get_tbl24_p(dp, ips[i + prefetch_offset], in dir24_8_lookup_bulk()
219 rte_prefetch0(get_tbl24_p(dp, ips[i], nh_sz)); in dir24_8_lookup_bulk_uni()
221 rte_prefetch0(get_tbl24_p(dp, ips[i + prefetch_offset], in dir24_8_lookup_bulk_uni()
H A Ddir24_8.c293 write_to_fib(get_tbl24_p(dp, ledge, in install_to_fib()
309 write_to_fib(get_tbl24_p(dp, ROUNDUP(ledge, 24), dp->nh_sz), in install_to_fib()
319 write_to_fib(get_tbl24_p(dp, redge, in install_to_fib()
342 write_to_fib(get_tbl24_p(dp, ledge, dp->nh_sz), in install_to_fib()
H A Dtrie.h49 get_tbl24_p(struct rte_trie_tbl *dp, const uint8_t *ip, uint8_t nh_sz) in get_tbl24_p() function
H A Dtrie.c428 ent = get_tbl24_p(dp, ledge, dp->nh_sz); in install_to_dp()