Searched refs:OTX2_CPT_INST_SIZE (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/crypto/marvell/octeontx2/ |
D | cn10k_cpt.c | 36 (((OTX2_CPT_INST_SIZE/16) - 1) & 0x7) << 4; in cn10k_cpt_send_cmd() 44 memcpy_toio(lmtline, cptinst, insts_num * OTX2_CPT_INST_SIZE); in cn10k_cpt_send_cmd()
|
D | otx2_cptlf.h | 35 #define OTX2_CPT_INST_QLEN_EXTRA_BYTES (320 * OTX2_CPT_INST_SIZE) 40 ((OTX2_CPT_SIZE_DIV40 * 40 * OTX2_CPT_INST_SIZE) + \ 387 memcpy_toio(lmtline, cptinst, insts_num * OTX2_CPT_INST_SIZE); in otx2_cpt_send_cmd()
|
D | otx2_cptvf_reqmgr.c | 170 pr_debug("Cpt_inst_s hexdump (%d bytes)\n", OTX2_CPT_INST_SIZE); in process_request() 171 print_hex_dump_debug("", 0, 16, 1, &cptinst, OTX2_CPT_INST_SIZE, false); in process_request()
|
D | otx2_cpt_hw_types.h | 27 #define OTX2_CPT_INST_SIZE 64 macro
|