Searched refs:ib_virt_dma_to_ptr (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/infiniband/sw/siw/ |
H A D | siw_qp_tx.c | 59 memcpy(paddr, ib_virt_dma_to_ptr(sge->laddr), bytes); in siw_try_1seg() 487 ib_virt_dma_to_ptr(sge->laddr + sge_off); in siw_tx_hdt() 553 ib_virt_dma_to_ptr(va), in siw_tx_hdt()
|
H A D | siw_qp_rx.c | 142 if (siw_rx_kva(srx, ib_virt_dma_to_ptr(buf_addr), bytes) == in siw_rx_pbl() 490 ib_virt_dma_to_ptr(sge->laddr + frx->sge_off), in siw_proc_send() 855 ib_virt_dma_to_ptr(sge->laddr + wqe->processed), in siw_proc_rresp()
|
H A D | siw_verbs.c | 663 memcpy(kbuf, ib_virt_dma_to_ptr(core_sge->addr), in siw_copy_inline_sgl() 1526 i, pble->size, ib_virt_dma_to_ptr(pble->addr), in siw_map_mr_sg()
|
/openbmc/linux/include/rdma/ |
H A D | ib_verbs.h | 4048 static inline void *ib_virt_dma_to_ptr(u64 dma_addr) in ib_virt_dma_to_ptr() function 4063 return virt_to_page(ib_virt_dma_to_ptr(dma_addr)); in ib_virt_dma_to_page()
|
/openbmc/linux/drivers/infiniband/sw/rxe/ |
H A D | rxe_verbs.c | 815 memcpy(p, ib_virt_dma_to_ptr(sge->addr), sge->length); in copy_inline_data_to_wqe()
|