Searched refs:qm_aeqc (Results 1 – 3 of 3) sorted by relevance
65 struct qm_aeqc { struct
238 size = sizeof(struct qm_aeqc); in qm_eqc_aeqc_dump()
3070 struct qm_aeqc *aeqc; in qm_aeq_ctx_cfg()3074 aeqc = kzalloc(sizeof(struct qm_aeqc), GFP_KERNEL); in qm_aeq_ctx_cfg()3082 aeqc_dma = dma_map_single(dev, aeqc, sizeof(struct qm_aeqc), in qm_aeq_ctx_cfg()3090 dma_unmap_single(dev, aeqc_dma, sizeof(struct qm_aeqc), DMA_TO_DEVICE); in qm_aeq_ctx_cfg()