Home
last modified time | relevance | path

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

/dragonfly/sys/dev/disk/trm/
HDtrm.c297 psrb1 = pDCB->pGoingSRB; in trm_RewaitSRB()
303 pDCB->pGoingSRB = psrb1->pNextSRB; in trm_RewaitSRB()
367 if (ptr1->pGoingSRB) in trm_DoWaitingSRB()
370 ptr1->pGoingSRB = pSRB; in trm_DoWaitingSRB()
510 if (pDCB->pGoingSRB) { in trm_SendSRB()
514 pDCB->pGoingSRB = pSRB; in trm_SendSRB()
1143 psrb = pdcb->pGoingSRB; in trm_RecoverSRB()
1157 pdcb->pGoingSRB = NULL; in trm_RecoverSRB()
1981 pSRB = pDCB->pGoingSRB; in trm_MsgInPhase0()
2370 pSRB = pDCB->pGoingSRB; in trm_Disconnect()
[all …]
HDtrm.h195 PSRB pGoingSRB; member