Searched refs:qm_ctx_alloc (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/drivers/crypto/hisilicon/ |
D | qm.c | 1888 static void *qm_ctx_alloc(struct hisi_qm *qm, size_t ctx_size, in qm_ctx_alloc() function 1959 sqc = qm_ctx_alloc(qm, sizeof(*sqc), &sqc_dma); in qm_sqc_dump() 2000 cqc = qm_ctx_alloc(qm, sizeof(*cqc), &cqc_dma); in qm_cqc_dump() 2037 xeqc = qm_ctx_alloc(qm, size, &xeqc_dma); in qm_eqc_aeqc_dump() 3104 addr = qm_ctx_alloc(qm, size, &dma_addr); in qm_drain_qp()
|