Searched refs:cq_dma (Results 1 – 5 of 5) sorted by relevance
167 dma_addr_t cq_dma; member
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()
690 &tgt->cq_dma, GFP_KERNEL); in bnx2fc_alloc_session_resc()891 tgt->cq, tgt->cq_dma); in bnx2fc_free_session_resc()
327 dma_addr_t cq_dma; member
222 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()