Home
last modified time | relevance | path

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

/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sata/host/
H A Dsathw.c153 bit32 adjusted_length; in sataLLIOStart() local
178 adjusted_length = superRequest->scsiCmnd.expDataLength; in sataLLIOStart()
179 adjusted_length += (adjusted_length/512) * 8; in sataLLIOStart()
180 agSATAReq->dataLength = adjusted_length; in sataLLIOStart()
184 adjusted_length = superRequest->scsiCmnd.expDataLength; in sataLLIOStart()
185 adjusted_length -= (adjusted_length/520) * 8; in sataLLIOStart()
186 agSATAReq->dataLength = adjusted_length; in sataLLIOStart()
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/
H A Ditdio.c664 bit32 adjusted_length = 0; in tiINISuperIOStart() local
828 adjusted_length = tiScsiRequest->scsiCmnd.expDataLength; in tiINISuperIOStart()
829 adjusted_length += (adjusted_length/512) * 8; in tiINISuperIOStart()
830 agSSPInitiatorRequest->dataLength = adjusted_length; in tiINISuperIOStart()
834 adjusted_length = tiScsiRequest->scsiCmnd.expDataLength; in tiINISuperIOStart()
835 adjusted_length -= (adjusted_length/520) * 8; in tiINISuperIOStart()
836 agSSPInitiatorRequest->dataLength = adjusted_length; in tiINISuperIOStart()