Home
last modified time | relevance | path

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

/freebsd-12.1/sys/compat/linuxkpi/common/include/linux/
H A Dpci.h693 dma_free_coherent((_hwdev) == NULL ? NULL : &(_hwdev)->dev, \
695 #define pci_map_sg(_hwdev, _sg, _nents, _dir) \ argument
696 dma_map_sg((_hwdev) == NULL ? NULL : &(_hwdev->dev), \
698 #define pci_map_single(_hwdev, _ptr, _size, _dir) \ argument
699 dma_map_single((_hwdev) == NULL ? NULL : &(_hwdev->dev), \
701 #define pci_unmap_single(_hwdev, _addr, _size, _dir) \ argument
702 dma_unmap_single((_hwdev) == NULL ? NULL : &(_hwdev)->dev, \
704 #define pci_unmap_sg(_hwdev, _sg, _nents, _dir) \ argument
705 dma_unmap_sg((_hwdev) == NULL ? NULL : &(_hwdev)->dev, \
708 dma_map_page((_hwdev) == NULL ? NULL : &(_hwdev)->dev, _page,\
[all …]