Home
last modified time | relevance | path

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

/freebsd-14.2/sys/compat/linuxkpi/common/include/linux/
H A Dpci.h821 dma_free_coherent((_hwdev) == NULL ? NULL : &(_hwdev)->dev, \
823 #define pci_map_sg(_hwdev, _sg, _nents, _dir) \ argument
824 dma_map_sg((_hwdev) == NULL ? NULL : &(_hwdev->dev), \
826 #define pci_map_single(_hwdev, _ptr, _size, _dir) \ argument
827 dma_map_single((_hwdev) == NULL ? NULL : &(_hwdev->dev), \
829 #define pci_unmap_single(_hwdev, _addr, _size, _dir) \ argument
830 dma_unmap_single((_hwdev) == NULL ? NULL : &(_hwdev)->dev, \
832 #define pci_unmap_sg(_hwdev, _sg, _nents, _dir) \ argument
833 dma_unmap_sg((_hwdev) == NULL ? NULL : &(_hwdev)->dev, \
836 dma_map_page((_hwdev) == NULL ? NULL : &(_hwdev)->dev, _page,\
[all …]