Searched refs:cq_dma (Results 1 – 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/dma/ |
D | hisi_dma.c | 94 dma_addr_t cq_dma; member 362 chan->cq = dmam_alloc_coherent(dev, cq_size, &chan->cq_dma, in hisi_dma_alloc_qps_mem() 383 lower_32_bits(chan->cq_dma)); in hisi_dma_init_hw_qp() 385 upper_32_bits(chan->cq_dma)); in hisi_dma_init_hw_qp()
|
/kernel/linux/linux-5.10/drivers/scsi/qedi/ |
D | qedi.h | 157 dma_addr_t cq_dma; member
|
D | qedi_main.c | 1527 gl[i]->cq, gl[i]->cq_dma); in qedi_free_global_queues() 1698 &qedi->global_queues[i]->cq_dma, in qedi_alloc_global_queues() 1722 page = qedi->global_queues[i]->cq_dma; in qedi_alloc_global_queues()
|
/kernel/linux/linux-5.10/drivers/scsi/isci/ |
D | host.h | 167 dma_addr_t cq_dma; member
|
D | host.c | 2257 ihost->completion_queue = dmam_alloc_coherent(dev, size, &ihost->cq_dma, in sci_controller_dma_alloc() 2305 writel(lower_32_bits(ihost->cq_dma), &ihost->smu_registers->completion_queue_lower); in sci_controller_mem_init() 2306 writel(upper_32_bits(ihost->cq_dma), &ihost->smu_registers->completion_queue_upper); in sci_controller_mem_init()
|
/kernel/linux/linux-5.10/drivers/scsi/bnx2fc/ |
D | bnx2fc_tgt.c | 688 &tgt->cq_dma, GFP_KERNEL); in bnx2fc_alloc_session_resc() 883 tgt->cq, tgt->cq_dma); in bnx2fc_free_session_resc()
|
D | bnx2fc.h | 329 dma_addr_t cq_dma; member
|
D | bnx2fc_hwi.c | 223 ofld_req2.cq_addr_lo = (u32) tgt->cq_dma; in bnx2fc_send_session_ofld_req() 224 ofld_req2.cq_addr_hi = (u32)((u64)tgt->cq_dma >> 32); in bnx2fc_send_session_ofld_req()
|
/kernel/linux/linux-5.10/drivers/scsi/qedf/ |
D | qedf.h | 266 dma_addr_t cq_dma; member
|
D | qedf_main.c | 2935 gl[i]->cq_mem_size, gl[i]->cq, gl[i]->cq_dma); in qedf_free_global_queues() 3092 &qedf->global_queues[i]->cq_dma, in qedf_alloc_global_queues() 3116 page = qedf->global_queues[i]->cq_dma; in qedf_alloc_global_queues()
|