Searched refs:deviceIdx (Results 1 – 3 of 3) sorted by relevance
94 bit32 deviceIdx; in saDeregisterDeviceHandle() local117 deviceIdx = deviceid & DEVICE_ID_BITS; in saDeregisterDeviceHandle()118 OS_ASSERT(deviceIdx < MAX_IO_DEVICE_ENTRIES, "deviceIdx MAX_IO_DEVICE_ENTRIES"); in saDeregisterDeviceHandle()126 if ((deviceid != saRoot->DeviceMap[deviceIdx].DeviceIdFromFW) || in saDeregisterDeviceHandle()127 (pDevice != saRoot->DeviceMap[deviceIdx].DeviceHandle)) in saDeregisterDeviceHandle()
2196 bit32 deviceIdx,status, tag; in mpiDeviceRegRsp() local2334 deviceIdx = deviceId & DEVICE_ID_BITS; in mpiDeviceRegRsp()2335 OS_ASSERT(deviceIdx < MAX_IO_DEVICE_ENTRIES, "deviceIdx MAX_IO_DEVICE_ENTRIES"); in mpiDeviceRegRsp()2336 saRoot->DeviceMap[deviceIdx].DeviceIdFromFW = deviceId; in mpiDeviceRegRsp()2337 saRoot->DeviceMap[deviceIdx].DeviceHandle = (void *)pDevice; in mpiDeviceRegRsp()2366 deviceIdx = deviceId & DEVICE_ID_BITS; in mpiDeviceRegRsp()2367 OS_ASSERT(deviceIdx < MAX_IO_DEVICE_ENTRIES, "deviceIdx MAX_IO_DEVICE_ENTRIES"); in mpiDeviceRegRsp()2368 pDevice = (agsaDeviceDesc_t *)saRoot->DeviceMap[deviceIdx].DeviceHandle; in mpiDeviceRegRsp()2408 deviceIdx = deviceId & DEVICE_ID_BITS; in mpiDeviceRegRsp()2409 OS_ASSERT(deviceIdx < MAX_IO_DEVICE_ENTRIES, "deviceIdx MAX_IO_DEVICE_ENTRIES"); in mpiDeviceRegRsp()[all …]
176 bit32 deviceIdx; in siPortDeviceRemove() local204 deviceIdx = pDevice->DeviceMapIndex & DEVICE_ID_BITS; in siPortDeviceRemove()205 OS_ASSERT(deviceIdx < MAX_IO_DEVICE_ENTRIES, "deviceIdx MAX_IO_DEVICE_ENTRIES"); in siPortDeviceRemove()207 saRoot->DeviceMap[deviceIdx].DeviceIdFromFW = 0; in siPortDeviceRemove()208 saRoot->DeviceMap[deviceIdx].DeviceHandle = agNULL; in siPortDeviceRemove()