Searched defs:sg_dma_address (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/tools/virtio/linux/ | ||
D | dma-mapping.h | 33 #define sg_dma_address(sg) (0) macro |
/Linux-v6.6/include/linux/ | ||
D | scatterlist.h | 31 #define sg_dma_address(sg) ((sg)->dma_address) macro |