Home
last modified time | relevance | path

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

/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sas/tgt/
H A Dttdio.c758 agsaSSPTargetResponse_t *agSSPTargetResp; in ttdsaSendResp() local
775 agSSPTargetResp = &(ttdsaXchg->IORequestBody.transport.SAS.agSASRequestBody.sspTargetResponse); in ttdsaSendResp()
776 agSSPTargetResp->agTag = ttdsaXchg->tag; in ttdsaSendResp()
777 agSSPTargetResp->respBufLength = ttdsaXchg->resp.length; in ttdsaSendResp()
778 agSSPTargetResp->respBufUpper = ttdsaXchg->resp.phyAddrUpper; in ttdsaSendResp()
779 agSSPTargetResp->respBufLower = ttdsaXchg->resp.phyAddrLower; in ttdsaSendResp()
780 agSSPTargetResp->respOption = 3; /* Retry on both ACK/NAK timeout and NAK received */ in ttdsaSendResp()
785 if (agSSPTargetResp->respBufLength <= AGSA_MAX_SSPPAYLOAD_VIA_SFO) in ttdsaSendResp()
786 agSSPTargetResp->frameBuf = ttdsaXchg->resp.virtAddr; in ttdsaSendResp()
788 agSSPTargetResp->frameBuf = NULL; in ttdsaSendResp()
[all …]