Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
H A Dscatterlist.h65 * psg---SG entryScatterlist
67 * Description: Marks the passed in sg entry as the termination point for the psg table.
71 static inline void sg_mark_end(scatterlist_t *psg) in sg_mark_end() argument
74 BUG_ON(psg->sg_magic != COMPAT_SG_MAGIC); in sg_mark_end()
77 psg->page_link |= 0x02U; in sg_mark_end()
78 psg->page_link &= ~0x01U; in sg_mark_end()
88 static inline void sg_set_buf(scatterlist_t *psg, const void *buf, unsigned int buflen) in sg_set_buf() argument
90 psg->dma_address = VMM_TO_DMA_ADDR((uintptr_t)buf); in sg_set_buf()
91 psg->offset = 0; in sg_set_buf()
92 psg in sg_set_buf()
95 sg_init_one(scatterlist_t *psg, const void *buf, unsigned int buflen) sg_init_one() argument
[all...]

Completed in 1 milliseconds