Home
last modified time | relevance | path

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

/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sata/host/
H A Dsathw.c150 tiSuperScsiInitiatorRequest_t *superRequest = (tiSuperScsiInitiatorRequest_t *) tiScsiRequest; in sataLLIOStart() local
155 if (superRequest->flags & TI_SCSI_INITIATOR_ENCRYPT) in sataLLIOStart()
161 osti_memcpy(&agSATAReq->encrypt, &superRequest->Encrypt, sizeof(agsaEncrypt_t)); in sataLLIOStart()
164 if (superRequest->flags & TI_SCSI_INITIATOR_DIF) in sataLLIOStart()
170 osti_memcpy(&agSATAReq->dif, &superRequest->Dif, sizeof(agsaDif_t)); in sataLLIOStart()
178 adjusted_length = superRequest->scsiCmnd.expDataLength; in sataLLIOStart()
184 adjusted_length = superRequest->scsiCmnd.expDataLength; in sataLLIOStart()
191 agSATAReq->dataLength = superRequest->scsiCmnd.expDataLength; in sataLLIOStart()
/freebsd/sys/dev/pms/RefTisa/sat/src/
H A Dsmsathw.c78 smSuperScsiInitiatorRequest_t *superRequest = (smSuperScsiInitiatorRequest_t *) smScsiRequest; in smsataLLIOStart() local
80 if (superRequest->flags & SM_SCSI_INITIATOR_ENCRYPT) in smsataLLIOStart()
84 sm_memcpy(&agSATAReq->encrypt, &superRequest->Encrypt, sizeof(agsaEncrypt_t)); in smsataLLIOStart()