Symbol: report_lun_header
drivers/scsi/smartpqi/smartpqi.h
966
struct report_lun_header header;
drivers/scsi/smartpqi/smartpqi.h
994
struct report_lun_header header;
drivers/scsi/smartpqi/smartpqi.h
999
struct report_lun_header header;
drivers/scsi/smartpqi/smartpqi_init.c
1165
struct report_lun_header *report_lun_header;
drivers/scsi/smartpqi/smartpqi_init.c
1167
report_lun_header = kmalloc_obj(*report_lun_header);
drivers/scsi/smartpqi/smartpqi_init.c
1168
if (!report_lun_header) {
drivers/scsi/smartpqi/smartpqi_init.c
1173
rc = pqi_report_luns(ctrl_info, cmd, report_lun_header, sizeof(*report_lun_header));
drivers/scsi/smartpqi/smartpqi_init.c
1177
lun_list_length = get_unaligned_be32(&report_lun_header->list_length);
drivers/scsi/smartpqi/smartpqi_init.c
1180
lun_data_length = sizeof(struct report_lun_header) + lun_list_length;
drivers/scsi/smartpqi/smartpqi_init.c
1189
memcpy(lun_data, report_lun_header, sizeof(*report_lun_header));
drivers/scsi/smartpqi/smartpqi_init.c
1198
get_unaligned_be32(&((struct report_lun_header *)lun_data)->list_length);
drivers/scsi/smartpqi/smartpqi_init.c
1207
kfree(report_lun_header);
drivers/scsi/smartpqi/smartpqi_init.c
1226
struct report_lun_header *rpl_header;
drivers/scsi/smartpqi/smartpqi_init.c
1301
struct report_lun_header report_lun_header;
drivers/scsi/smartpqi/smartpqi_init.c
1324
memset(&report_lun_header, 0, sizeof(report_lun_header));
drivers/scsi/smartpqi/smartpqi_init.c
1326
(struct report_log_lun_list *)&report_lun_header;
drivers/scsi/smartpqi/smartpqi_init.c
1330
logdev_data_length = sizeof(struct report_lun_header) +