Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/compat/linuxkpi/common/include/linux/
HDdma-mapping.h345 #define dma_unmap_sg(d, s, n, r) dma_unmap_sg_attrs(d, s, n, r, 0) macro
HDpci.h1057 dma_unmap_sg((_hwdev) == NULL ? NULL : &(_hwdev)->dev, \
/freebsd-13-stable/sys/ofed/include/rdma/
HDib_verbs.h3155 dma_unmap_sg(dev->dma_device, sg, nents, direction); in ib_dma_unmap_sg()