Searched refs:hcsp (Results 1 - 3 of 3) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Di60uscsi.c80 static UCHAR waitChipReady(ORC_HCS * hcsp);
81 static UCHAR waitFWReady(ORC_HCS * hcsp);
82 static UCHAR waitFWReady(ORC_HCS * hcsp);
83 static UCHAR waitSCSIRSTdone(ORC_HCS * hcsp);
84 static UCHAR waitHDOoff(ORC_HCS * hcsp);
85 static UCHAR waitHDIset(ORC_HCS * hcsp, UCHAR * pData);
86 static unsigned short get_FW_version(ORC_HCS * hcsp);
87 static UCHAR set_NVRAM(ORC_HCS * hcsp, unsigned char address, unsigned char value);
88 static UCHAR get_NVRAM(ORC_HCS * hcsp, unsigned char address, unsigned char *pDataIn);
89 static int se2_rd_all(ORC_HCS * hcsp);
165 waitChipReady(ORC_HCS * hcsp) argument
178 waitFWReady(ORC_HCS * hcsp) argument
191 waitSCSIRSTdone(ORC_HCS * hcsp) argument
204 waitHDOoff(ORC_HCS * hcsp) argument
217 waitHDIset(ORC_HCS * hcsp, UCHAR * pData) argument
230 get_FW_version(ORC_HCS * hcsp) argument
257 set_NVRAM(ORC_HCS * hcsp, unsigned char address, unsigned char value) argument
278 get_NVRAM(ORC_HCS * hcsp, unsigned char address, unsigned char *pDataIn) argument
301 orc_exec_scb(ORC_HCS * hcsp, ORC_SCB * scbp) argument
312 se2_rd_all(ORC_HCS * hcsp) argument
337 se2_update_all(ORC_HCS * hcsp) argument
361 read_eeprom(ORC_HCS * hcsp) argument
371 load_FW(ORC_HCS * hcsp) argument
438 setup_SCBs(ORC_HCS * hcsp) argument
476 initAFlag(ORC_HCS * hcsp) argument
488 init_orchid(ORC_HCS * hcsp) argument
636 __orc_alloc_scb(ORC_HCS * hcsp) argument
659 orc_alloc_scb(ORC_HCS * hcsp) argument
672 orc_release_scb(ORC_HCS * hcsp, ORC_SCB * scbp) argument
775 abort_SCB(ORC_HCS * hcsp, ORC_SCB * pScb) argument
807 orc_abort_srb(ORC_HCS * hcsp, ULONG SCpnt) argument
[all...]
H A Dinia100.c126 extern ORC_SCB *orc_alloc_scb(ORC_HCS * hcsp);
127 extern void orc_exec_scb(ORC_HCS * hcsp, ORC_SCB * scbp);
128 extern void orc_release_scb(ORC_HCS * hcsp, ORC_SCB * scbp);
129 extern void orc_interrupt(ORC_HCS * hcsp);
132 extern int abort_SCB(ORC_HCS * hcsp, ORC_SCB * pScb);
133 extern int orc_abort_srb(ORC_HCS * hcsp, ULONG SCpnt);
135 extern int init_orchid(ORC_HCS * hcsp);
573 ORC_HCS *hcsp; local
575 hcsp = (ORC_HCS *) SCpnt->host->base;
576 return orc_abort_srb(hcsp, (ULON
[all...]
H A Di91uscsi.c683 SCB *tul_alloc_scb(HCS * hcsp) argument
688 spin_lock_irqsave(&(hcsp->HCS_AvailLock), flags);
693 if ((pTmpScb = hcsp->HCS_FirstAvail) != NULL) {
697 if ((hcsp->HCS_FirstAvail = pTmpScb->SCB_NxtScb) == NULL)
698 hcsp->HCS_LastAvail = NULL;
703 spin_unlock_irqrestore(&(hcsp->HCS_AvailLock), flags);
711 void tul_release_scb(HCS * hcsp, SCB * scbp) argument
719 spin_lock_irqsave(&(hcsp->HCS_AvailLock), flags);
727 if (hcsp->HCS_LastAvail != NULL) {
728 hcsp
[all...]

Completed in 72 milliseconds