Searched refs:allocationLen (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/sys/dev/pms/RefTisa/sat/src/ |
| H A D | smsatcb.c | 2410 allocationLen = scsiCmnd->cdb[4]; in smsatRequestSenseCB() 2411 allocationLen = MIN(allocationLen, scsiCmnd->expDataLength); in smsatRequestSenseCB() 2412 SM_DBG1(("smsatRequestSenseCB: allocationLen in CDB %d 0x%x!!!\n", allocationLen,allocationLen)); in smsatRequestSenseCB() 4605 allocationLen = MIN(allocationLen, scsiCmnd->expDataLength); in smsatLogSenseCB() 4606 SM_DBG5(("smsatLogSenseCB: allocationLen in CDB %d 0x%x\n", allocationLen,allocationLen)); in smsatLogSenseCB() 6849 allocationLen = MIN(allocationLen, scsiCmnd->expDataLength); in smsatReadMediaSerialNumberCB() 6850 …BG5(("smsatReadMediaSerialNumberCB: allocationLen in CDB %d 0x%x\n", allocationLen,allocationLen)); in smsatReadMediaSerialNumberCB() 9807 allocationLen = MIN(allocationLen, scsiCmnd->expDataLength); in smsatInquiryCB() 9922 if (allocationLen > lenNeeded) in smsatInquiryCB() 9985 allocationLen = MIN(allocationLen, scsiCmnd->expDataLength); in smsatInquiryIntCB() [all …]
|
| H A D | smsat.c | 9106 allocationLen = MIN(allocationLen, scsiCmnd->expDataLength); in smsatRequestSense() 9467 allocationLen = scsiCmnd->cdb[4]; in smsatModeSense6() 9468 allocationLen = MIN(allocationLen, scsiCmnd->expDataLength); in smsatModeSense6() 9898 if (allocationLen > lenRead) in smsatModeSense6() 10015 allocationLen = MIN(allocationLen, scsiCmnd->expDataLength); in smsatModeSense10() 10736 if (allocationLen > lenRead) in smsatModeSense10() 11036 allocationLen = MIN(allocationLen, scsiCmnd->expDataLength); in smsatReadCapacity16() 11284 allocationLen = MIN(allocationLen, scsiCmnd->expDataLength); in smsatReportLun() 11286 if (allocationLen < reportLunLen) in smsatReportLun() 16306 allocationLen = MIN(allocationLen, scsiCmnd->expDataLength); in smsatReadMediaSerialNumber() [all …]
|
| /freebsd-13.1/sys/dev/pms/RefTisa/tisa/sassata/sata/host/ |
| H A D | sat.c | 5299 bit32 allocationLen; in satReportLun() local 5314 allocationLen = (((bit32)scsiCmnd->cdb[6]) << 24) | in satReportLun() 5321 if (allocationLen < reportLunLen) in satReportLun() 5363 if (allocationLen > reportLunLen) in satReportLun() 5366 …portLun reporting underrun reportLunLen=0x%x allocationLen=0x%x \n", reportLunLen, allocationLen)); in satReportLun() 5371 allocationLen - reportLunLen, in satReportLun() 6125 bit32 allocationLen; in satReadCapacity16() local 6138 allocationLen = (((bit32)scsiCmnd->cdb[10]) << 24) | in satReadCapacity16() 6144 if (allocationLen < readCapacityLen) in satReadCapacity16() 6314 if (allocationLen > readCapacityLen) in satReadCapacity16() [all …]
|