Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_fib/
H A Dtrie.c519 uint8_t tmp_depth, depth_diff = 0, parent_depth = 24; in trie_modify() local
542 depth_diff = RTE_ALIGN_CEIL(depth, 8) - in trie_modify()
544 depth_diff = depth_diff >> 3; in trie_modify()
561 dp->number_tbl8s - depth_diff)) in trie_modify()
580 dp->rsvd_tbl8s += depth_diff; in trie_modify()
600 dp->rsvd_tbl8s -= depth_diff; in trie_modify()