Searched refs:qm_ctx_alloc (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/drivers/crypto/hisilicon/ |
D | qm.c | 1066 static void *qm_ctx_alloc(struct hisi_qm *qm, size_t ctx_size, in qm_ctx_alloc() function 1157 sqc = qm_ctx_alloc(qm, sizeof(*sqc), &sqc_dma); in qm_sqc_dump() 1203 cqc = qm_ctx_alloc(qm, sizeof(*cqc), &cqc_dma); in qm_cqc_dump() 1245 xeqc = qm_ctx_alloc(qm, size, &xeqc_dma); in qm_eqc_aeqc_dump() 1867 addr = qm_ctx_alloc(qm, size, &dma_addr); in qm_drain_qp()
|