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()
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()
2199 bit32 deviceIdx,status, tag; in mpiDeviceRegRsp() local2337 deviceIdx = deviceId & DEVICE_ID_BITS; in mpiDeviceRegRsp()2369 deviceIdx = deviceId & DEVICE_ID_BITS; in mpiDeviceRegRsp()2411 deviceIdx = deviceId & DEVICE_ID_BITS; in mpiDeviceRegRsp()2522 bit32 deviceIdx, status, tag; in mpiDeregDevHandleRsp() local3717 bit32 deviceIdx, tag, portId_tmp; in mpiSSPEvent() local3752 deviceIdx = deviceId & DEVICE_ID_BITS; in mpiSSPEvent()4117 deviceIdx = deviceId & DEVICE_ID_BITS; in mpiSATAEvent()5990 bit32 deviceid, deviceIdx; in mpiDeviceHandleRemoval() local6020 saRoot->DeviceMap[deviceIdx].DeviceIdFromFW = 0; in mpiDeviceHandleRemoval()[all …]