Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/sw/siw/
H A Dsiw_qp_tx.c59 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 Dsiw_qp_rx.c142 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 Dsiw_verbs.c663 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 Dib_verbs.h4048 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 Drxe_verbs.c815 memcpy(p, ib_virt_dma_to_ptr(sge->addr), sge->length); in copy_inline_data_to_wqe()