Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/pms/RefTisa/sat/src/
H A Dsmsatcb.c2409 allocationLen = scsiCmnd->cdb[4]; in smsatRequestSenseCB()
2410 allocationLen = MIN(allocationLen, scsiCmnd->expDataLength); in smsatRequestSenseCB()
2411 SM_DBG1(("smsatRequestSenseCB: allocationLen in CDB %d 0x%x!!!\n", allocationLen,allocationLen)); in smsatRequestSenseCB()
4604 allocationLen = MIN(allocationLen, scsiCmnd->expDataLength); in smsatLogSenseCB()
4605 SM_DBG5(("smsatLogSenseCB: allocationLen in CDB %d 0x%x\n", allocationLen,allocationLen)); in smsatLogSenseCB()
6848 allocationLen = MIN(allocationLen, scsiCmnd->expDataLength); in smsatReadMediaSerialNumberCB()
6849 …BG5(("smsatReadMediaSerialNumberCB: allocationLen in CDB %d 0x%x\n", allocationLen,allocationLen)); in smsatReadMediaSerialNumberCB()
9806 allocationLen = MIN(allocationLen, scsiCmnd->expDataLength); in smsatInquiryCB()
9921 if (allocationLen > lenNeeded) in smsatInquiryCB()
9984 allocationLen = MIN(allocationLen, scsiCmnd->expDataLength); in smsatInquiryIntCB()
[all …]
H A Dsmsat.c9105 allocationLen = MIN(allocationLen, scsiCmnd->expDataLength); in smsatRequestSense()
9466 allocationLen = scsiCmnd->cdb[4]; in smsatModeSense6()
9467 allocationLen = MIN(allocationLen, scsiCmnd->expDataLength); in smsatModeSense6()
9897 if (allocationLen > lenRead) in smsatModeSense6()
10014 allocationLen = MIN(allocationLen, scsiCmnd->expDataLength); in smsatModeSense10()
10735 if (allocationLen > lenRead) in smsatModeSense10()
11035 allocationLen = MIN(allocationLen, scsiCmnd->expDataLength); in smsatReadCapacity16()
11283 allocationLen = MIN(allocationLen, scsiCmnd->expDataLength); in smsatReportLun()
11285 if (allocationLen < reportLunLen) in smsatReportLun()
16305 allocationLen = MIN(allocationLen, scsiCmnd->expDataLength); in smsatReadMediaSerialNumber()
[all …]
/freebsd-14.2/sys/dev/pms/RefTisa/tisa/sassata/sata/host/
H A Dsat.c5298 bit32 allocationLen; in satReportLun() local
5313 allocationLen = (((bit32)scsiCmnd->cdb[6]) << 24) | in satReportLun()
5320 if (allocationLen < reportLunLen) in satReportLun()
5362 if (allocationLen > reportLunLen) in satReportLun()
5365 …portLun reporting underrun reportLunLen=0x%x allocationLen=0x%x \n", reportLunLen, allocationLen)); in satReportLun()
5370 allocationLen - reportLunLen, in satReportLun()
6124 bit32 allocationLen; in satReadCapacity16() local
6137 allocationLen = (((bit32)scsiCmnd->cdb[10]) << 24) | in satReadCapacity16()
6143 if (allocationLen < readCapacityLen) in satReadCapacity16()
6313 if (allocationLen > readCapacityLen) in satReadCapacity16()
[all …]