Searched refs:sg_descriptor (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/smartpqi/ |
H A D | smartpqi_init.c | 428 struct pqi_sg_descriptor *sg_descriptor, void *buffer, in pqi_map_single() 441 put_unaligned_le64((u64)bus_address, &sg_descriptor->address); in pqi_map_single() 442 put_unaligned_le32(buffer_length, &sg_descriptor->length); in pqi_map_single() 443 put_unaligned_le32(CISS_SG_LAST, &sg_descriptor->flags); in pqi_map_single() 4192 &request.data.report_device_capability.sg_descriptor, in pqi_report_device_capability() 4202 &request.data.report_device_capability.sg_descriptor, 1, in pqi_report_device_capability() 4790 struct pqi_sg_descriptor *sg_descriptor, struct scatterlist *sg) in pqi_set_sg_descriptor() 4795 put_unaligned_le64(address, &sg_descriptor->address); in pqi_set_sg_descriptor() 4796 put_unaligned_le32(length, &sg_descriptor->length); in pqi_set_sg_descriptor() 4797 put_unaligned_le32(0, &sg_descriptor in pqi_set_sg_descriptor() 427 pqi_map_single(struct pci_dev *pci_dev, struct pqi_sg_descriptor *sg_descriptor, void *buffer, size_t buffer_length, enum dma_data_direction data_direction) pqi_map_single() argument 4789 pqi_set_sg_descriptor( struct pqi_sg_descriptor *sg_descriptor, struct scatterlist *sg) pqi_set_sg_descriptor() argument 4811 struct pqi_sg_descriptor *sg_descriptor; pqi_build_raid_sg_list() local 4875 struct pqi_sg_descriptor *sg_descriptor; pqi_build_aio_sg_list() local [all...] |
H A D | smartpqi.h | 149 struct pqi_sg_descriptor sg_descriptor; member 446 (offsetof(struct pqi_ofa_memory, sg_descriptor) + \ 456 struct pqi_sg_descriptor sg_descriptor[1]; member
|
/kernel/linux/linux-6.6/drivers/scsi/smartpqi/ |
H A D | smartpqi_init.c | 571 struct pqi_sg_descriptor *sg_descriptor, void *buffer, in pqi_map_single() 584 put_unaligned_le64((u64)bus_address, &sg_descriptor->address); in pqi_map_single() 585 put_unaligned_le32(buffer_length, &sg_descriptor->length); in pqi_map_single() 586 put_unaligned_le32(CISS_SG_LAST, &sg_descriptor->flags); in pqi_map_single() 4732 &request.data.report_device_capability.sg_descriptor, in pqi_report_device_capability() 4741 &request.data.report_device_capability.sg_descriptor, 1, in pqi_report_device_capability() 5321 static inline void pqi_set_sg_descriptor(struct pqi_sg_descriptor *sg_descriptor, in pqi_set_sg_descriptor() argument 5327 put_unaligned_le64(address, &sg_descriptor->address); in pqi_set_sg_descriptor() 5328 put_unaligned_le32(length, &sg_descriptor->length); in pqi_set_sg_descriptor() 5329 put_unaligned_le32(0, &sg_descriptor in pqi_set_sg_descriptor() 570 pqi_map_single(struct pci_dev *pci_dev, struct pqi_sg_descriptor *sg_descriptor, void *buffer, size_t buffer_length, enum dma_data_direction data_direction) pqi_map_single() argument 5332 pqi_build_sg_list(struct pqi_sg_descriptor *sg_descriptor, struct scatterlist *sg, int sg_count, struct pqi_io_request *io_request, int max_sg_per_iu, bool *chained) pqi_build_sg_list() argument 5379 struct pqi_sg_descriptor *sg_descriptor; pqi_build_raid_sg_list() local 5415 struct pqi_sg_descriptor *sg_descriptor; pqi_build_aio_r1_sg_list() local 5453 struct pqi_sg_descriptor *sg_descriptor; pqi_build_aio_r56_sg_list() local 5489 struct pqi_sg_descriptor *sg_descriptor; pqi_build_aio_sg_list() local [all...] |
H A D | smartpqi.h | 164 struct pqi_sg_descriptor sg_descriptor; member 534 struct pqi_sg_descriptor sg_descriptor[PQI_OFA_MAX_SG_DESCRIPTORS]; member
|
Completed in 30 milliseconds