sg_descriptor     149 drivers/scsi/smartpqi/smartpqi.h 			struct pqi_sg_descriptor sg_descriptor;
sg_descriptor     443 drivers/scsi/smartpqi/smartpqi.h 	(offsetof(struct pqi_ofa_memory, sg_descriptor) + \
sg_descriptor     453 drivers/scsi/smartpqi/smartpqi.h 	struct pqi_sg_descriptor sg_descriptor[1];
sg_descriptor     413 drivers/scsi/smartpqi/smartpqi_init.c 	struct pqi_sg_descriptor *sg_descriptor, void *buffer,
sg_descriptor     426 drivers/scsi/smartpqi/smartpqi_init.c 	put_unaligned_le64((u64)bus_address, &sg_descriptor->address);
sg_descriptor     427 drivers/scsi/smartpqi/smartpqi_init.c 	put_unaligned_le32(buffer_length, &sg_descriptor->length);
sg_descriptor     428 drivers/scsi/smartpqi/smartpqi_init.c 	put_unaligned_le32(CISS_SG_LAST, &sg_descriptor->flags);
sg_descriptor    4179 drivers/scsi/smartpqi/smartpqi_init.c 		&request.data.report_device_capability.sg_descriptor,
sg_descriptor    4189 drivers/scsi/smartpqi/smartpqi_init.c 		&request.data.report_device_capability.sg_descriptor, 1,
sg_descriptor    4777 drivers/scsi/smartpqi/smartpqi_init.c 	struct pqi_sg_descriptor *sg_descriptor, struct scatterlist *sg)
sg_descriptor    4782 drivers/scsi/smartpqi/smartpqi_init.c 	put_unaligned_le64(address, &sg_descriptor->address);
sg_descriptor    4783 drivers/scsi/smartpqi/smartpqi_init.c 	put_unaligned_le32(length, &sg_descriptor->length);
sg_descriptor    4784 drivers/scsi/smartpqi/smartpqi_init.c 	put_unaligned_le32(0, &sg_descriptor->flags);
sg_descriptor    4798 drivers/scsi/smartpqi/smartpqi_init.c 	struct pqi_sg_descriptor *sg_descriptor;
sg_descriptor    4811 drivers/scsi/smartpqi/smartpqi_init.c 	sg_descriptor = request->sg_descriptors;
sg_descriptor    4818 drivers/scsi/smartpqi/smartpqi_init.c 		pqi_set_sg_descriptor(sg_descriptor, sg);
sg_descriptor    4824 drivers/scsi/smartpqi/smartpqi_init.c 		sg_descriptor++;
sg_descriptor    4828 drivers/scsi/smartpqi/smartpqi_init.c 				&sg_descriptor->address);
sg_descriptor    4830 drivers/scsi/smartpqi/smartpqi_init.c 				* sizeof(*sg_descriptor),
sg_descriptor    4831 drivers/scsi/smartpqi/smartpqi_init.c 				&sg_descriptor->length);
sg_descriptor    4833 drivers/scsi/smartpqi/smartpqi_init.c 				&sg_descriptor->flags);
sg_descriptor    4836 drivers/scsi/smartpqi/smartpqi_init.c 			sg_descriptor = io_request->sg_chain_buffer;
sg_descriptor    4841 drivers/scsi/smartpqi/smartpqi_init.c 	put_unaligned_le32(CISS_SG_LAST, &sg_descriptor->flags);
sg_descriptor    4843 drivers/scsi/smartpqi/smartpqi_init.c 	iu_length += num_sg_in_iu * sizeof(*sg_descriptor);
sg_descriptor    4862 drivers/scsi/smartpqi/smartpqi_init.c 	struct pqi_sg_descriptor *sg_descriptor;
sg_descriptor    4876 drivers/scsi/smartpqi/smartpqi_init.c 	sg_descriptor = request->sg_descriptors;
sg_descriptor    4882 drivers/scsi/smartpqi/smartpqi_init.c 		pqi_set_sg_descriptor(sg_descriptor, sg);
sg_descriptor    4888 drivers/scsi/smartpqi/smartpqi_init.c 		sg_descriptor++;
sg_descriptor    4892 drivers/scsi/smartpqi/smartpqi_init.c 				&sg_descriptor->address);
sg_descriptor    4894 drivers/scsi/smartpqi/smartpqi_init.c 				* sizeof(*sg_descriptor),
sg_descriptor    4895 drivers/scsi/smartpqi/smartpqi_init.c 				&sg_descriptor->length);
sg_descriptor    4897 drivers/scsi/smartpqi/smartpqi_init.c 				&sg_descriptor->flags);
sg_descriptor    4900 drivers/scsi/smartpqi/smartpqi_init.c 			sg_descriptor = io_request->sg_chain_buffer;
sg_descriptor    4905 drivers/scsi/smartpqi/smartpqi_init.c 	put_unaligned_le32(CISS_SG_LAST, &sg_descriptor->flags);
sg_descriptor    4907 drivers/scsi/smartpqi/smartpqi_init.c 	iu_length += num_sg_in_iu * sizeof(*sg_descriptor);
sg_descriptor    7622 drivers/scsi/smartpqi/smartpqi_init.c 		mem_descriptor = &ofap->sg_descriptor[i];
sg_descriptor    7638 drivers/scsi/smartpqi/smartpqi_init.c 		mem_descriptor = &ofap->sg_descriptor[i];
sg_descriptor    7709 drivers/scsi/smartpqi/smartpqi_init.c 	mem_descriptor = ofap->sg_descriptor;
sg_descriptor    7744 drivers/scsi/smartpqi/smartpqi_init.c 		size = offsetof(struct pqi_ofa_memory, sg_descriptor) +
sg_descriptor    8614 drivers/scsi/smartpqi/smartpqi_init.c 		data.report_device_capability.sg_descriptor) != 48);