Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/pms/RefTisa/sat/src/
HDsmsat.c11020 bit32 readCapacityLen = 32; in smsatReadCapacity16() local
11039 if (allocationLen < readCapacityLen) in smsatReadCapacity16()
11041 …: *** ERROR *** insufficient len=0x%x readCapacityLen=0x%x!!!\n", allocationLen, readCapacityLen)); in smsatReadCapacity16()
11218 sm_memcpy(pVirtAddr, dataBuffer, MIN(allocationLen, readCapacityLen)); in smsatReadCapacity16()
11222 if (allocationLen > readCapacityLen) in smsatReadCapacity16()
11225 …: reporting underrun readCapacityLen=0x%x allocationLen=0x%x !!!\n", readCapacityLen, allocationLe… in smsatReadCapacity16()
11232 allocationLen - readCapacityLen, in smsatReadCapacity16()
/freebsd-11-stable/sys/dev/pms/RefTisa/tisa/sassata/sata/host/
HDsat.c6126 bit32 readCapacityLen = 32; in satReadCapacity16() local
6144 if (allocationLen < readCapacityLen) in satReadCapacity16()
6146 …ty16 *** ERROR *** insufficient len=0x%x readCapacityLen=0x%x\n", allocationLen, readCapacityLen)); in satReadCapacity16()
6314 if (allocationLen > readCapacityLen) in satReadCapacity16()
6317 …ty16 reporting underrun readCapacityLen=0x%x allocationLen=0x%x \n", readCapacityLen, allocationLe… in satReadCapacity16()
6322 allocationLen - readCapacityLen, in satReadCapacity16()