Lines Matching refs:host
82 struct Scsi_Host *host; member
90 static struct Scsi_Host *qlogic_detect(struct scsi_host_template *host, in qlogic_detect() argument
99 qinitid = host->this_id; in qlogic_detect()
105 host->name = qlogic_name; in qlogic_detect()
106 shost = scsi_host_alloc(host, sizeof(struct qlogicfas408_priv)); in qlogic_detect()
192 struct Scsi_Host *host; in qlogic_config() local
216 host = qlogic_detect(&qlogicfas_driver_template, link, in qlogic_config()
219 host = qlogic_detect(&qlogicfas_driver_template, link, in qlogic_config()
222 if (!host) { in qlogic_config()
227 info->host = host; in qlogic_config()
244 scsi_remove_host(info->host); in qlogic_release()
246 free_irq(link->irq, info->host); in qlogic_release()
249 scsi_host_put(info->host); in qlogic_release()