Home
last modified time | relevance | path

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

/dragonfly/sys/dev/disk/trm/
H A Dtrm.c264 pSRB = pACB->pFreeSRB; in trm_GetSRB()
266 pACB->pFreeSRB = pSRB->pNextSRB; in trm_GetSRB()
463 pSRB->pNextSRB = pACB->pFreeSRB; in trm_ExecuteSRB()
464 pACB->pFreeSRB = pSRB; in trm_ExecuteSRB()
603 pACB->pFreeSRB= pSRB; in trm_action()
655 pACB->pFreeSRB = pSRB; in trm_action()
2374 pACB->pFreeSRB = pSRB; in trm_Disconnect()
2730 pSRB->pNextSRB = pACB->pFreeSRB; in trm_SRBdone()
2731 pACB->pFreeSRB = pSRB; in trm_SRBdone()
2761 pACB->pFreeSRB = psrb; in trm_DoingSRB_Done()
[all …]
H A Dtrm.h257 PSRB pFreeSRB; member