Lines Matching defs:sg_bytes
611 size_t sg_bytes;
684 sg_bytes = min(tlen, sg->length - offset);
685 sg_bytes = min(sg_bytes,
692 page, off & ~PAGE_MASK, sg_bytes);
693 fp_skb(fp)->data_len += sg_bytes;
694 fr_len(fp) += sg_bytes;
703 sg_bytes);
705 data += sg_bytes;
707 offset += sg_bytes;
708 frame_offset += sg_bytes;
709 tlen -= sg_bytes;
710 remaining -= sg_bytes;