• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/

Lines Matching refs:sccb

31 struct sccb;
32 typedef void (*CALL_BK_FN) (struct sccb *);
77 struct sccb {
111 struct sccb *Sccb_forwardlink;
112 struct sccb *Sccb_backlink;
215 struct sccb *TarSelQ_Head;
216 struct sccb *TarSelQ_Tail;
246 struct sccb *currentSCCB;
259 struct sccb *discQ_Tbl[QUEUE_DEPTH];
792 struct sccb *pCurrSCCB);
811 static void FPT_sinits(struct sccb *p_sccb, unsigned char p_card);
820 static void FPT_queueDisconnect(struct sccb *p_SCCB, unsigned char p_card);
822 struct sccb *p_SCCB, unsigned char p_card);
826 static void FPT_queueAddSccb(struct sccb *p_SCCB, unsigned char card);
827 static unsigned char FPT_queueFindSccb(struct sccb *p_SCCB,
829 static void FPT_utilUpdateResidual(struct sccb *p_SCCB);
864 struct sccb *pCurrSCCB);
866 struct sccb *pCurrSCCB);
868 struct sccb *pCurrSCCB);
869 static void FPT_hostDataXferRestart(struct sccb *currSCCB);
1495 static void FlashPoint_StartCCB(unsigned long pCurrCard, struct sccb *p_Sccb)
1499 struct sccb *pSaveSccb;
1613 static int FlashPoint_AbortCCB(unsigned long pCurrCard, struct sccb *p_Sccb)
1620 struct sccb *pSaveSCCB;
1747 struct sccb *currSCCB;
2254 static unsigned char FPT_sfm(unsigned long port, struct sccb *pCurrSCCB)
2329 struct sccb *currSCCB;
2628 struct sccb *currSCCB;
2907 struct sccb *currSCCB;
3086 struct sccb *pCurrSCCB)
3156 struct sccb *currSCCB;
3237 struct sccb *currSCCB;
3396 struct sccb *currSCCB;
3452 struct sccb *currSCCB;
3694 struct sccb *currSCCB;
3824 struct sccb *currSCCB;
3920 static void FPT_sinits(struct sccb *p_sccb, unsigned char p_card)
4024 struct sccb *currSCCB;
4065 struct sccb *currSCCB;
4108 struct sccb *currSCCB;
4181 struct sccb *currSCCB;
4320 struct sccb *currSCCB;
4366 struct sccb *currSCCB;
4393 struct sccb *currSCCB;
4463 struct sccb *currSCCB;
4665 struct sccb *currSCCB;
4939 struct sccb *currSCCB;
4971 struct sccb *pcurrSCCB)
5073 struct sccb *pcurrSCCB)
5167 struct sccb *pCurrSCCB)
5450 static void FPT_hostDataXferRestart(struct sccb *currSCCB)
6718 struct sccb *pOldSccb;
6748 (struct sccb
6759 (struct sccb
6765 (struct sccb
6774 (struct sccb
6795 (struct sccb
6824 (struct sccb *)(pCurrCard->currentSCCB)->
6833 Sccb_backlink = (struct sccb *)NULL;
6873 (unsigned char)(((struct sccb *)(pCurrCard->currentSCCB))->
6877 pCurrCard->currentSCCB->Sccb_backlink = (struct sccb *)NULL;
6907 struct sccb *p_sccb, unsigned char p_card)
7004 static void FPT_queueDisconnect(struct sccb *p_sccb, unsigned char p_card)
7041 struct sccb *currSCCB;
7107 static void FPT_queueAddSccb(struct sccb *p_SCCB, unsigned char p_card)
7139 static unsigned char FPT_queueFindSccb(struct sccb *p_SCCB,
7142 struct sccb *q_ptr;
7202 static void FPT_utilUpdateResidual(struct sccb *p_SCCB)
7596 FlashPoint_StartCCB(CardHandle, (struct sccb *)CCB);
7603 FlashPoint_AbortCCB(CardHandle, (struct sccb *)CCB);