Lines Matching refs:sh
245 struct Scsi_Host *sh; /* Pointer to Scsi_Host structure */ member
909 spin_lock_irqsave(host->sh->host_lock, flags); in mail_out()
922 spin_unlock_irqrestore(host->sh->host_lock, flags); in mail_out()
1010 spin_lock_irqsave(host->sh->host_lock, flags); in wd7000_intr()
1080 spin_unlock_irqrestore(host->sh->host_lock, flags); in wd7000_intr()
1382 struct Scsi_Host *sh; in wd7000_detect() local
1476 sh = scsi_register(tpnt, sizeof(Adapter)); in wd7000_detect()
1477 if (sh == NULL) in wd7000_detect()
1480 host = (Adapter *) sh->hostdata; in wd7000_detect()
1491 host->sh = wd7000_host[unit] = sh; in wd7000_detect()
1508 sh->sg_tablesize = 1; in wd7000_detect()
1525 scsi_unregister(sh); in wd7000_detect()