Searched refs:page_link (Results 1 - 3 of 3) sorted by relevance

/include/linux/
H A Dscatterlist.h21 * Architectures must provide an unsigned long page_link field in the
26 * If bit 0 is set, then the page_link contains a pointer to the next sg
42 #define sg_is_chain(sg) ((sg)->page_link & 0x01)
43 #define sg_is_last(sg) ((sg)->page_link & 0x02)
45 ((struct scatterlist *) ((sg)->page_link & ~0x03))
59 unsigned long page_link = sg->page_link & 0x3; local
70 sg->page_link = page_link | (unsigned long) page;
101 return (struct page *)((sg)->page_link
[all...]
/include/asm-generic/
H A Dscatterlist.h10 unsigned long page_link; member in struct:scatterlist
/include/crypto/
H A Dscatterwalk.h38 sg1[num - 1].page_link &= ~0x02;

Completed in 256 milliseconds