Searched refs:scsi_alloc_target (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | scsi_scan.c | 398 * scsi_alloc_target - allocate a new or find an existing target 409 static struct scsi_target *scsi_alloc_target(struct device *parent, in scsi_alloc_target() function 1469 starget = scsi_alloc_target(parent, channel, id); in __scsi_add_device() 1485 * paired with scsi_alloc_target(). Target will be destroyed unless in __scsi_add_device() 1544 starget = scsi_alloc_target(parent, channel, id); in __scsi_scan_target() 1575 * paired with scsi_alloc_target(): determine if the target has in __scsi_scan_target() 1903 starget = scsi_alloc_target(&shost->shost_gendev, 0, shost->this_id); in scsi_get_host_dev()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | scsi_scan.c | 480 * scsi_alloc_target - allocate a new or find an existing target 491 static struct scsi_target *scsi_alloc_target(struct device *parent, in scsi_alloc_target() function 1582 starget = scsi_alloc_target(parent, channel, id); in __scsi_add_device() 1599 * paired with scsi_alloc_target(). Target will be destroyed unless in __scsi_add_device() 1676 starget = scsi_alloc_target(parent, channel, id); in __scsi_scan_target() 1707 * paired with scsi_alloc_target(): determine if the target has in __scsi_scan_target()
|
Completed in 5 milliseconds