Searched refs:hisi_qm_ctx_free (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/drivers/crypto/hisilicon/ |
D | qm_common.h | 81 void hisi_qm_ctx_free(struct hisi_qm *qm, size_t ctx_size,
|
D | debugfs.c | 174 hisi_qm_ctx_free(qm, sizeof(*sqc), sqc, &sqc_dma); in qm_sqc_dump() 215 hisi_qm_ctx_free(qm, sizeof(*cqc), cqc, &cqc_dma); in qm_cqc_dump() 252 hisi_qm_ctx_free(qm, size, xeqc, &xeqc_dma); in qm_eqc_aeqc_dump()
|
D | qm.c | 1369 void hisi_qm_ctx_free(struct hisi_qm *qm, size_t ctx_size, in hisi_qm_ctx_free() function 2203 hisi_qm_ctx_free(qm, size, addr, &dma_addr); in qm_drain_qp()
|