Home
last modified time | relevance | path

Searched refs:cq_dma (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/drivers/scsi/qedi/
Dqedi.h162 dma_addr_t cq_dma; member
Dqedi_main.c1406 gl[i]->cq, gl[i]->cq_dma); in qedi_free_global_queues()
1574 &qedi->global_queues[i]->cq_dma, in qedi_alloc_global_queues()
1598 page = qedi->global_queues[i]->cq_dma; in qedi_alloc_global_queues()
/Linux-v4.19/drivers/scsi/isci/
Dhost.h167 dma_addr_t cq_dma; member
Dhost.c2257 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()
/Linux-v4.19/drivers/scsi/bnx2fc/
Dbnx2fc_tgt.c689 &tgt->cq_dma, GFP_KERNEL); in bnx2fc_alloc_session_resc()
884 tgt->cq, tgt->cq_dma); in bnx2fc_free_session_resc()
Dbnx2fc.h328 dma_addr_t cq_dma; member
Dbnx2fc_hwi.c223 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()
/Linux-v4.19/drivers/scsi/qedf/
Dqedf.h244 dma_addr_t cq_dma; member
Dqedf_main.c2623 gl[i]->cq_mem_size, gl[i]->cq, gl[i]->cq_dma); in qedf_free_global_queues()
2776 &qedf->global_queues[i]->cq_dma, GFP_KERNEL); in qedf_alloc_global_queues()
2798 page = qedf->global_queues[i]->cq_dma; in qedf_alloc_global_queues()