Searched refs:completion_addr (Results 1 – 6 of 6) sorted by relevance
48 volatile uint64_t *completion_addr; member
216 void *completion_addr = RTE_PTR_ALIGN(addr.vaddr, 16); in cpt_fill_req_comp_addr() local219 req->completion_addr = (volatile uint64_t *)completion_addr; in cpt_fill_req_comp_addr()221 RTE_PTR_DIFF(completion_addr, addr.vaddr); in cpt_fill_req_comp_addr()222 *(req->completion_addr) = COMPLETION_CODE_INIT; in cpt_fill_req_comp_addr()
639 req->completion_addr = (uint64_t *)((uint8_t *)c_vaddr); in cpt_digest_gen_prep()640 *req->completion_addr = COMPLETION_CODE_INIT; in cpt_digest_gen_prep()1000 req->completion_addr = (uint64_t *)((uint8_t *)c_vaddr); in cpt_enc_hmac_prep()1001 *req->completion_addr = COMPLETION_CODE_INIT; in cpt_enc_hmac_prep()1370 req->completion_addr = (uint64_t *)((uint8_t *)c_vaddr); in cpt_dec_hmac_prep()1371 *req->completion_addr = COMPLETION_CODE_INIT; in cpt_dec_hmac_prep()1677 req->completion_addr = (uint64_t *)((uint8_t *)c_vaddr); in cpt_zuc_snow3g_enc_prep()1678 *req->completion_addr = COMPLETION_CODE_INIT; in cpt_zuc_snow3g_enc_prep()1929 *req->completion_addr = COMPLETION_CODE_INIT; in cpt_zuc_snow3g_dec_prep()2165 *req->completion_addr = COMPLETION_CODE_INIT; in cpt_kasumi_enc_prep()[all …]
42 req->completion_addr = (uint64_t *)((uint8_t *)resp_addr); in alloc_request_struct()43 *req->completion_addr = COMPLETION_CODE_INIT; in alloc_request_struct()
34 res = (volatile struct cpt_res_s_9s *)req->completion_addr; in otx2_cpt_compcode_get()
265 cptres = (volatile cpt_res_s_t *)user_req->completion_addr; in check_nb_command_id()305 *((volatile uint32_t *)user_req->completion_addr)); in check_nb_command_id()