• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/

Lines Matching defs:sccb

28 struct sccb;
29 typedef void (*CALL_BK_FN) (struct sccb *);
74 struct sccb {
108 struct sccb *Sccb_forwardlink;
109 struct sccb *Sccb_backlink;
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)
1496 struct sccb *pSaveSccb;
1610 static int FlashPoint_AbortCCB(unsigned long pCurrCard, struct sccb *p_Sccb)
1617 struct sccb *pSaveSCCB;
1744 struct sccb *currSCCB;
2251 static unsigned char FPT_sfm(unsigned long port, struct sccb *pCurrSCCB)
2326 struct sccb *currSCCB;
2625 struct sccb *currSCCB;
2904 struct sccb *currSCCB;
3083 struct sccb *pCurrSCCB)
3153 struct sccb *currSCCB;
3234 struct sccb *currSCCB;
3393 struct sccb *currSCCB;
3449 struct sccb *currSCCB;
3691 struct sccb *currSCCB;
3821 struct sccb *currSCCB;
3917 static void FPT_sinits(struct sccb *p_sccb, unsigned char p_card)
4021 struct sccb *currSCCB;
4062 struct sccb *currSCCB;
4105 struct sccb *currSCCB;
4178 struct sccb *currSCCB;
4317 struct sccb *currSCCB;
4363 struct sccb *currSCCB;
4390 struct sccb *currSCCB;
4460 struct sccb *currSCCB;
4662 struct sccb *currSCCB;
4936 struct sccb *currSCCB;
4968 struct sccb *pcurrSCCB)
5070 struct sccb *pcurrSCCB)
5164 struct sccb *pCurrSCCB)
5447 static void FPT_hostDataXferRestart(struct sccb *currSCCB)
6715 struct sccb *pOldSccb;
6745 (struct sccb
6756 (struct sccb
6762 (struct sccb
6771 (struct sccb
6792 (struct sccb
6821 (struct sccb *)(pCurrCard->currentSCCB)->
6830 Sccb_backlink = (struct sccb *)NULL;
6870 (unsigned char)(((struct sccb *)(pCurrCard->currentSCCB))->
6874 pCurrCard->currentSCCB->Sccb_backlink = (struct sccb *)NULL;
6904 struct sccb *p_sccb, unsigned char p_card)
7001 static void FPT_queueDisconnect(struct sccb *p_sccb, unsigned char p_card)
7038 struct sccb *currSCCB;
7104 static void FPT_queueAddSccb(struct sccb *p_SCCB, unsigned char p_card)
7136 static unsigned char FPT_queueFindSccb(struct sccb *p_SCCB,
7139 struct sccb *q_ptr;
7199 static void FPT_utilUpdateResidual(struct sccb *p_SCCB)
7593 FlashPoint_StartCCB(CardHandle, (struct sccb *)CCB);
7600 FlashPoint_AbortCCB(CardHandle, (struct sccb *)CCB);