Lines Matching refs:DeviceIndex

260   bit32             DeviceIndex = 0;
400 while ((DeviceIndex < maxDevs) &&
440 TI_DBG2(("tiINIGetDeviceHandles: SSP DeviceIndex %d tiDeviceHandle %p\n", DeviceIndex, &(oneDeviceData->tiDeviceHandle)));
441 tiDev[DeviceIndex] = &(oneDeviceData->tiDeviceHandle);
448 TI_DBG2(("tiINIGetDeviceHandles: SATA DeviceIndex %d tiDeviceHandle %p\n", DeviceIndex, &(oneDeviceData->tiDeviceHandle)));
449 tiDev[DeviceIndex] = &(oneDeviceData->tiDeviceHandle);
469 DeviceIndex++;
474 if (DeviceIndex > maxDevs)
476 TI_DBG1(("tiINIGetDeviceHandles: DeviceIndex(%d) >= maxDevs(%d)\n", DeviceIndex, maxDevs));
521 bit32 DeviceIndex = 0;
661 while ((DeviceIndex < maxDevs) &&
706 TI_DBG2(("tiINIGetDeviceHandlesForWinIOCTL: SSP DeviceIndex %d tiDeviceHandle %p\n", DeviceIndex, &(oneDeviceData->tiDeviceHandle)));
707 tiDev[DeviceIndex] = &(oneDeviceData->tiDeviceHandle);
708 DeviceIndex++;
715 TI_DBG2(("tiINIGetDeviceHandlesForWinIOCTL: SATA DeviceIndex %d tiDeviceHandle %p\n", DeviceIndex, &(oneDeviceData->tiDeviceHandle)));
716 tiDev[DeviceIndex] = &(oneDeviceData->tiDeviceHandle);
717 DeviceIndex++;
722 TI_DBG2(("tiINIGetDeviceHandlesForWinIOCTL: SMP DeviceIndex %d tiDeviceHandle %p\n", DeviceIndex, &(oneDeviceData->tiDeviceHandle)));
723 tiDev[DeviceIndex] = &(oneDeviceData->tiDeviceHandle);
724 DeviceIndex++;
744 //DeviceIndex++;
749 if (DeviceIndex > maxDevs)
751 TI_DBG1(("tiINIGetDeviceHandlesForWinIOCTL: DeviceIndex(%d) >= maxDevs(%d)\n", DeviceIndex, maxDevs));
1127 bit32 DeviceIndex = 0;
1228 while ((DeviceIndex < maxDevs) &&
1274 DeviceIndex++;