Searched refs:report_lun_header (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/drivers/scsi/smartpqi/ |
H A D | smartpqi.h | 935 struct report_lun_header { struct 941 /* for flags field of struct report_lun_header */ 956 struct report_lun_header header; 984 struct report_lun_header header; 989 struct report_lun_header header;
|
H A D | smartpqi_init.c | 1164 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...] |
/kernel/linux/linux-5.10/drivers/scsi/smartpqi/ |
H A D | smartpqi_init.c | 921 struct report_lun_header *report_lun_header; in pqi_report_phys_logical_luns() local 923 report_lun_header = kmalloc(sizeof(*report_lun_header), GFP_KERNEL); in pqi_report_phys_logical_luns() 924 if (!report_lun_header) { in pqi_report_phys_logical_luns() 929 rc = pqi_report_luns(ctrl_info, cmd, report_lun_header, in pqi_report_phys_logical_luns() 930 sizeof(*report_lun_header)); in pqi_report_phys_logical_luns() 934 lun_list_length = get_unaligned_be32(&report_lun_header->list_length); in pqi_report_phys_logical_luns() 937 lun_data_length = sizeof(struct report_lun_header) + lun_list_length; in pqi_report_phys_logical_luns() 946 memcpy(lun_data, report_lun_header, sizeo in pqi_report_phys_logical_luns() 998 struct report_lun_header report_lun_header; pqi_get_device_lists() local [all...] |
H A D | smartpqi.h | 832 struct report_lun_header { struct 838 /* for flags field of struct report_lun_header */ 851 struct report_lun_header header; 869 struct report_lun_header header;
|
Completed in 20 milliseconds