Home
last modified time | relevance | path

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

/drivers/scsi/
Dtmscsim.c403 if( pDCB->pGoingSRB ) in dc390_Going_append()
406 pDCB->pGoingSRB = pSRB; in dc390_Going_append()
416 if (pSRB == pDCB->pGoingSRB) in dc390_Going_remove()
417 pDCB->pGoingSRB = pSRB->pNextSRB; in dc390_Going_remove()
420 struct dc390_srb* psrb = pDCB->pGoingSRB; in dc390_Going_remove()
1012 struct dc390_srb* pSRB = pDCB->pGoingSRB; in dc390_MsgIn_QTag()
1294 pSRB = pDCB->pGoingSRB; in dc390_DataIO_Comm()
1551 pSRB = pDCB->pGoingSRB; in dc390_Disconnect()
1558 pDCB->pGoingSRB = NULL; in dc390_Disconnect()
1824 psrb = pdcb->pGoingSRB; in dc390_DoingSRB_Done()
[all …]
Dtmscsim.h79 struct dc390_srb *pGoingSRB; member