• Home
  • Raw
  • Download

Lines Matching refs:sccb

28 struct sccb;
29 typedef void (*CALL_BK_FN) (struct sccb *);
74 struct sccb { struct
108 struct sccb *Sccb_forwardlink; argument
109 struct sccb *Sccb_backlink; argument
212 struct sccb *TarSelQ_Head;
213 struct sccb *TarSelQ_Tail;
243 struct sccb *currentSCCB;
256 struct sccb *discQ_Tbl[QUEUE_DEPTH];
789 struct sccb *pCurrSCCB);
808 static void FPT_sinits(struct sccb *p_sccb, unsigned char p_card);
817 static void FPT_queueDisconnect(struct sccb *p_SCCB, unsigned char p_card);
819 struct sccb *p_SCCB, unsigned char p_card);
823 static void FPT_queueAddSccb(struct sccb *p_SCCB, unsigned char card);
824 static unsigned char FPT_queueFindSccb(struct sccb *p_SCCB,
826 static void FPT_utilUpdateResidual(struct sccb *p_SCCB);
861 struct sccb *pCurrSCCB);
863 struct sccb *pCurrSCCB);
865 struct sccb *pCurrSCCB);
866 static void FPT_hostDataXferRestart(struct sccb *currSCCB);
1492 static void FlashPoint_StartCCB(unsigned long pCurrCard, struct sccb *p_Sccb) in FlashPoint_StartCCB()
1496 struct sccb *pSaveSccb; in FlashPoint_StartCCB()
1610 static int FlashPoint_AbortCCB(unsigned long pCurrCard, struct sccb *p_Sccb) in FlashPoint_AbortCCB()
1617 struct sccb *pSaveSCCB; in FlashPoint_AbortCCB()
1744 struct sccb *currSCCB; in FlashPoint_HandleInterrupt()
2257 static unsigned char FPT_sfm(unsigned long port, struct sccb *pCurrSCCB) in FPT_sfm()
2332 struct sccb *currSCCB; in FPT_ssel()
2631 struct sccb *currSCCB; in FPT_sres()
2910 struct sccb *currSCCB; in FPT_sdecm()
3089 struct sccb *pCurrSCCB) in FPT_shandem()
3159 struct sccb *currSCCB; in FPT_sisyncn()
3240 struct sccb *currSCCB; in FPT_stsyncn()
3399 struct sccb *currSCCB; in FPT_siwidn()
3455 struct sccb *currSCCB; in FPT_stwidn()
3697 struct sccb *currSCCB; in FPT_ssenss()
3827 struct sccb *currSCCB; in FPT_schkdd()
3923 static void FPT_sinits(struct sccb *p_sccb, unsigned char p_card) in FPT_sinits()
4027 struct sccb *currSCCB; in FPT_phaseDataOut()
4068 struct sccb *currSCCB; in FPT_phaseDataIn()
4111 struct sccb *currSCCB; in FPT_phaseCommand()
4184 struct sccb *currSCCB; in FPT_phaseMsgOut()
4323 struct sccb *currSCCB; in FPT_phaseMsgIn()
4369 struct sccb *currSCCB; in FPT_phaseIllegal()
4396 struct sccb *currSCCB; in FPT_phaseChkFifo()
4466 struct sccb *currSCCB; in FPT_phaseBusFree()
4668 struct sccb *currSCCB; in FPT_autoCmdCmplt()
4942 struct sccb *currSCCB; in FPT_dataXferProcessor()
4974 struct sccb *pcurrSCCB) in FPT_busMstrSGDataXferStart()
5076 struct sccb *pcurrSCCB) in FPT_busMstrDataXferStart()
5170 struct sccb *pCurrSCCB) in FPT_hostDataXferAbort()
5453 static void FPT_hostDataXferRestart(struct sccb *currSCCB) in FPT_hostDataXferRestart()
6721 struct sccb *pOldSccb; in FPT_queueSearchSelect()
6751 (struct sccb in FPT_queueSearchSelect()
6762 (struct sccb in FPT_queueSearchSelect()
6768 (struct sccb in FPT_queueSearchSelect()
6777 (struct sccb in FPT_queueSearchSelect()
6798 (struct sccb in FPT_queueSearchSelect()
6827 (struct sccb *)(pCurrCard->currentSCCB)-> in FPT_queueSearchSelect()
6836 Sccb_backlink = (struct sccb *)NULL; in FPT_queueSearchSelect()
6876 (unsigned char)(((struct sccb *)(pCurrCard->currentSCCB))-> in FPT_queueSelectFail()
6880 pCurrCard->currentSCCB->Sccb_backlink = (struct sccb *)NULL; in FPT_queueSelectFail()
6910 struct sccb *p_sccb, unsigned char p_card) in FPT_queueCmdComplete()
7007 static void FPT_queueDisconnect(struct sccb *p_sccb, unsigned char p_card) in FPT_queueDisconnect()
7044 struct sccb *currSCCB; in FPT_queueFlushSccb()
7110 static void FPT_queueAddSccb(struct sccb *p_SCCB, unsigned char p_card) in FPT_queueAddSccb()
7142 static unsigned char FPT_queueFindSccb(struct sccb *p_SCCB, in FPT_queueFindSccb()
7145 struct sccb *q_ptr; in FPT_queueFindSccb()
7205 static void FPT_utilUpdateResidual(struct sccb *p_SCCB) in FPT_utilUpdateResidual()
7599 FlashPoint_StartCCB(CardHandle, (struct sccb *)CCB); in FlashPoint__StartCCB()
7606 FlashPoint_AbortCCB(CardHandle, (struct sccb *)CCB); in FlashPoint__AbortCCB()