Searched refs:host_dma (Results 1 – 3 of 3) sorted by relevance
92 wr.q1_host_msg_pool = cpu_to_be64(c2dev->rep_vq.host_dma); in c2_adapter_init()94 wr.q2_host_msg_pool = cpu_to_be64(c2dev->aeq.host_dma); in c2_adapter_init()521 &c2dev->rep_vq.host_dma, GFP_KERNEL); in c2_rnic_init()526 dma_unmap_addr_set(&c2dev->rep_vq, mapping, c2dev->rep_vq.host_dma); in c2_rnic_init()528 (unsigned long long) c2dev->rep_vq.host_dma); in c2_rnic_init()542 &c2dev->aeq.host_dma, GFP_KERNEL); in c2_rnic_init()547 dma_unmap_addr_set(&c2dev->aeq, mapping, c2dev->aeq.host_dma); in c2_rnic_init()549 (unsigned long long) c2dev->aeq.host_dma); in c2_rnic_init()
272 &mq->host_dma, GFP_KERNEL); in c2_alloc_cq_buf()284 dma_unmap_addr_set(mq, mapping, mq->host_dma); in c2_alloc_cq_buf()327 wr.msg_pool = cpu_to_be64(cq->mq.host_dma); in c2_init_cq()
73 dma_addr_t host_dma; member