Searched refs:p_SCCB (Results 1 – 1 of 1) sorted by relevance
823 static void FPT_queueDisconnect(struct sccb *p_SCCB, unsigned char p_card);825 struct sccb *p_SCCB, unsigned char p_card);829 static void FPT_queueAddSccb(struct sccb *p_SCCB, unsigned char card);830 static unsigned char FPT_queueFindSccb(struct sccb *p_SCCB,832 static void FPT_utilUpdateResidual(struct sccb *p_SCCB);7061 static void FPT_queueAddSccb(struct sccb *p_SCCB, unsigned char p_card) in FPT_queueAddSccb() argument7064 currTar_Info = &FPT_sccbMgrTbl[p_card][p_SCCB->TargID]; in FPT_queueAddSccb()7066 p_SCCB->Sccb_forwardlink = NULL; in FPT_queueAddSccb()7068 p_SCCB->Sccb_backlink = currTar_Info->TarSelQ_Tail; in FPT_queueAddSccb()7072 currTar_Info->TarSelQ_Head = p_SCCB; in FPT_queueAddSccb()[all …]