Lines Matching refs:host
181 struct Scsi_Host *host; in NCR_D700_probe_one() local
205 host = NCR_700_detect(&NCR_D700_driver_template, hostdata, p->dev); in NCR_D700_probe_one()
206 if (!host) { in NCR_D700_probe_one()
211 p->hosts[siop] = host; in NCR_D700_probe_one()
213 host->this_id = id_array[slot * 2 + siop]; in NCR_D700_probe_one()
214 host->irq = irq; in NCR_D700_probe_one()
215 host->base = region; in NCR_D700_probe_one()
216 scsi_scan_host(host); in NCR_D700_probe_one()
353 NCR_D700_remove_one(struct Scsi_Host *host) in NCR_D700_remove_one() argument
355 scsi_remove_host(host); in NCR_D700_remove_one()
356 NCR_700_release(host); in NCR_D700_remove_one()
357 kfree((struct NCR_700_Host_Parameters *)host->hostdata[0]); in NCR_D700_remove_one()
358 free_irq(host->irq, host); in NCR_D700_remove_one()
359 release_region(host->base, 64); in NCR_D700_remove_one()