Searched refs:result_size (Results 1 – 6 of 6) sorted by relevance
156 uint16_t result_size; member202 uint16_t result_size; member244 uint16_t result_size; member
121 uint16_t result_size; member211 if (ctxt->shadow_ctxt.sh_res_tbl[sh_idx].result_size != size) in tf_shadow_tcam_res_cpy()568 rcopy = sparms->result && sparms->result_size; in tf_shadow_tcam_search()654 sparms->result_size)) { in tf_shadow_tcam_search()696 if (!sparms->result || !sparms->result_size) { in tf_shadow_tcam_insert()731 if (sparms->result_size > TF_SHADOW_TCAM_MAX_RESULT_SZ) { in tf_shadow_tcam_insert()735 sparms->result_size, in tf_shadow_tcam_insert()740 memcpy(sr_entry->result, sparms->result, sparms->result_size); in tf_shadow_tcam_insert()741 sr_entry->result_size = sparms->result_size; in tf_shadow_tcam_insert()
1590 req.result_size = parms->result_size; in tf_msg_tcam_entry_set()1591 data_size = 2 * req.key_size + req.result_size; in tf_msg_tcam_entry_set()1610 tfp_memcpy(&data[req.result_offset], parms->result, parms->result_size); in tf_msg_tcam_entry_set()1679 parms->result_size < resp.result_size) { in tf_msg_tcam_entry_get()1690 parms->result_size = resp.result_size; in tf_msg_tcam_entry_get()1693 tfp_memcpy(parms->result, &resp.dev_data[resp.result_offset], resp.result_size); in tf_msg_tcam_entry_get()
769 nparms.result_size = parms->result_size; in tf_tcam_shared_set()951 gparms.result_size = remap_sz_bytes; in tf_tcam_shared_move_entry()977 sparms.result_size = remap_sz_bytes; in tf_tcam_shared_move_entry()
651 sparms.result_size = in tf_search_tcam_entry()783 sparms.result_size = TF_BITS2BYTES_WORD_ALIGN(parms->result_sz_in_bits); in tf_set_tcam_entry()847 gparms.result_size = TF_BITS2BYTES_WORD_ALIGN(parms->result_sz_in_bits); in tf_get_tcam_entry()858 parms->result_sz_in_bits = gparms.result_size * 8; in tf_get_tcam_entry()
51716 uint8_t result_size; member51827 uint8_t result_size; member