Searched refs:sg_page (Results 1 – 1 of 1) sorted by relevance
66 static inline struct page *sg_page(struct scatterlist *sg) in sg_page() function157 return page_to_phys(sg_page(sg)) + sg->offset; in sg_phys()