Home
last modified time | relevance | path

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

/dpdk/drivers/net/bnxt/tf_core/
H A Dtf_shadow_tcam.c187 uint16_t sh_idx, in tf_shadow_tcam_key_cmp() argument
190 if (size != ctxt->shadow_ctxt.sh_res_tbl[sh_idx].key_size || in tf_shadow_tcam_key_cmp()
205 uint16_t sh_idx, in tf_shadow_tcam_res_cpy() argument
211 if (ctxt->shadow_ctxt.sh_res_tbl[sh_idx].result_size != size) in tf_shadow_tcam_res_cpy()
215 ctxt->shadow_ctxt.sh_res_tbl[sh_idx].result, in tf_shadow_tcam_res_cpy()
334 uint16_t sh_idx) in tf_shadow_tcam_set_hash_entry() argument
338 uint64_t entry = sh_idx | TF_SHADOW_TCAM_BE_VALID; in tf_shadow_tcam_set_hash_entry()
392 uint16_t sh_idx) in tf_shadow_tcam_clear_sh_entry() argument
397 if (sh_idx >= tf_shadow_tcam_sh_num_entries_get(ctxt)) in tf_shadow_tcam_clear_sh_entry()
400 sk_entry = &ctxt->shadow_ctxt.sh_key_tbl[sh_idx]; in tf_shadow_tcam_clear_sh_entry()
[all …]