Home
last modified time | relevance | path

Searched refs:sg_from (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/memstick/core/
H A Dms_block.c42 if (offset >= sg_from->length) { in msb_sg_copy()
43 if (sg_is_last(sg_from)) in msb_sg_copy()
46 offset -= sg_from->length; in msb_sg_copy()
47 sg_from = sg_next(sg_from); in msb_sg_copy()
58 if (sg_is_last(sg_from) || !len) in msb_sg_copy()
63 sg_from = sg_next(sg_from); in msb_sg_copy()
67 len -= sg_from->length; in msb_sg_copy()
68 copied += sg_from->length; in msb_sg_copy()
71 sg_from->length, sg_from->offset); in msb_sg_copy()
76 sg_from = sg_next(sg_from); in msb_sg_copy()
[all …]