Home
last modified time | relevance | path

Searched refs:report_lun_header (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/scsi/smartpqi/
H A Dsmartpqi.h945 struct report_lun_header { struct
951 /* for flags field of struct report_lun_header */ argument
966 struct report_lun_header header;
994 struct report_lun_header header;
999 struct report_lun_header header;
H A Dsmartpqi_init.c1164 struct report_lun_header *report_lun_header; in pqi_report_phys_logical_luns() local
1166 report_lun_header = kmalloc(sizeof(*report_lun_header), GFP_KERNEL); in pqi_report_phys_logical_luns()
1167 if (!report_lun_header) { in pqi_report_phys_logical_luns()
1172 rc = pqi_report_luns(ctrl_info, cmd, report_lun_header, sizeof(*report_lun_header)); in pqi_report_phys_logical_luns()
1176 lun_list_length = get_unaligned_be32(&report_lun_header->list_length); in pqi_report_phys_logical_luns()
1179 lun_data_length = sizeof(struct report_lun_header) + lun_list_length; in pqi_report_phys_logical_luns()
1188 memcpy(lun_data, report_lun_header, sizeo in pqi_report_phys_logical_luns()
1293 struct report_lun_header report_lun_header; pqi_get_device_lists() local
[all...]