Lines Matching defs:host
717 struct Scsi_Host *host;
777 host = scsi_host_alloc(tpnt, sizeof(struct esp));
779 if (!host) {
780 pr_err("No host detected; board configuration problem?\n");
785 host->base = ioaddr;
786 host->this_id = 7;
788 esp = shost_priv(host);
789 esp->host = host;
792 esp->scsi_id = host->this_id;
864 host->irq = IRQ_AMIGA_PORTS;
865 err = request_irq(host->irq, scsi_esp_intr, IRQF_SHARED,
883 free_irq(host->irq, esp);
903 scsi_host_put(host);
918 struct Scsi_Host *host = esp->host;
922 free_irq(host->irq, esp);
932 if (host->base > 0xffffff)
935 scsi_host_put(host);