Searched refs:cptinst (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/crypto/marvell/octeontx/ |
| H A D | otx_cptvf_reqmgr.c | 268 static void cpt_send_cmd(union otx_cpt_inst_s *cptinst, struct otx_cptvf *cptvf) in cpt_send_cmd() argument 281 memcpy(ent, (void *) cptinst, OTX_CPT_INST_SIZE); in cpt_send_cmd() 307 union otx_cpt_inst_s cptinst; in process_request() local 375 cpt_fill_inst(&cptinst, info, &iq_cmd); in process_request() 380 print_hex_dump_debug("", 0, 16, 1, &cptinst, OTX_CPT_INST_SIZE, false); in process_request() 386 cpt_send_cmd(&cptinst, cptvf); in process_request()
|