Home
last modified time | relevance | path

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

/drivers/scsi/
Dtmscsim.h80 struct dc390_srb *pGoingLast; member
Dtmscsim.c404 pDCB->pGoingLast->pNextSRB = pSRB; in dc390_Going_append()
408 pDCB->pGoingLast = pSRB; in dc390_Going_append()
426 if (pSRB == pDCB->pGoingLast) in dc390_Going_remove()
427 pDCB->pGoingLast = psrb; in dc390_Going_remove()