Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_fib/
H A Ddir24_8.c124 write_to_fib(void *ptr, uint64_t val, enum rte_fib_dir24_8_nh_sz size, int n) in write_to_fib() function
189 write_to_fib((void *)tbl8_ptr, nh| in tbl8_alloc()
297 write_to_fib(get_tbl24_p(dp, ledge, in install_to_fib()
308 write_to_fib((void *)tbl8_ptr, (next_hop << 1)| in install_to_fib()
313 write_to_fib(get_tbl24_p(dp, ROUNDUP(ledge, 24), dp->nh_sz), in install_to_fib()
323 write_to_fib(get_tbl24_p(dp, redge, in install_to_fib()
333 write_to_fib((void *)tbl8_ptr, (next_hop << 1)| in install_to_fib()
346 write_to_fib(get_tbl24_p(dp, ledge, dp->nh_sz), in install_to_fib()
357 write_to_fib((void *)tbl8_ptr, (next_hop << 1)| in install_to_fib()
535 write_to_fib(dp->tbl24, (def_nh << 1), nh_sz, 1 << 24); in dir24_8_create()