Home
last modified time | relevance | path

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

/dpdk/drivers/net/bnxt/tf_core/
H A Dtf_tcam_shared.c1027 struct bitalloc *hi_pool, *lo_pool; in tf_tcam_shared_move() local
1090 hi_pool = tcam_shared_wc->db[parms->dir][hi_id].pool; in tf_tcam_shared_move()
1097 if (hi_pool == NULL || lo_pool == NULL) in tf_tcam_shared_move()
1102 hi_cnt = ba_inuse_count(hi_pool); in tf_tcam_shared_move()
1111 log_idx = ba_find_next_inuse(hi_pool, log_idx); in tf_tcam_shared_move()
1150 ba_free(hi_pool, log_idx); in tf_tcam_shared_move()