Home
last modified time | relevance | path

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

/freebsd/sys/dev/pms/RefTisa/sat/src/
H A Dsmsathw.c60 smIORequestBody_t *smIORequestBody = (smIORequestBody_t *)satIOContext->smRequestBody; in smsataLLIOStart() local
64 agsaIORequest_t *agIORequest = &(smIORequestBody->agIORequest); in smsataLLIOStart()
66 agsaSATAInitiatorRequest_t *agSATAReq = &(smIORequestBody->transport.SATA.agSATARequestBody); in smsataLLIOStart()
92 smIORequestBody->IOType.InitiatorRegIO.expDataLength = 0; in smsataLLIOStart()
96smIORequestBody->IOType.InitiatorRegIO.expDataLength = smScsiRequest->scsiCmnd.expDataLength; in smsataLLIOStart()
99 agSATAReq->dataLength = smIORequestBody->IOType.InitiatorRegIO.expDataLength; in smsataLLIOStart()
109 smIORequestBody->IOType.InitiatorRegIO.expDataLength = 0; in smsataLLIOStart()
113 smIORequestBody->IOType.InitiatorRegIO.expDataLength = smScsiRequest->scsiCmnd.expDataLength; in smsataLLIOStart()
116 agSATAReq->dataLength = smIORequestBody->IOType.InitiatorRegIO.expDataLength; in smsataLLIOStart()
251 smIORequestBody->smIORequest = smIORequest; in smsataLLIOStart()
[all …]
H A Dsmsatcb.c60 smIORequestBody_t *smIORequestBody; in smllSATACompleted() local
74 smIORequestBody = (smIORequestBody_t *)agIORequest->osData; in smllSATACompleted()
76 if (smIORequestBody == agNULL) in smllSATACompleted()
83 if (smIORequestBody->ioCompleted == agTRUE) in smllSATACompleted()
85 smDeviceHandle = smIORequestBody->smDevHandle; in smllSATACompleted()
92 … SM_DBG1(("smllSATACompleted: Error!!!!!! double completion!!!, ID %d!!!\n", smIORequestBody->id)); in smllSATACompleted()
102 smIORequestBody->ioCompleted = agTRUE; in smllSATACompleted()
103 satIOContext = &(smIORequestBody->transport.SATA.satIOContext); in smllSATACompleted()
127 smDeviceHandle = smIORequestBody->smDevHandle; in smllSATACompleted()
234 smIORequestBody_t *smIORequestBody; in smsatPacketCB() local
[all …]
H A Dsminit.c485 smIORequestBody_t *smIORequestBody in smIOReInit() argument
489 smIORequestBody->InUse = agTRUE; in smIOReInit()
490 smIORequestBody->ioStarted = agFALSE; in smIOReInit()
491 smIORequestBody->ioCompleted = agFALSE; in smIOReInit()
492 smIORequestBody->reTries = 0; in smIOReInit()
493 smIORequestBody->smDevHandle = agNULL; in smIOReInit()
494 smIORequestBody->smIORequest = agNULL; in smIOReInit()
495 smIORequestBody->smIOToBeAbortedRequest = agNULL; in smIOReInit()
496 smIORequestBody->transport.SATA.satIOContext.satOrgIOContext = agNULL; in smIOReInit()
H A Dsmsat.c121 smIORequestBody_t *smIORequestBody = agNULL; in smIOAbort() local
145 smIORequestBody = (smIORequestBody_t *)tasktag->smData; in smIOAbort()
147 if (smIORequestBody == agNULL) in smIOAbort()
154 satIOContext = &(smIORequestBody->transport.SATA.satIOContext); in smIOAbort()
159 agIORequest = &(smIORequestBody->agIORequest); in smIOAbort()
205 smAbortIORequestBody->smDevHandle = smIORequestBody->smDevHandle; in smIOAbort()
361 smIORequestBody_t *smIORequestBody = agNULL; in smSuperIOStart() local
378 smIORequestBody = (smIORequestBody_t*)smIORequest->smData;//smDequeueIO(smRoot); in smSuperIOStart()
380 if (smIORequestBody == agNULL) in smSuperIOStart()
386 smIOReInit(smRoot, smIORequestBody); in smSuperIOStart()
[all …]
H A Dsmproto.h103 smIORequestBody_t *smIORequestBody
218 smIORequestBody_t *smIORequestBody,
336 smIORequestBody_t *smIORequestBody
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdsmcmnapi.c469 smIORequest->smData = &tdIORequestBody->smIORequestBody; in tdsmIDCompletedCB()
582 smIORequest->smData = &tdIORequestBody->smIORequestBody; in tdsmIDCompletedCB()
H A Dtdmisc.c1149 TaskManagement->smData = &SMTMtdIORequestBody->smIORequestBody; in tiINITaskManagement()
H A Dossacmnapi.c8684 smIORequest->smData = &tdIORequestBody->smIORequestBody; in tdIDStartTimerCB()
8853 smIORequest->smData = &tdIORequestBody->smIORequestBody; in tdIDStart()
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sas/common/
H A Dtdtypes.h594 smIORequestBody_t smIORequestBody; /*SATA IO request body*/ member
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/
H A Ditdio.c1019 smIORequest->smData = &tdIORequestBody->smIORequestBody; in tiINISuperIOStart()