Home
last modified time | relevance | path

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

/freebsd/sys/dev/pms/freebsd/driver/ini/src/
H A Dosapi.c60 ccb_t *ccbIO; in ostiInitiatorEvent() local
157 ccbIO = pccb->pccbIO; in ostiInitiatorEvent()
159 ccbIO, ccbIO->flags); in ostiInitiatorEvent()
160 if (ccbIO->startTime == 0) /* IO has been completed. No local abort */ in ostiInitiatorEvent()
163 else if (tiINIIOAbort(&pCard->tiRoot, &ccbIO->tiIORequest) != tiSuccess) in ostiInitiatorEvent()
171 ccbIO = pccb->pccbIO; in ostiInitiatorEvent()
172 if (ccbIO->startTime == 0) /* IO has been completed. */ in ostiInitiatorEvent()