Searched refs:sg_descriptor (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/scsi/smartpqi/ |
| H A D | smartpqi_init.c | 573 struct pqi_sg_descriptor *sg_descriptor, void *buffer, in pqi_map_single() argument 586 put_unaligned_le64((u64)bus_address, &sg_descriptor->address); in pqi_map_single() 587 put_unaligned_le32(buffer_length, &sg_descriptor->length); in pqi_map_single() 588 put_unaligned_le32(CISS_SG_LAST, &sg_descriptor->flags); in pqi_map_single() 4762 &request.data.report_device_capability.sg_descriptor, in pqi_report_device_capability() 4771 &request.data.report_device_capability.sg_descriptor, 1, in pqi_report_device_capability() 5350 static inline void pqi_set_sg_descriptor(struct pqi_sg_descriptor *sg_descriptor, in pqi_set_sg_descriptor() argument 5356 put_unaligned_le64(address, &sg_descriptor->address); in pqi_set_sg_descriptor() 5357 put_unaligned_le32(length, &sg_descriptor->length); in pqi_set_sg_descriptor() 5358 put_unaligned_le32(0, &sg_descriptor->flags); in pqi_set_sg_descriptor() [all …]
|
| H A D | smartpqi.h | 164 struct pqi_sg_descriptor sg_descriptor; member 537 struct pqi_sg_descriptor sg_descriptor[PQI_HOST_MAX_SG_DESCRIPTORS]; member
|