Searched refs:dma_unmap_addr (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/dev/mthca/ |
H A D | mthca_allocator.c | 292 dma_unmap_addr(&buf->direct, mapping)); in mthca_buf_free() 297 dma_unmap_addr(&buf->page_list[i], in mthca_buf_free()
|
H A D | mthca_eq.c | 575 dma_unmap_addr(&eq->page_list[i], in mthca_create_eq() 622 dma_unmap_addr(&eq->page_list[i], mapping)); in mthca_free_eq()
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | dma-mapping.h | 349 #define dma_unmap_addr(p, name) ((p)->name) macro
|
H A D | pci.h | 856 #define pci_unmap_addr dma_unmap_addr
|
/freebsd/sys/dev/cxgbe/iw_cxgbe/ |
H A D | cq.c | 89 dma_unmap_addr(cq, mapping)); in destroy_cq() 195 dma_unmap_addr(cq, mapping)); in create_cq()
|
H A D | qp.c | 113 dma_unmap_addr(&wq->rq, mapping)); in destroy_qp() 116 dma_unmap_addr(&wq->sq, mapping)); in destroy_qp() 320 dma_unmap_addr(&wq->rq, mapping)); in create_qp() 324 dma_unmap_addr(&wq->sq, mapping)); in create_qp()
|
/freebsd/sys/contrib/ena-com/ |
H A D | ena_plat.h | 434 #define dma_unmap_addr(p, name) ((p)->dma->name) macro
|