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

/freebsd-11-stable/sys/dev/mthca/
H A Dmthca_allocator.c214 dma_unmap_addr_set(&buf->direct, mapping, t);
254 dma_unmap_addr_set(&buf->page_list[i], mapping, t);
H A Dmthca_eq.c506 dma_unmap_addr_set(&eq->page_list[i], mapping, t);
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Ddma-mapping.h294 #define dma_unmap_addr_set(p, name, v) (((p)->name) = (v)) macro
H A Dpci.h727 #define pci_unmap_addr_set dma_unmap_addr_set
/freebsd-11-stable/sys/contrib/ena-com/
H A Dena_plat.h397 #define dma_unmap_addr_set(p, name, v) (((p)->dma->name) = (v)) macro
/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dcq.c128 dma_unmap_addr_set(cq, mapping, cq->dma_addr);
H A Dqp.c185 dma_unmap_addr_set(&wq->sq, mapping, wq->sq.dma_addr);
195 dma_unmap_addr_set(&wq->rq, mapping, wq->rq.dma_addr);

Completed in 80 milliseconds