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