Home
last modified time | relevance | path

Searched refs:pGoingSRB (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/drivers/scsi/
Dtmscsim.c957 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()
[all …]
Dscsiiom.c603 PSRB pSRB = pDCB->pGoingSRB; in dc390_MsgIn_QTag()
1149 pSRB = pDCB->pGoingSRB; in dc390_Disconnect()
1156 pDCB->pGoingSRB = 0; in dc390_Disconnect()
1711 psrb = pdcb->pGoingSRB; in dc390_DoingSRB_Done()
1734 pdcb->pGoingSRB = NULL; in dc390_DoingSRB_Done()
Dtmscsim.h147 PSRB pGoingSRB; member