Searched refs:cq_base (Results 1 – 4 of 4) sorted by relevance
157 if (qcq->cq_base) in pdsc_qcq_free()159 qcq->cq_base, qcq->cq_base_pa); in pdsc_qcq_free()199 void *q_base, *cq_base; in pdsc_qcq_alloc() local255 cq_base = PTR_ALIGN(q_base + in pdsc_qcq_alloc()278 qcq->cq_base = dma_alloc_coherent(dev, qcq->cq_size, in pdsc_qcq_alloc()281 if (!qcq->cq_base) { in pdsc_qcq_alloc()285 cq_base = PTR_ALIGN(qcq->cq_base, PDS_PAGE_SIZE); in pdsc_qcq_alloc()289 pdsc_cq_map(&qcq->cq, cq_base, cq_base_pa); in pdsc_qcq_alloc()
134 void *cq_base; member
136 struct hl_cq_entry *cq_entry, *cq_base; in hl_irq_handler_cq() local146 cq_base = cq->kernel_address; in hl_irq_handler_cq()149 cq_entry = (struct hl_cq_entry *) &cq_base[cq->ci]; in hl_irq_handler_cq()
7268 struct hl_cq_entry *cq_base; in gaudi2_send_job_to_kdma() local7302 cq_base = cq->kernel_address; in gaudi2_send_job_to_kdma()7303 polling_addr = (u32 *)&cq_base[cq->ci]; in gaudi2_send_job_to_kdma()