Home
last modified time | relevance | path

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

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/scsi/smartpqi/
H A Dsmartpqi_init.c1043 struct report_lun_header *report_lun_header; in pqi_report_phys_logical_luns() local
1045 report_lun_header = kmalloc(sizeof(*report_lun_header), GFP_KERNEL); in pqi_report_phys_logical_luns()
1046 if (!report_lun_header) { in pqi_report_phys_logical_luns()
1051 rc = pqi_report_luns(ctrl_info, cmd, report_lun_header, sizeof(*report_lun_header)); in pqi_report_phys_logical_luns()
1058 lun_data_length = sizeof(struct report_lun_header) + lun_list_length; in pqi_report_phys_logical_luns()
1067 memcpy(lun_data, report_lun_header, sizeof(*report_lun_header)); in pqi_report_phys_logical_luns()
1085 kfree(report_lun_header); in pqi_report_phys_logical_luns()
1116 struct report_lun_header report_lun_header; in pqi_get_device_lists() local
1138 memset(&report_lun_header, 0, sizeof(report_lun_header)); in pqi_get_device_lists()
1140 (struct report_log_lun_extended *)&report_lun_header; in pqi_get_device_lists()
[all …]
H A Dsmartpqi.h917 struct report_lun_header { struct
936 struct report_lun_header header;
954 struct report_lun_header header;
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/scsi/smartpqi/
H A Dsmartpqi_init.c1043 struct report_lun_header *report_lun_header; in pqi_report_phys_logical_luns() local
1045 report_lun_header = kmalloc(sizeof(*report_lun_header), GFP_KERNEL); in pqi_report_phys_logical_luns()
1046 if (!report_lun_header) { in pqi_report_phys_logical_luns()
1051 rc = pqi_report_luns(ctrl_info, cmd, report_lun_header, sizeof(*report_lun_header)); in pqi_report_phys_logical_luns()
1058 lun_data_length = sizeof(struct report_lun_header) + lun_list_length; in pqi_report_phys_logical_luns()
1067 memcpy(lun_data, report_lun_header, sizeof(*report_lun_header)); in pqi_report_phys_logical_luns()
1085 kfree(report_lun_header); in pqi_report_phys_logical_luns()
1116 struct report_lun_header report_lun_header; in pqi_get_device_lists() local
1138 memset(&report_lun_header, 0, sizeof(report_lun_header)); in pqi_get_device_lists()
1140 (struct report_log_lun_extended *)&report_lun_header; in pqi_get_device_lists()
[all …]
H A Dsmartpqi.h917 struct report_lun_header { struct
936 struct report_lun_header header;
954 struct report_lun_header header;
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/scsi/smartpqi/
H A Dsmartpqi_init.c1043 struct report_lun_header *report_lun_header; in pqi_report_phys_logical_luns() local
1045 report_lun_header = kmalloc(sizeof(*report_lun_header), GFP_KERNEL); in pqi_report_phys_logical_luns()
1046 if (!report_lun_header) { in pqi_report_phys_logical_luns()
1051 rc = pqi_report_luns(ctrl_info, cmd, report_lun_header, sizeof(*report_lun_header)); in pqi_report_phys_logical_luns()
1058 lun_data_length = sizeof(struct report_lun_header) + lun_list_length; in pqi_report_phys_logical_luns()
1067 memcpy(lun_data, report_lun_header, sizeof(*report_lun_header)); in pqi_report_phys_logical_luns()
1085 kfree(report_lun_header); in pqi_report_phys_logical_luns()
1116 struct report_lun_header report_lun_header; in pqi_get_device_lists() local
1138 memset(&report_lun_header, 0, sizeof(report_lun_header)); in pqi_get_device_lists()
1140 (struct report_log_lun_extended *)&report_lun_header; in pqi_get_device_lists()
[all …]
H A Dsmartpqi.h917 struct report_lun_header { struct
936 struct report_lun_header header;
954 struct report_lun_header header;