Lines Matching refs:hostt
281 shost->hostt->tag_alloc_policy); in scsi_alloc_sdev()
288 if (shost->hostt->slave_alloc) { in scsi_alloc_sdev()
289 ret = shost->hostt->slave_alloc(sdev); in scsi_alloc_sdev()
321 if (shost->hostt->target_destroy) in scsi_target_destroy()
322 shost->hostt->target_destroy(starget); in scsi_target_destroy()
455 if (shost->hostt->target_alloc) { in scsi_alloc_target()
456 error = shost->hostt->target_alloc(starget); in scsi_alloc_target()
974 if (sdev->host->hostt->slave_configure) { in scsi_add_lun()
975 ret = sdev->host->hostt->slave_configure(sdev); in scsi_add_lun()
1803 if (shost->hostt->scan_finished) { in do_scsi_scan_host()
1805 if (shost->hostt->scan_start) in do_scsi_scan_host()
1806 shost->hostt->scan_start(shost); in do_scsi_scan_host()
1808 while (!shost->hostt->scan_finished(shost, jiffies - start)) in do_scsi_scan_host()