Searched refs:DeviceMap (Results 1 – 6 of 6) sorted by relevance
126 if ((deviceid != saRoot->DeviceMap[deviceIdx].DeviceIdFromFW) || in saDeregisterDeviceHandle()127 (pDevice != saRoot->DeviceMap[deviceIdx].DeviceHandle)) in saDeregisterDeviceHandle()636 if ((deviceid != saRoot->DeviceMap[deviceid & DEVICE_ID_BITS].DeviceIdFromFW) || in saGetDeviceInfo()637 (pDevice != saRoot->DeviceMap[deviceid & DEVICE_ID_BITS].DeviceHandle)) in saGetDeviceInfo()705 if ((deviceid != saRoot->DeviceMap[deviceid & DEVICE_ID_BITS].DeviceIdFromFW) || in saSetDeviceInfo()706 (pDevice != saRoot->DeviceMap[deviceid & DEVICE_ID_BITS].DeviceHandle)) in saSetDeviceInfo()766 if ((deviceid != saRoot->DeviceMap[deviceid & DEVICE_ID_BITS].DeviceIdFromFW) || in saGetDeviceState()767 (pDevice != saRoot->DeviceMap[deviceid & DEVICE_ID_BITS].DeviceHandle)) in saGetDeviceState()849 if ((deviceid != saRoot->DeviceMap[deviceid & DEVICE_ID_BITS].DeviceIdFromFW) || in saSetDeviceState()850 (pDevice != saRoot->DeviceMap[deviceid & DEVICE_ID_BITS].DeviceHandle)) in saSetDeviceState()
244 agsaDeviceMap_t DeviceMap[MAX_IO_DEVICE_ENTRIES]; /**< Device Map for Device Handle */ member
2339 saRoot->DeviceMap[deviceIdx].DeviceIdFromFW = deviceId; in mpiDeviceRegRsp()2340 saRoot->DeviceMap[deviceIdx].DeviceHandle = (void *)pDevice; in mpiDeviceRegRsp()2371 pDevice = (agsaDeviceDesc_t *)saRoot->DeviceMap[deviceIdx].DeviceHandle; in mpiDeviceRegRsp()2413 pDevice = (agsaDeviceDesc_t *)saRoot->DeviceMap[deviceIdx].DeviceHandle; in mpiDeviceRegRsp()3755 pDevice = (agsaDeviceDesc_t *)saRoot->DeviceMap[deviceIdx].DeviceHandle; in mpiSSPEvent()4120 pDevice = (agsaDeviceDesc_t *)saRoot->DeviceMap[deviceIdx].DeviceHandle; in mpiSATAEvent()6000 pDevice = saRoot->DeviceMap[deviceid & DEVICE_ID_BITS].DeviceHandle; in mpiDeviceHandleRemoval()6020 saRoot->DeviceMap[deviceIdx].DeviceIdFromFW = 0; in mpiDeviceHandleRemoval()6021 saRoot->DeviceMap[deviceIdx].DeviceHandle = agNULL; in mpiDeviceHandleRemoval()6047 saRoot->DeviceMap[deviceIdx].DeviceIdFromFW = 0; in mpiDeviceHandleRemoval()[all …]
207 saRoot->DeviceMap[deviceIdx].DeviceIdFromFW = 0; in siPortDeviceRemove()208 saRoot->DeviceMap[deviceIdx].DeviceHandle = agNULL; in siPortDeviceRemove()
934 pDeviceMap = &(saRoot->DeviceMap[i]); in saInitialize()4011 pDeviceMap = &(saRoot->DeviceMap[i]); in siInitResources()
4840 for (auto DeviceMap : Info.DevicePtrInfoMap) { in createTargetData() local4841 if (isa<AllocaInst>(DeviceMap.second.second)) { in createTargetData()4843 Builder.CreateLoad(Builder.getPtrTy(), DeviceMap.second.first); in createTargetData()4844 Builder.CreateStore(LI, DeviceMap.second.second); in createTargetData()