Home
last modified time | relevance | path

Searched refs:single_lun (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/include/scsi/
H A Dscsi_device.h148 struct scsi_target *sdev_target; /* used only for single_lun */
287 * used for single_lun devices. If no one has active IO to the target,
300 unsigned int single_lun:1; /* Indicates we should only member
/kernel/linux/linux-6.6/include/scsi/
H A Dscsi_device.h332 * used for single_lun devices. If no one has active IO to the target,
345 unsigned int single_lun:1; /* Indicates we should only member
/kernel/linux/linux-5.10/drivers/scsi/
H A Dscsi_lib.c342 * Called for single_lun devices on IO completion. Clear starget_sdev_user,
485 if (scsi_target(sdev)->single_lun) in scsi_run_queue()
540 if (scsi_target(sdev)->single_lun || in scsi_run_queue_async()
1297 if (starget->single_lun) { in scsi_target_queue_ready()
H A Dscsi_scan.c918 scsi_target(sdev)->single_lun = 1; in scsi_add_lun()
/kernel/linux/linux-6.6/drivers/scsi/
H A Dscsi_lib.c318 * Called for single_lun devices on IO completion. Clear starget_sdev_user,
448 if (scsi_target(sdev)->single_lun) in scsi_run_queue()
507 if (scsi_target(sdev)->single_lun || in scsi_run_queue_async()
1289 if (starget->single_lun) { in scsi_target_queue_ready()
H A Dscsi_scan.c1013 scsi_target(sdev)->single_lun = 1; in scsi_add_lun()

Completed in 17 milliseconds