Searched refs:p_SCCB (Results 1 – 1 of 1) sorted by relevance
795 static void FPT_queueDisconnect(struct sccb *p_SCCB, unsigned char p_card);797 struct sccb *p_SCCB, unsigned char p_card);801 static void FPT_queueAddSccb(struct sccb *p_SCCB, unsigned char card);802 static unsigned char FPT_queueFindSccb(struct sccb *p_SCCB,804 static void FPT_utilUpdateResidual(struct sccb *p_SCCB);7030 static void FPT_queueAddSccb(struct sccb *p_SCCB, unsigned char p_card) in FPT_queueAddSccb() argument7033 currTar_Info = &FPT_sccbMgrTbl[p_card][p_SCCB->TargID]; in FPT_queueAddSccb()7035 p_SCCB->Sccb_forwardlink = NULL; in FPT_queueAddSccb()7037 p_SCCB->Sccb_backlink = currTar_Info->TarSelQ_Tail; in FPT_queueAddSccb()7041 currTar_Info->TarSelQ_Head = p_SCCB; in FPT_queueAddSccb()[all …]