Searched refs:report_lun_header (Results 1 – 2 of 2) sorted by relevance
945 struct report_lun_header { struct966 struct report_lun_header header;994 struct report_lun_header header;999 struct report_lun_header header;
1163 struct report_lun_header *report_lun_header; in pqi_report_phys_logical_luns() local1165 report_lun_header = kmalloc(sizeof(*report_lun_header), GFP_KERNEL); in pqi_report_phys_logical_luns()1166 if (!report_lun_header) { in pqi_report_phys_logical_luns()1171 rc = pqi_report_luns(ctrl_info, cmd, report_lun_header, sizeof(*report_lun_header)); in pqi_report_phys_logical_luns()1187 memcpy(lun_data, report_lun_header, sizeof(*report_lun_header)); in pqi_report_phys_logical_luns()1205 kfree(report_lun_header); in pqi_report_phys_logical_luns()1224 struct report_lun_header *rpl_header; in pqi_report_phys_luns()1292 struct report_lun_header report_lun_header; in pqi_get_device_lists() local1315 memset(&report_lun_header, 0, sizeof(report_lun_header)); in pqi_get_device_lists()1317 (struct report_log_lun_list *)&report_lun_header; in pqi_get_device_lists()[all …]