Searched refs:cq_dma (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/drivers/scsi/qedi/ |
D | qedi.h | 162 dma_addr_t cq_dma; member
|
D | qedi_main.c | 1406 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/ |
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()
|
/Linux-v4.19/drivers/scsi/bnx2fc/ |
D | bnx2fc_tgt.c | 689 &tgt->cq_dma, GFP_KERNEL); in bnx2fc_alloc_session_resc() 884 tgt->cq, tgt->cq_dma); in bnx2fc_free_session_resc()
|
D | bnx2fc.h | 328 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()
|
/Linux-v4.19/drivers/scsi/qedf/ |
D | qedf.h | 244 dma_addr_t cq_dma; member
|
D | qedf_main.c | 2623 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()
|