Home
last modified time | relevance | path

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

/freebsd/sys/dev/pms/RefTisa/sat/src/
H A Dsmsat.c11019 bit32 readCapacityLen = 32; in smsatReadCapacity16() local
11038 if (allocationLen < readCapacityLen) in smsatReadCapacity16()
11040 …: *** ERROR *** insufficient len=0x%x readCapacityLen=0x%x!!!\n", allocationLen, readCapacityLen)); in smsatReadCapacity16()
11217 sm_memcpy(pVirtAddr, dataBuffer, MIN(allocationLen, readCapacityLen)); in smsatReadCapacity16()
11221 if (allocationLen > readCapacityLen) in smsatReadCapacity16()
11224 …: reporting underrun readCapacityLen=0x%x allocationLen=0x%x !!!\n", readCapacityLen, allocationLe… in smsatReadCapacity16()
11231 allocationLen - readCapacityLen, in smsatReadCapacity16()
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sata/host/
H A Dsat.c6125 bit32 readCapacityLen = 32; in satReadCapacity16() local
6143 if (allocationLen < readCapacityLen) in satReadCapacity16()
6145 …ty16 *** ERROR *** insufficient len=0x%x readCapacityLen=0x%x\n", allocationLen, readCapacityLen)); in satReadCapacity16()
6313 if (allocationLen > readCapacityLen) in satReadCapacity16()
6316 …ty16 reporting underrun readCapacityLen=0x%x allocationLen=0x%x \n", readCapacityLen, allocationLe… in satReadCapacity16()
6321 allocationLen - readCapacityLen, in satReadCapacity16()