Searched refs:sr_entry (Results 1 – 1 of 1) sorted by relevance
461 sr_entry = &ctxt->shadow_ctxt.sh_res_tbl[idx]; in tf_shadow_tcam_bind_index()474 sr_entry->key_size = parms->key_size; in tf_shadow_tcam_bind_index()475 sr_entry->hb_handle = parms->hb_handle; in tf_shadow_tcam_bind_index()476 sr_entry->refcnt = 1; in tf_shadow_tcam_bind_index()527 sr_entry = &ctxt->shadow_ctxt.sh_res_tbl[idx]; in tf_shadow_tcam_remove()528 if (sr_entry->refcnt <= 1) { in tf_shadow_tcam_remove()529 hb_handle = sr_entry->hb_handle; in tf_shadow_tcam_remove()533 sr_entry->refcnt--; in tf_shadow_tcam_remove()534 fparms->ref_cnt = sr_entry->refcnt; in tf_shadow_tcam_remove()722 sr_entry = &ctxt->shadow_ctxt.sh_res_tbl[idx]; in tf_shadow_tcam_insert()[all …]