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

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

Completed in 263 milliseconds