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