Home
last modified time | relevance | path

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

/dragonfly/sys/dev/disk/trm/
H A Dtrm.c312 if (pSRB == pDCB->pGoingLastSRB) in trm_RewaitSRB()
313 pDCB->pGoingLastSRB = psrb1; in trm_RewaitSRB()
368 ptr1->pGoingLastSRB->pNextSRB = pSRB; in trm_DoWaitingSRB()
371 ptr1->pGoingLastSRB = pSRB; in trm_DoWaitingSRB()
511 pDCB->pGoingLastSRB->pNextSRB = pSRB; in trm_SendSRB()
512 pDCB->pGoingLastSRB = pSRB; in trm_SendSRB()
515 pDCB->pGoingLastSRB = pSRB; in trm_SendSRB()
1982 pSRBTemp = pDCB->pGoingLastSRB; in trm_MsgInPhase0()
2726 if (pSRB == pDCB->pGoingLastSRB) { in trm_SRBdone()
2727 pDCB->pGoingLastSRB = psrb; in trm_SRBdone()
H A Dtrm.h196 PSRB pGoingLastSRB; member