Searched refs:OTX_CPT_INST_SIZE (Results 1 – 3 of 3) sorted by relevance
280 ent = &queue->qhead->head[queue->idx * OTX_CPT_INST_SIZE]; in cpt_send_cmd()281 memcpy(ent, (void *) cptinst, OTX_CPT_INST_SIZE); in cpt_send_cmd()379 pr_debug("Cpt_inst_s hexdump (%d bytes)\n", OTX_CPT_INST_SIZE); in process_request()380 print_hex_dump_debug("", 0, 16, 1, &cptinst, OTX_CPT_INST_SIZE, false); in process_request()
40 #define OTX_CPT_INST_SIZE 64 macro
201 q_size = qlen * OTX_CPT_INST_SIZE; in alloc_command_queues()203 qcsize_bytes = cqinfo->qchunksize * OTX_CPT_INST_SIZE; in alloc_command_queues()