Symbol: pqi_sg_descriptor
drivers/scsi/smartpqi/smartpqi.h
1273
struct pqi_sg_descriptor *sg_chain_buffer;
drivers/scsi/smartpqi/smartpqi.h
164
struct pqi_sg_descriptor sg_descriptor;
drivers/scsi/smartpqi/smartpqi.h
299
struct pqi_sg_descriptor sg_descriptors[PQI_MAX_EMBEDDED_SG_DESCRIPTORS];
drivers/scsi/smartpqi/smartpqi.h
326
struct pqi_sg_descriptor sg_descriptors[PQI_MAX_EMBEDDED_SG_DESCRIPTORS];
drivers/scsi/smartpqi/smartpqi.h
357
struct pqi_sg_descriptor sg_descriptors[PQI_MAX_EMBEDDED_SG_DESCRIPTORS];
drivers/scsi/smartpqi/smartpqi.h
392
struct pqi_sg_descriptor sg_descriptors[PQI_MAX_EMBEDDED_R56_SG_DESCRIPTORS];
drivers/scsi/smartpqi/smartpqi.h
409
struct pqi_sg_descriptor sg_descriptors[3];
drivers/scsi/smartpqi/smartpqi.h
415
struct pqi_sg_descriptor sg_descriptors[3];
drivers/scsi/smartpqi/smartpqi.h
537
struct pqi_sg_descriptor sg_descriptor[PQI_HOST_MAX_SG_DESCRIPTORS];
drivers/scsi/smartpqi/smartpqi_init.c
47
#define PQI_EXTRA_SGL_MEMORY (12 * sizeof(struct pqi_sg_descriptor))
drivers/scsi/smartpqi/smartpqi_init.c
5288
(max_sg_entries * sizeof(struct pqi_sg_descriptor)) +
drivers/scsi/smartpqi/smartpqi_init.c
5345
sizeof(struct pqi_sg_descriptor)) +
drivers/scsi/smartpqi/smartpqi_init.c
5351
sizeof(struct pqi_sg_descriptor)) +
drivers/scsi/smartpqi/smartpqi_init.c
5355
static inline void pqi_set_sg_descriptor(struct pqi_sg_descriptor *sg_descriptor,
drivers/scsi/smartpqi/smartpqi_init.c
5366
static unsigned int pqi_build_sg_list(struct pqi_sg_descriptor *sg_descriptor,
drivers/scsi/smartpqi/smartpqi_init.c
5413
struct pqi_sg_descriptor *sg_descriptor;
drivers/scsi/smartpqi/smartpqi_init.c
5449
struct pqi_sg_descriptor *sg_descriptor;
drivers/scsi/smartpqi/smartpqi_init.c
5487
struct pqi_sg_descriptor *sg_descriptor;
drivers/scsi/smartpqi/smartpqi_init.c
5523
struct pqi_sg_descriptor *sg_descriptor;
drivers/scsi/smartpqi/smartpqi_init.c
573
struct pqi_sg_descriptor *sg_descriptor, void *buffer,
drivers/scsi/smartpqi/smartpqi_init.c
594
struct pqi_sg_descriptor *descriptors, int num_descriptors,
drivers/scsi/smartpqi/smartpqi_init.c
8974
struct pqi_sg_descriptor *mem_descriptor;
drivers/scsi/smartpqi/smartpqi_init.c
9079
struct pqi_sg_descriptor *mem_descriptor;
drivers/scsi/smartpqi/smartpqi_init.c
9125
buffer_length = offsetof(struct pqi_host_memory, sg_descriptor) + get_unaligned_le16(&host_memory->num_memory_descriptors) * sizeof(struct pqi_sg_descriptor);