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

/freebsd-10-stable/sys/dev/pms/RefTisa/sat/src/
H A Dsmsat.c12998 bit16 AllocLen = 0; /* allocation length */ local
13035 AllocLen = ((scsiCmnd->cdb[7] << 8) + scsiCmnd->cdb[8]);
13036 AllocLen = MIN(AllocLen, scsiCmnd->expDataLength);
13042 if (AllocLen == 4)
13044 SM_DBG1(("smsatLogSense: AllocLen is 4!!!\n"));
13172 lenRead = (bit8)(MIN(AllocLen, 5));
13180 lenRead = (bit8)(MIN(AllocLen, 6));
13189 lenRead = (bit8)(MIN(AllocLen, 7));
13199 if (AllocLen > lenRea
[all...]
/freebsd-10-stable/sys/dev/pms/RefTisa/tisa/sassata/sata/host/
H A Dsat.c11610 bit16 AllocLen = 0; /* allocation length */ local
11645 AllocLen = (bit8)((scsiCmnd->cdb[7] << 8) + scsiCmnd->cdb[8]);
11651 if (AllocLen == 4)
11653 TI_DBG1(("satLogSense: AllocLen is 4\n"));
11780 lenRead = (bit8)(MIN(AllocLen, 5));
11788 lenRead = (bit8)(MIN(AllocLen, 6));
11797 lenRead = (bit8)(MIN(AllocLen, 7));
11807 if (AllocLen > lenRead )
11809 TI_DBG1(("satLogSense reporting underrun lenRead=0x%x AllocLen=0x%x tiIORequest=%p\n", lenRead, AllocLen, tiIOReques
[all...]

Completed in 237 milliseconds