Lines Matching refs:pGoingSRB
957 if( pDCB->pGoingSRB ) in dc390_Going_append()
960 pDCB->pGoingSRB = pSRB; in dc390_Going_append()
970 if (pSRB == pDCB->pGoingSRB) in dc390_Going_remove()
971 pDCB->pGoingSRB = pSRB->pNextSRB; in dc390_Going_remove()
974 PSRB psrb = pDCB->pGoingSRB; in dc390_Going_remove()
1639 pSRB = pDCB->pGoingSRB; in DC390_abort()
1748 psrb = pdcb->pGoingSRB;
1767 pdcb->pGoingSRB = NULL;
1868 pDCB->pGoingSRB = NULL; in dc390_initDCB()
2605 if (pDCB->pWaitingSRB || pDCB->pGoingSRB) in dc390_set_info()
2956 for (pSRB = pDCB->pGoingSRB; pSRB; pSRB = pSRB->pNextSRB) in DC390_proc_info()