Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/pms/RefTisa/sat/src/
Dsmsat.c11264 bit32 reportLunLen; in smsatReportLun() local
11285 reportLunLen = 16; /* 8 byte header and 8 bytes of LUN0 */ in smsatReportLun()
11286 if (allocationLen < reportLunLen) in smsatReportLun()
11289 reportLunLen, pSatDevData->id)); in smsatReportLun()
11323 sm_memcpy(smScsiRequest->sglVirtualAddr, dataBuffer, MIN(allocationLen, reportLunLen)); in smsatReportLun()
11324 if (allocationLen > reportLunLen) in smsatReportLun()
11327 …tLun: reporting underrun reportLunLen=0x%x allocationLen=0x%x !!!\n", reportLunLen, allocationLen)… in smsatReportLun()
11334 allocationLen - reportLunLen, in smsatReportLun()
/freebsd-10-stable/sys/dev/pms/RefTisa/tisa/sassata/sata/host/
Dsat.c5300 bit32 reportLunLen; in satReportLun() local
5319 reportLunLen = 16; /* 8 byte header and 8 bytes of LUN0 */ in satReportLun()
5321 if (allocationLen < reportLunLen) in satReportLun()
5324 reportLunLen, tiDeviceHandle, tiIORequest)); in satReportLun()
5363 if (allocationLen > reportLunLen) in satReportLun()
5366 …eportLun reporting underrun reportLunLen=0x%x allocationLen=0x%x \n", reportLunLen, allocationLen)… in satReportLun()
5371 allocationLen - reportLunLen, in satReportLun()