sg_bytes          605 drivers/scsi/libfc/fc_fcp.c 	size_t sg_bytes;
sg_bytes          678 drivers/scsi/libfc/fc_fcp.c 		sg_bytes = min(tlen, sg->length - offset);
sg_bytes          679 drivers/scsi/libfc/fc_fcp.c 		sg_bytes = min(sg_bytes,
sg_bytes          686 drivers/scsi/libfc/fc_fcp.c 					   page, off & ~PAGE_MASK, sg_bytes);
sg_bytes          687 drivers/scsi/libfc/fc_fcp.c 			fp_skb(fp)->data_len += sg_bytes;
sg_bytes          688 drivers/scsi/libfc/fc_fcp.c 			fr_len(fp) += sg_bytes;
sg_bytes          697 drivers/scsi/libfc/fc_fcp.c 			       sg_bytes);
sg_bytes          699 drivers/scsi/libfc/fc_fcp.c 			data += sg_bytes;
sg_bytes          701 drivers/scsi/libfc/fc_fcp.c 		offset += sg_bytes;
sg_bytes          702 drivers/scsi/libfc/fc_fcp.c 		frame_offset += sg_bytes;
sg_bytes          703 drivers/scsi/libfc/fc_fcp.c 		tlen -= sg_bytes;
sg_bytes          704 drivers/scsi/libfc/fc_fcp.c 		remaining -= sg_bytes;
sg_bytes          108 drivers/scsi/libfc/fc_libfc.c 		size_t off, sg_bytes;
sg_bytes          123 drivers/scsi/libfc/fc_libfc.c 		sg_bytes = min(remaining, sg->length - *offset);
sg_bytes          130 drivers/scsi/libfc/fc_libfc.c 		sg_bytes = min(sg_bytes,
sg_bytes          134 drivers/scsi/libfc/fc_libfc.c 			*crc = crc32(*crc, buf, sg_bytes);
sg_bytes          135 drivers/scsi/libfc/fc_libfc.c 		memcpy((char *)page_addr + (off & ~PAGE_MASK), buf, sg_bytes);
sg_bytes          137 drivers/scsi/libfc/fc_libfc.c 		buf += sg_bytes;
sg_bytes          138 drivers/scsi/libfc/fc_libfc.c 		*offset += sg_bytes;
sg_bytes          139 drivers/scsi/libfc/fc_libfc.c 		remaining -= sg_bytes;
sg_bytes          140 drivers/scsi/libfc/fc_libfc.c 		copy_len += sg_bytes;