Home
last modified time | relevance | path

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

/NextBSD/sys/dev/pms/RefTisa/tisa/sassata/sata/host/
HDsathw.c154 bit32 adjusted_length; in sataLLIOStart() local
179 adjusted_length = superRequest->scsiCmnd.expDataLength; in sataLLIOStart()
180 adjusted_length += (adjusted_length/512) * 8; in sataLLIOStart()
181 agSATAReq->dataLength = adjusted_length; in sataLLIOStart()
185 adjusted_length = superRequest->scsiCmnd.expDataLength; in sataLLIOStart()
186 adjusted_length -= (adjusted_length/520) * 8; in sataLLIOStart()
187 agSATAReq->dataLength = adjusted_length; in sataLLIOStart()
/NextBSD/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/
HDitdio.c665 bit32 adjusted_length = 0; in tiINISuperIOStart() local
829 adjusted_length = tiScsiRequest->scsiCmnd.expDataLength; in tiINISuperIOStart()
830 adjusted_length += (adjusted_length/512) * 8; in tiINISuperIOStart()
831 agSSPInitiatorRequest->dataLength = adjusted_length; in tiINISuperIOStart()
835 adjusted_length = tiScsiRequest->scsiCmnd.expDataLength; in tiINISuperIOStart()
836 adjusted_length -= (adjusted_length/520) * 8; in tiINISuperIOStart()
837 agSSPInitiatorRequest->dataLength = adjusted_length; in tiINISuperIOStart()