Searched refs:ib_virt_dma_to_ptr (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/drivers/infiniband/sw/siw/ |
D | siw_qp_tx.c | 59 memcpy(paddr, ib_virt_dma_to_ptr(sge->laddr), bytes); in siw_try_1seg() 485 ib_virt_dma_to_ptr(sge->laddr + sge_off); in siw_tx_hdt() 551 ib_virt_dma_to_ptr(va), in siw_tx_hdt()
|
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()
|
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()
|
/linux-6.6.21/include/rdma/ |
D | ib_verbs.h | 4046 static inline void *ib_virt_dma_to_ptr(u64 dma_addr) in ib_virt_dma_to_ptr() function 4061 return virt_to_page(ib_virt_dma_to_ptr(dma_addr)); in ib_virt_dma_to_page()
|