Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/smartpqi/
Dsmartpqi.h935 struct report_lun_header { struct
956 struct report_lun_header header;
984 struct report_lun_header header;
989 struct report_lun_header header;
Dsmartpqi_init.c1106 struct report_lun_header *report_lun_header; in pqi_report_phys_logical_luns() local
1108 report_lun_header = kmalloc(sizeof(*report_lun_header), GFP_KERNEL); in pqi_report_phys_logical_luns()
1109 if (!report_lun_header) { in pqi_report_phys_logical_luns()
1114 rc = pqi_report_luns(ctrl_info, cmd, report_lun_header, sizeof(*report_lun_header)); in pqi_report_phys_logical_luns()
1118 lun_list_length = get_unaligned_be32(&report_lun_header->list_length); in pqi_report_phys_logical_luns()
1121 lun_data_length = sizeof(struct report_lun_header) + lun_list_length; in pqi_report_phys_logical_luns()
1130 memcpy(lun_data, report_lun_header, sizeof(*report_lun_header)); in pqi_report_phys_logical_luns()
1139 get_unaligned_be32(&((struct report_lun_header *)lun_data)->list_length); in pqi_report_phys_logical_luns()
1148 kfree(report_lun_header); in pqi_report_phys_logical_luns()
1168 struct report_lun_header *rpl_header; in pqi_report_phys_luns()
[all …]