Lines Matching refs:expDataLength

1510   if (satIntIo->satIntSmScsiXchg.scsiCmnd.expDataLength != 0)
1518 satIntIo->satIntSmScsiXchg.scsiCmnd.expDataLength = 0;
1711 bit32 expDataLength;
1733 * - expDataLength in scsiCmnd since this field is read by smsataLLIOStart()
1745 satIntIo->satIntSmScsiXchg.scsiCmnd.expDataLength = satIntIo->satIntDmaMem.totalLength;
1756 satIntIo->satIntSmScsiXchg.scsiCmnd.expDataLength = 0;
4063 if ( scsiCmnd->expDataLength > 0xFFFF )
4070 fis->d.lbaMid = (bit8)scsiCmnd->expDataLength; /* FIS LBA (15:8 ) */
4071 fis->d.lbaHigh = (bit8)(scsiCmnd->expDataLength>>8); /* FIS LBA (23:16) */
4235 scsiCmnd->cdb[4] = (bit8)scsiCmnd->expDataLength;
4264 fis->d.lbaMid = (bit8)scsiCmnd->expDataLength; /* FIS LBA (15:8 ) */
4265 fis->d.lbaHigh = (bit8)(scsiCmnd->expDataLength>>8); /* FIS LBA (23:16) */
9106 allocationLen = MIN(allocationLen, scsiCmnd->expDataLength);
9211 smScsiRequest->scsiCmnd.expDataLength,
9468 allocationLen = MIN(allocationLen, scsiCmnd->expDataLength);
10015 allocationLen = MIN(allocationLen, scsiCmnd->expDataLength);
10792 allocationLen = scsiCmnd->expDataLength;
11036 allocationLen = MIN(allocationLen, scsiCmnd->expDataLength);
11284 allocationLen = MIN(allocationLen, scsiCmnd->expDataLength);
13036 AllocLen = MIN(AllocLen, scsiCmnd->expDataLength);
13750 parameterListLen = MIN(parameterListLen, scsiCmnd->expDataLength);
14248 parameterListLen = MIN(parameterListLen, scsiCmnd->expDataLength);
16306 allocationLen = MIN(allocationLen, scsiCmnd->expDataLength);
20780 scsiCmnd->expDataLength = 0x20000;
20803 scsiCmnd->expDataLength = totalLen;