Home
last modified time | relevance | path

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

/freebsd/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()
203 ttdsaXchg->IORequestBody.transport.SAS.agSASRequestBody.sspTargetReq.agTag in ttdsaSSPReqReceived()
205 ttdsaXchg->IORequestBody.transport.SAS.agSASRequestBody.sspTargetResponse.agTag in ttdsaSSPReqReceived()
275 ttdsaXchg->IORequestBody.tiIORequest, in ttdsaSSPReqReceived()
520 = &(ttdsaXchg->IORequestBody.transport.SAS.agSASRequestBody.sspTargetReq); in tiTGTIOStart()
541 ttdsaXchg->IORequestBody.IOType.TargetIO.TargetIOType.RegIO.sglVirtualAddr in tiTGTIOStart()
547 ttdsaXchg->IORequestBody.IOType.TargetIO.TargetIOType.RegIO.tiSgl1 in tiTGTIOStart()
553 ttdsaXchg->IORequestBody.IOType.TargetIO.TargetIOType.RegIO.tiSgl1.len in tiTGTIOStart()
555 ttdsaXchg->IORequestBody.IOType.TargetIO.TargetIOType.RegIO.tiSgl1.type in tiTGTIOStart()
[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/sys/dev/pms/RefTisa/tisa/sassata/sas/common/
H A Dtdtypes.h668 tdIORequestBody_t IORequestBody; /* for combo, must be the first */ member
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdproto.h1192 tdIORequestBody_t *IORequestBody,