Searched defs:sg_is_last (Results 1 – 3 of 3) sorted by relevance
35 #define sg_is_last(sg) ((sg)->page_link & SG_END) macro
15 #define sg_is_last(sg) ((sg)->page_link & 0x02) macro
89 static inline bool sg_is_last(struct scatterlist *sg) in sg_is_last() function