Searched refs:dma_unmap_addr_set (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/dev/mthca/ |
H A D | mthca_allocator.c | 214 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 D | mthca_eq.c | 506 dma_unmap_addr_set(&eq->page_list[i], mapping, t); in mthca_create_eq()
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | dma-mapping.h | 368 #define dma_unmap_addr_set(p, name, v) (((p)->name) = (v)) macro
|
H A D | pci.h | 889 #define pci_unmap_addr_set dma_unmap_addr_set
|
/freebsd/sys/contrib/ena-com/ |
H A D | ena_plat.h | 435 #define dma_unmap_addr_set(p, name, v) (((p)->dma->name) = (v)) macro
|
/freebsd/sys/dev/cxgbe/iw_cxgbe/ |
H A D | cq.c | 130 dma_unmap_addr_set(cq, mapping, cq->dma_addr); in create_cq()
|
H A D | qp.c | 188 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()
|