Lines Matching defs:sg_bytes
601 size_t sg_bytes;
674 sg_bytes = min(tlen, sg->length - offset);
675 sg_bytes = min(sg_bytes,
682 page, off & ~PAGE_MASK, sg_bytes);
683 fp_skb(fp)->data_len += sg_bytes;
684 fr_len(fp) += sg_bytes;
693 sg_bytes);
695 data += sg_bytes;
697 offset += sg_bytes;
698 frame_offset += sg_bytes;
699 tlen -= sg_bytes;
700 remaining -= sg_bytes;