Home
last modified time | relevance | path

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

/NextBSD/sys/dev/pms/RefTisa/sat/src/
HDsmsathw.c61 smIORequestBody_t *smIORequestBody = (smIORequestBody_t *)satIOContext->smRequestBody; in smsataLLIOStart() local
65 agsaIORequest_t *agIORequest = &(smIORequestBody->agIORequest); in smsataLLIOStart()
67 agsaSATAInitiatorRequest_t *agSATAReq = &(smIORequestBody->transport.SATA.agSATARequestBody); in smsataLLIOStart()
93 smIORequestBody->IOType.InitiatorRegIO.expDataLength = 0; in smsataLLIOStart()
97smIORequestBody->IOType.InitiatorRegIO.expDataLength = smScsiRequest->scsiCmnd.expDataLength; in smsataLLIOStart()
100 agSATAReq->dataLength = smIORequestBody->IOType.InitiatorRegIO.expDataLength; in smsataLLIOStart()
110 smIORequestBody->IOType.InitiatorRegIO.expDataLength = 0; in smsataLLIOStart()
114 smIORequestBody->IOType.InitiatorRegIO.expDataLength = smScsiRequest->scsiCmnd.expDataLength; in smsataLLIOStart()
117 agSATAReq->dataLength = smIORequestBody->IOType.InitiatorRegIO.expDataLength; in smsataLLIOStart()
252 smIORequestBody->smIORequest = smIORequest; in smsataLLIOStart()
[all …]
HDsmsatcb.c61 smIORequestBody_t *smIORequestBody; in smllSATACompleted() local
75 smIORequestBody = (smIORequestBody_t *)agIORequest->osData; in smllSATACompleted()
77 if (smIORequestBody == agNULL) in smllSATACompleted()
84 if (smIORequestBody->ioCompleted == agTRUE) in smllSATACompleted()
86 smDeviceHandle = smIORequestBody->smDevHandle; in smllSATACompleted()
93 … SM_DBG1(("smllSATACompleted: Error!!!!!! double completion!!!, ID %d!!!\n", smIORequestBody->id)); in smllSATACompleted()
103 smIORequestBody->ioCompleted = agTRUE; in smllSATACompleted()
104 satIOContext = &(smIORequestBody->transport.SATA.satIOContext); in smllSATACompleted()
128 smDeviceHandle = smIORequestBody->smDevHandle; in smllSATACompleted()
235 smIORequestBody_t *smIORequestBody; in smsatPacketCB() local
[all …]
HDsminit.c486 smIORequestBody_t *smIORequestBody in smIOReInit() argument
490 smIORequestBody->InUse = agTRUE; in smIOReInit()
491 smIORequestBody->ioStarted = agFALSE; in smIOReInit()
492 smIORequestBody->ioCompleted = agFALSE; in smIOReInit()
493 smIORequestBody->reTries = 0; in smIOReInit()
494 smIORequestBody->smDevHandle = agNULL; in smIOReInit()
495 smIORequestBody->smIORequest = agNULL; in smIOReInit()
496 smIORequestBody->smIOToBeAbortedRequest = agNULL; in smIOReInit()
497 smIORequestBody->transport.SATA.satIOContext.satOrgIOContext = agNULL; in smIOReInit()
HDsmsat.c122 smIORequestBody_t *smIORequestBody = agNULL; in smIOAbort() local
146 smIORequestBody = (smIORequestBody_t *)tasktag->smData; in smIOAbort()
148 if (smIORequestBody == agNULL) in smIOAbort()
155 satIOContext = &(smIORequestBody->transport.SATA.satIOContext); in smIOAbort()
160 agIORequest = &(smIORequestBody->agIORequest); in smIOAbort()
206 smAbortIORequestBody->smDevHandle = smIORequestBody->smDevHandle; in smIOAbort()
362 smIORequestBody_t *smIORequestBody = agNULL; in smSuperIOStart() local
379 smIORequestBody = (smIORequestBody_t*)smIORequest->smData;//smDequeueIO(smRoot); in smSuperIOStart()
381 if (smIORequestBody == agNULL) in smSuperIOStart()
387 smIOReInit(smRoot, smIORequestBody); in smSuperIOStart()
[all …]
HDsmproto.h104 smIORequestBody_t *smIORequestBody
219 smIORequestBody_t *smIORequestBody,
337 smIORequestBody_t *smIORequestBody
/NextBSD/sys/dev/pms/RefTisa/tisa/sassata/common/
HDtdsmcmnapi.c470 smIORequest->smData = &tdIORequestBody->smIORequestBody; in tdsmIDCompletedCB()
583 smIORequest->smData = &tdIORequestBody->smIORequestBody; in tdsmIDCompletedCB()
HDtdmisc.c1150 TaskManagement->smData = &SMTMtdIORequestBody->smIORequestBody; in tiINITaskManagement()
HDossacmnapi.c8685 smIORequest->smData = &tdIORequestBody->smIORequestBody; in tdIDStartTimerCB()
8854 smIORequest->smData = &tdIORequestBody->smIORequestBody; in tdIDStart()
/NextBSD/sys/dev/pms/RefTisa/tisa/sassata/sas/common/
HDtdtypes.h595 smIORequestBody_t smIORequestBody; /*SATA IO request body*/ member
/NextBSD/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/
HDitdio.c1020 smIORequest->smData = &tdIORequestBody->smIORequestBody; in tiINISuperIOStart()