Searched refs:pshost (Results 1 - 6 of 6) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Dpsi240i.c208 * Parameters: pshost - Pointer to host data block.
214 static ULONG DecodeError (struct Scsi_Host *pshost, UCHAR status) argument
216 PADAPTER240I padapter = HOSTDATA(pshost);
571 struct Scsi_Host *pshost; local
599 pshost = scsi_register (tpnt, sizeof(ADAPTER240I));
600 if(pshost == NULL)
612 PsiHost[chipConfig.irq - 10] = pshost;
613 pshost->unique_id = port;
614 pshost->io_port = port;
615 pshost
[all...]
H A Dpci2000.c665 struct Scsi_Host *pshost; local
684 pshost = scsi_register (tpnt, sizeof(ADAPTER2000));
685 if(pshost == NULL)
687 padapter = HOSTDATA(pshost);
714 scsi_set_pci_device(pshost, pdev);
715 pshost->irq = pdev->irq;
720 if ( PsiHost[z]->irq == pshost->irq ) // if shared then, don't posses
725 if ( request_irq (pshost->irq, Irq_Handler, SA_SHIRQ, "pci2000", padapter) < 0 )
727 if ( request_irq (pshost->irq, Irq_Handler, SA_INTERRUPT | SA_SHIRQ, "pci2000", padapter) < 0 )
734 padapter->irqOwned = pshost
815 Pci2000_Release(struct Scsi_Host *pshost) argument
[all...]
H A Dpci2220i.h35 int Pci2220i_Release (struct Scsi_Host *pshost);
H A Dpci2220i.c2368 * Parameters: pshost - Pointer to SCSI host data structure.
2375 static USHORT GetRegs (struct Scsi_Host *pshost, BOOL bigd, struct pci_dev *pcidev) argument
2384 padapter = HOSTDATA(pshost);
2437 pshost->irq = pcidev->irq;
2441 if ( PsiHost[z]->irq == pshost->irq ) // if shared then, don't posses
2446 if ( request_irq (pshost->irq, Irq_Handler, SA_SHIRQ, "pci2220i", padapter) < 0 )
2448 if ( request_irq (pshost->irq, Irq_Handler, SA_INTERRUPT | SA_SHIRQ, "pci2220i", padapter) < 0 )
2454 padapter->irqOwned = pshost->irq; // set IRQ as owned
2464 free_irq (pshost->irq, padapter);
2470 PsiHost[Installed] = pshost; // sav
2527 struct Scsi_Host *pshost; local
2851 Pci2220i_Release(struct Scsi_Host *pshost) argument
[all...]
H A Dpci2000.h196 int Pci2000_Release (struct Scsi_Host *pshost);
H A Datp870u.c2868 int atp870u_release (struct Scsi_Host *pshost) argument
2873 if (pshost == atp_host[h]) {
2875 free_irq (pshost->irq, &atp_unit[h]);
2876 release_region (pshost->io_port, pshost->n_io_port);
2877 scsi_unregister(pshost);

Completed in 161 milliseconds