cpt_res_s
sizeof(union cpt_res_s), DMA_BIDIRECTIONAL);
union cpt_res_s *status = NULL;
status = (union cpt_res_s *)pentry->completion_addr;
union cpt_res_s *result = NULL;
info->completion_addr = kzalloc(sizeof(union cpt_res_s), req->may_sleep ? GFP_KERNEL : GFP_ATOMIC);
result = (union cpt_res_s *)info->completion_addr;
sizeof(union cpt_res_s),
sizeof(union cpt_res_s));
struct cpt_res_s *res)
struct cpt_res_s *res;
res = dma_alloc_coherent(pf->dev, sizeof(struct cpt_res_s),
dma_free_coherent(pf->dev, sizeof(struct cpt_res_s), res,
dma_free_coherent(pf->dev, sizeof(struct cpt_res_s), res, res_iova);
struct cpt_res_s *res;
res = (struct cpt_res_s *)(sq->cpt_resp->base + (64 * sq->head));