Lines Matching refs:hostt
284 if (shost->hostt->slave_alloc) {
285 ret = shost->hostt->slave_alloc(sdev);
317 if (shost->hostt->target_destroy)
318 shost->hostt->target_destroy(starget);
452 if (shost->hostt->target_alloc) {
453 error = shost->hostt->target_alloc(starget);
964 if (sdev->host->hostt->slave_configure) {
965 ret = sdev->host->hostt->slave_configure(sdev);
1809 if (shost->hostt->scan_finished) {
1811 if (shost->hostt->scan_start)
1812 shost->hostt->scan_start(shost);
1814 while (!shost->hostt->scan_finished(shost, jiffies - start))