Home
last modified time | relevance | path

Searched refs:dma_unmap_addr_set (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/dev/mthca/
H A Dmthca_allocator.c214 dma_unmap_addr_set(&buf->direct, mapping, t); in mthca_buf_alloc()
254 dma_unmap_addr_set(&buf->page_list[i], mapping, t); in mthca_buf_alloc()
H A Dmthca_eq.c506 dma_unmap_addr_set(&eq->page_list[i], mapping, t); in mthca_create_eq()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Ddma-mapping.h368 #define dma_unmap_addr_set(p, name, v) (((p)->name) = (v)) macro
H A Dpci.h889 #define pci_unmap_addr_set dma_unmap_addr_set
/freebsd/sys/contrib/ena-com/
H A Dena_plat.h435 #define dma_unmap_addr_set(p, name, v) (((p)->dma->name) = (v)) macro
/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Dcq.c130 dma_unmap_addr_set(cq, mapping, cq->dma_addr); in create_cq()
H A Dqp.c188 dma_unmap_addr_set(&wq->sq, mapping, wq->sq.dma_addr); in create_qp()
198 dma_unmap_addr_set(&wq->rq, mapping, wq->rq.dma_addr); in create_qp()