Home
last modified time | relevance | path

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

/dpdk/lib/fib/
H A Dtrie.c514 uint8_t tmp_depth, depth_diff = 0, parent_depth = 24; in trie_modify() local
537 depth_diff = RTE_ALIGN_CEIL(depth, 8) - in trie_modify()
539 depth_diff = depth_diff >> 3; in trie_modify()
556 dp->number_tbl8s - depth_diff)) in trie_modify()
575 dp->rsvd_tbl8s += depth_diff; in trie_modify()
595 dp->rsvd_tbl8s -= depth_diff; in trie_modify()