Home
last modified time | relevance | path

Searched refs:respBufLength (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/sys/dev/pms/RefTisa/tisa/sassata/sas/tgt/
Dttdio.c777 agSSPTargetResp->respBufLength = ttdsaXchg->resp.length; in ttdsaSendResp()
785 if (agSSPTargetResp->respBufLength <= AGSA_MAX_SSPPAYLOAD_VIA_SFO) in ttdsaSendResp()
2152 agSSPTargetResp->respBufLength = TotalRespLen; in tiTGTSetResp()
2161 … ttdsaXchg->IORequestBody.transport.SAS.agSASRequestBody.sspTargetResponse.respBufLength)); in tiTGTSetResp()
/freebsd-12-stable/sys/dev/pms/RefTisa/sallsdk/spc/
Dsassp.c1592 if (pTResponse->frameBuf && (pTResponse->respBufLength <= AGSA_MAX_SSPPAYLOAD_VIA_SFO)) in saSSPStart()
1595 si_memcpy(pPayload->reserved, pTResponse->frameBuf, pTResponse->respBufLength); in saSSPStart()
1607 …_LE_32(agRoot, pPayload, OSSA_OFFSET_OF(agsaSSPTgtRspStartCmd_t, Len0), pTResponse->respBufLength); in saSSPStart()
1619 …E_32(agRoot, pPayload, OSSA_OFFSET_OF(agsaSSPTgtRspStartCmd_t, RspLen), pTResponse->respBufLength); in saSSPStart()
2150 pTResponse->respBufLength, in siDumpSSPStartIu()
/freebsd-12-stable/sys/dev/pms/RefTisa/sallsdk/api/
Dsa.h3028 bit32 respBufLength; /**< Specifies the length of the Response buffer */ member