Searched refs:write_to_fib (Results 1 – 1 of 1) sorted by relevance
| /dpdk/lib/fib/ |
| H A D | dir24_8.c | 120 write_to_fib(void *ptr, uint64_t val, enum rte_fib_dir24_8_nh_sz size, int n) in write_to_fib() function 185 write_to_fib((void *)tbl8_ptr, nh| in tbl8_alloc() 293 write_to_fib(get_tbl24_p(dp, ledge, in install_to_fib() 304 write_to_fib((void *)tbl8_ptr, (next_hop << 1)| 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() 329 write_to_fib((void *)tbl8_ptr, (next_hop << 1)| in install_to_fib() 342 write_to_fib(get_tbl24_p(dp, ledge, dp->nh_sz), in install_to_fib() 353 write_to_fib((void *)tbl8_ptr, (next_hop << 1)| in install_to_fib() 531 write_to_fib(dp->tbl24, (def_nh << 1), nh_sz, 1 << 24); in dir24_8_create()
|