Searched defs:sg_phys (Results 1 – 2 of 2) sorted by relevance
182 static inline dma_addr_t sg_phys(struct scatterlist *sg) in sg_phys() function
36 #define sg_phys(sg) ((sg->page_link & ~0x3) / sizeof(struct page) * 4096 + \ macro