Lines Matching refs:hostt
366 if (shost->hostt->slave_alloc) {
367 ret = shost->hostt->slave_alloc(sdev);
399 if (shost->hostt->target_destroy)
400 shost->hostt->target_destroy(starget);
535 if (shost->hostt->target_alloc) {
536 error = shost->hostt->target_alloc(starget);
1065 if (sdev->host->hostt->slave_configure) {
1066 ret = sdev->host->hostt->slave_configure(sdev);
1941 if (shost->hostt->scan_finished) {
1943 if (shost->hostt->scan_start)
1944 shost->hostt->scan_start(shost);
1946 while (!shost->hostt->scan_finished(shost, jiffies - start))