Searched refs:currentTaskTag (Results 1 - 12 of 12) sorted by relevance

/freebsd-11.0-release/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdmisc.c672 * \param currentTaskTag: The current context or task tag for this task. This
695 tiIORequest_t *currentTaskTag /* task management itself */
838 currentTaskTag->tdData = tdsaDeviceData;
840 agContext->osData = currentTaskTag;
864 currentTaskTag,
906 TMtdIORequestBody->IOType.InitiatorTMIO.CurrentTaskTag = currentTaskTag;
921 TMtdIORequestBody->tiIORequest = currentTaskTag;
923 currentTaskTag->tdData = TMtdIORequestBody;
1072 agContext->osData = currentTaskTag;
1082 currentTaskTag
1758 tiINIPassthroughCmndRemoteAbort( tiRoot_t *tiRoot, tiDeviceHandle_t *tiDeviceHandle, tiPassthroughRequest_t *taskTag, tiPassthroughRequest_t *currentTaskTag, tiPortalContext_t *tiportalContext ) argument
1959 tiIORequest_t *currentTaskTag; local
[all...]
H A Dtdsmcmnapi.c882 tiIORequest_t *currentTaskTag; local
890 parm = pSatDevData->satTmTaskTag (currentTaskTag in tiINITaskManagement)
942 currentTaskTag = tdIORequestBody->IOType.InitiatorTMIO.CurrentTaskTag;
976 (void *)currentTaskTag
H A Dossacmnapi.c2441 tiIORequest_t *currentTaskTag = agNULL; local
2542 currentTaskTag = (tiIORequest_t *)oneDeviceData->agDeviceResetContext.osData;
2543 if (currentTaskTag != agNULL )
2549 SMTMtdIORequestBody = (tdIORequestBody_t *)currentTaskTag->tdData;
2577 currentTaskTag
2583 TI_DBG1(("ossaHwCB: currentTaskTag is NULL!!!\n"));
5564 tiIORequest_t *currentTaskTag; local
5589 currentTaskTag = (tiIORequest_t *)agContext->osData;
5592 if (currentTaskTag != agNULL)
5595 TargetDeviceData = (tdsaDeviceData_t *)currentTaskTag
[all...]
H A Dtdproto.h1492 * \param currentTaskTag: Pointer to tag/context for this TM request.
1510 tiIORequest_t *currentTaskTag,
/freebsd-11.0-release/sys/dev/pms/RefTisa/sat/api/
H A Dsmapi.h118 smIORequest_t *currentTaskTag
/freebsd-11.0-release/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/
H A Ditdcb.c110 tiIORequest_t *taskTag = agNULL, *currentTaskTag = agNULL; local
140 currentTaskTag = tdIORequestBody->IOType.InitiatorTMIO.CurrentTaskTag;
142 if (currentTaskTag == agNULL)
144 TI_DBG1(("itdssTaskCompleted: currentTaskTag is NULL \n"));
145 /* as the currentTaskTag is agNULL, shall not call ostiInitiatorEvent */
152 currentTaskTag );
184 currentTaskTag );
215 TMtdIORequestBody = (tdIORequestBody_t *)currentTaskTag->tdData;
222 TMtdIORequestBody = (tdIORequestBody_t *)currentTaskTag->tdData;
235 currentTaskTag );
[all...]
/freebsd-11.0-release/sys/dev/pms/RefTisa/sat/src/
H A Dsmproto.h336 smIORequest_t *currentTaskTag,
343 smIORequest_t *currentTaskTag,
352 smIORequest_t *currentTaskTag,
360 smIORequest_t *currentTaskTag,
H A Dsmsat.c549 smIORequest_t *currentTaskTag /* task management */
594 currentTaskTag,
603 smIORequestBody = (smIORequestBody_t*)currentTaskTag->smData;//smDequeueIO(smRoot);
618 agContext->osData = currentTaskTag;
650 smIORequestBody = (smIORequestBody_t*)currentTaskTag->smData;//smDequeueIO(smRoot);
659 /*currentTaskTag->smData = smIORequestBody;*/
666 currentTaskTag,
818 smIORequest_t *currentTaskTag,
837 currentTaskTag,
852 currentTaskTag,
816 smsatStartCheckPowerMode( smRoot_t *smRoot, smIORequest_t *currentTaskTag, smDeviceHandle_t *smDeviceHandle, smScsiInitiatorRequest_t *smScsiRequest, smSatIOContext_t *satIOContext ) argument
892 smsatStartResetDevice( smRoot_t *smRoot, smIORequest_t *currentTaskTag, smDeviceHandle_t *smDeviceHandle, smScsiInitiatorRequest_t *smScsiRequest, smSatIOContext_t *satIOContext ) argument
980 smsatTmAbortTask( smRoot_t *smRoot, smIORequest_t *currentTaskTag, smDeviceHandle_t *smDeviceHandle, smScsiInitiatorRequest_t *smScsiRequest, smSatIOContext_t *satIOContext, smIORequest_t *taskTag) argument
1119 smsatTaskManagement( smRoot_t *smRoot, smDeviceHandle_t *smDeviceHandle, bit32 task, smLUN_t *lun, smIORequest_t *taskTag, smIORequest_t *currentTaskTag, smIORequestBody_t *smIORequestBody ) argument
[all...]
H A Dsmsatcb.c12158 smIORequest_t *currentTaskTag; local
12168 currentTaskTag = (smIORequest_t *)agContext->osData;
12169 if (currentTaskTag == agNULL)
12171 SM_DBG1(("smLocalPhyControlCB: currentTaskTag is NULL!!!\n"));
12174 smIORequestBody = (smIORequestBody_t *)currentTaskTag->smData;
12215 currentTaskTag);
12226 currentTaskTag);
12236 currentTaskTag);
/freebsd-11.0-release/sys/dev/pms/RefTisa/tisa/api/
H A Dtiapi.h407 tiIORequest_t *currentTaskTag
/freebsd-11.0-release/sys/dev/pms/RefTisa/tisa/sassata/sata/host/
H A Dsatproto.h2003 * \param currentTaskTag: Pointer to tag/context for this TM request.
2046 * \param currentTaskTag: Pointer to tag/context for this TM request.
2774 tiIORequest_t *currentTaskTag,
H A Dsat.c17158 * \param currentTaskTag: Pointer to tag/context for this TM request.
17176 tiIORequest_t *currentTaskTag,
17230 currentTaskTag,
17241 currentTaskTag,
17252 currentTaskTag,
17263 currentTaskTag,
17295 * \param currentTaskTag: Pointer to tag/context for this TM request.
17364 tiIORequest, /* currentTaskTag */
17383 * \param currentTaskTag: Pointer to tag/context for this TM request.
17440 tiIORequest, /* currentTaskTag */
17170 satTM( tiRoot_t *tiRoot, tiDeviceHandle_t *tiDeviceHandle, bit32 task, tiLUN_t *lun, tiIORequest_t *taskTag, tiIORequest_t *currentTaskTag, tdIORequestBody_t *tiRequestBody, bit32 NotifyOS ) argument
20086 satSubTM( tiRoot_t *tiRoot, tiDeviceHandle_t *tiDeviceHandle, bit32 task, tiLUN_t *lun, tiIORequest_t *taskTag, tiIORequest_t *currentTaskTag, bit32 NotifyOS ) argument
20190 tiIORequest_t *currentTaskTag = agNULL; local
20986 tiIORequest_t *currentTaskTag = agNULL; local
[all...]

Completed in 189 milliseconds