Searched refs:scsi_add_lun (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | scsi_scan.c | 750 * scsi_add_lun - allocate and fully initialze a scsi_device 764 static int scsi_add_lun(struct scsi_device *sdev, unsigned char *inq_result, in scsi_add_lun() function 1034 * allocate and set it up by calling scsi_add_lun. 1156 res = scsi_add_lun(sdev, result, &bflags, shost->async_scan); in scsi_probe_and_add_lun()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | scsi_scan.c | 845 * scsi_add_lun - allocate and fully initialze a scsi_device 859 static int scsi_add_lun(struct scsi_device *sdev, unsigned char *inq_result, in scsi_add_lun() function 1145 * allocate and set it up by calling scsi_add_lun. 1266 res = scsi_add_lun(sdev, result, &bflags, shost->async_scan); in scsi_probe_and_add_lun()
|
Completed in 5 milliseconds