Home
last modified time | relevance | path

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

/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()
/drivers/scsi/bnx2fc/
Dbnx2fc_tgt.c690 &tgt->cq_dma, GFP_KERNEL); in bnx2fc_alloc_session_resc()
891 tgt->cq, tgt->cq_dma); in bnx2fc_free_session_resc()
Dbnx2fc.h327 dma_addr_t cq_dma; member
Dbnx2fc_hwi.c222 ofld_req2.cq_addr_lo = (u32) tgt->cq_dma; in bnx2fc_send_session_ofld_req()
223 ofld_req2.cq_addr_hi = (u32)((u64)tgt->cq_dma >> 32); in bnx2fc_send_session_ofld_req()