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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dtmscsim.c403 if( pDCB->pGoingSRB )
406 pDCB->pGoingSRB = pSRB;
416 if (pSRB == pDCB->pGoingSRB)
417 pDCB->pGoingSRB = pSRB->pNextSRB;
420 struct dc390_srb* psrb = pDCB->pGoingSRB;
1012 struct dc390_srb* pSRB = pDCB->pGoingSRB;
1294 pSRB = pDCB->pGoingSRB;
1551 pSRB = pDCB->pGoingSRB;
1558 pDCB->pGoingSRB = NULL;
1825 psrb = pdcb->pGoingSRB;
[all...]
H A Dtmscsim.h79 struct dc390_srb *pGoingSRB; member in struct:dc390_dcb

Completed in 26 milliseconds