Home
last modified time | relevance | path

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

/freebsd/sys/dev/pms/RefTisa/sat/src/
H A Dsmsatcb.c60 smIORequestBody_t *smIORequestBody; in smllSATACompleted()
74 smIORequestBody = (smIORequestBody_t *)agIORequest->osData; in smllSATACompleted()
234 smIORequestBody_t *smIORequestBody; in smsatPacketCB()
235 smIORequestBody_t *smOrgIORequestBody; in smsatPacketCB()
256 smIORequestBody = (smIORequestBody_t *)agIORequest->osData; in smsatPacketCB()
282 smOrgIORequestBody = (smIORequestBody_t *)satOrgIOContext->smRequestBody; in smsatPacketCB()
427 smIORequestBody_t *smIORequestBody; in smsatRequestSenseForATAPICB()
428 smIORequestBody_t *smOrgIORequestBody; in smsatRequestSenseForATAPICB()
441 smIORequestBody = (smIORequestBody_t *)agIORequest->osData; in smsatRequestSenseForATAPICB()
465 smOrgIORequestBody = (smIORequestBody_t *)satOrgIOContext->smRequestBody; in smsatRequestSenseForATAPICB()
[all …]
H A Dsminit.c124 memoryRequirement->smMemory[SM_IO_MEM_INDEX].singleElementLength = sizeof(smIORequestBody_t); in smGetRequirements()
169 smIORequestBody_t *smIORequest; in smInitialize()
244 smIORequest = (smIORequestBody_t *) (memoryAllocated->smMemory[SM_IO_MEM_INDEX].virtPtr); in smInitialize()
245 smAllShared->IOMem = (smIORequestBody_t *)smIORequest; in smInitialize()
451 smIORequestBody_t *smIOCommand = (smIORequestBody_t *)smAllShared->IOMem; in smIOInit()
485 smIORequestBody_t *smIORequestBody in smIOReInit()
H A Dsmsathw.c60 smIORequestBody_t *smIORequestBody = (smIORequestBody_t *)satIOContext->smRequestBody; in smsataLLIOStart()
484 smIORequestBody_t *smIORequestBody, in smsatIOPrepareSGL()
H A Dsmtypes.h300 } smIORequestBody_t; typedef
344 smIORequestBody_t *IOMem;
H A Dsmsat.c121 smIORequestBody_t *smIORequestBody = agNULL; in smIOAbort()
122 smIORequestBody_t *smIONewRequestBody = agNULL; in smIOAbort()
126 smIORequestBody_t *smAbortIORequestBody; in smIOAbort()
145 smIORequestBody = (smIORequestBody_t *)tasktag->smData; in smIOAbort()
164 smIONewRequestBody = (smIORequestBody_t *)satIntIo->satIntRequestBody; in smIOAbort()
181 sizeof(smIORequestBody_t), in smIOAbort()
231 sizeof(smIORequestBody_t) in smIOAbort()
248 smIORequestBody_t *smAbortIORequestBody; in smIOAbortAll()
303 sizeof(smIORequestBody_t), in smIOAbortAll()
342 sizeof(smIORequestBody_t) in smIOAbortAll()
[all …]
H A Dsmproto.h103 smIORequestBody_t *smIORequestBody
218 smIORequestBody_t *smIORequestBody,
336 smIORequestBody_t *smIORequestBody
371 osGLOBAL smIORequestBody_t *
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sas/common/
H A Dtdtypes.h594 smIORequestBody_t smIORequestBody; /*SATA IO request body*/