Home
last modified time | relevance | path

Searched refs:dma_unmap_sg (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Ddma-mapping.h372 #define dma_unmap_sg(d, s, n, r) dma_unmap_sg_attrs(d, s, n, r, 0) macro
H A Dpci.h891 dma_unmap_sg((_hwdev) == NULL ? NULL : &(_hwdev)->dev, \
/freebsd/sys/ofed/include/rdma/
H A Dib_verbs.h3620 dma_unmap_sg(dev->dma_device, sg, nents, direction); in ib_dma_unmap_sg()