Home
last modified time | relevance | path

Searched defs:sg_phys (Results 1 – 2 of 2) sorted by relevance

/linux-3.3/include/linux/
Dscatterlist.h182 static inline dma_addr_t sg_phys(struct scatterlist *sg) in sg_phys() function
/linux-3.3/tools/virtio/linux/
Dvirtio.h36 #define sg_phys(sg) ((sg->page_link & ~0x3) / sizeof(struct page) * 4096 + \ macro