Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/pms/RefTisa/tisa/sassata/sas/tgt/
H A Dttdio.c183 if (ttdsaXchg->IORequestBody.tiIORequest == agNULL) in ttdsaSSPReqReceived()
199 ttdsaXchg->IORequestBody.agIORequest.sdkData = agNULL; in ttdsaSSPReqReceived()
275 ttdsaXchg->IORequestBody.tiIORequest, in ttdsaSSPReqReceived()
610 &ttdsaXchg->IORequestBody.agIORequest, in tiTGTIOStart()
628 &ttdsaXchg->IORequestBody.agIORequest, in tiTGTIOStart()
798 &ttdsaXchg->IORequestBody.agIORequest, in ttdsaSendResp()
937 ttdsaXchg->IORequestBody.tiIORequest, in ttdsaIOCompleted()
950 ttdsaXchg->IORequestBody.tiIORequest ); in ttdsaIOCompleted()
1444 ttdsaXchg->IORequestBody.tiIORequest, in ttdsaIOCompleted()
1600 ttdsaXchg->IORequestBody.tiIORequest, in ttdsaTMProcess()
[all …]
H A Dttdinit.c531 ttdsaXchg->IORequestBody.IOCompletionFunc = ttdsaIOCompleted; in ttdsaXchgInit()
537 ttdsaXchg->IORequestBody.agIORequest.osData = (void *)ttdsaXchg; in ttdsaXchgInit()
538 ttdsaXchg->IORequestBody.tiIORequest in ttdsaXchgInit()
539 = &(ttdsaXchg->IORequestBody.IOType.TargetIO.tiIORequest); in ttdsaXchgInit()
542 ttdsaXchg->IORequestBody.tiIORequest->tdData = ttdsaXchg; in ttdsaXchgInit()
639 ttdsaXchg->IORequestBody.agIORequest.sdkData = agNULL; in ttdsaXchgLinkInit()
710 ttdsaXchg->IORequestBody.agIORequest.sdkData = agNULL; in ttdsaXchgFreeStruct()
H A Dttdtxchg.h61 tdIORequestBody_t IORequestBody; /* has to be at the top */ member
/freebsd-14.2/sys/dev/pms/RefTisa/tisa/sassata/sas/common/
H A Dtdtypes.h668 tdIORequestBody_t IORequestBody; /* for combo, must be the first */ member
/freebsd-14.2/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdproto.h1192 tdIORequestBody_t *IORequestBody,