Lines Matching refs:host
83 struct Scsi_Host *host; member
91 static struct Scsi_Host *qlogic_detect(struct scsi_host_template *host, in qlogic_detect() argument
100 qinitid = host->this_id; in qlogic_detect()
106 host->name = qlogic_name; in qlogic_detect()
107 shost = scsi_host_alloc(host, sizeof(struct qlogicfas408_priv)); in qlogic_detect()
193 struct Scsi_Host *host; in qlogic_config() local
217 host = qlogic_detect(&qlogicfas_driver_template, link, in qlogic_config()
220 host = qlogic_detect(&qlogicfas_driver_template, link, in qlogic_config()
223 if (!host) { in qlogic_config()
228 info->host = host; in qlogic_config()
245 scsi_remove_host(info->host); in qlogic_release()
247 free_irq(link->irq, info->host); in qlogic_release()
250 scsi_host_put(info->host); in qlogic_release()