Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/mthca/
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()
Dmthca_eq.c506 dma_unmap_addr_set(&eq->page_list[i], mapping, t); in mthca_create_eq()
/freebsd-12-stable/sys/compat/linuxkpi/common/include/linux/
Ddma-mapping.h287 #define dma_unmap_addr_set(p, name, v) (((p)->name) = (v)) macro
Dpci.h755 #define pci_unmap_addr_set dma_unmap_addr_set
/freebsd-12-stable/sys/contrib/ena-com/
Dena_plat.h390 #define dma_unmap_addr_set(p, name, v) (((p)->dma->name) = (v)) macro
/freebsd-12-stable/sys/dev/cxgbe/iw_cxgbe/
Dcq.c130 dma_unmap_addr_set(cq, mapping, cq->dma_addr); in create_cq()
Dqp.c187 dma_unmap_addr_set(&wq->sq, mapping, wq->sq.dma_addr); in create_qp()
197 dma_unmap_addr_set(&wq->rq, mapping, wq->rq.dma_addr); in create_qp()