Searched refs:_sg (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | pci.h | 831 #define pci_map_sg(_hwdev, _sg, _nents, _dir) \ argument 833 _sg, _nents, (enum dma_data_direction)_dir) 840 #define pci_unmap_sg(_hwdev, _sg, _nents, _dir) \ argument 842 _sg, _nents, (enum dma_data_direction)_dir)
|