Home
last modified time | relevance | path

Searched refs:DeviceMap (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsadisc.c126 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()
H A Dsatypes.h244 agsaDeviceMap_t DeviceMap[MAX_IO_DEVICE_ENTRIES]; /**< Device Map for Device Handle */ member
H A Dsampirsp.c2059 pDevice = (agsaDeviceDesc_t *)saRoot->DeviceMap[deviceid & DEVICE_ID_BITS].DeviceHandle; in mpiGetDevHandleRsp()
2336 saRoot->DeviceMap[deviceIdx].DeviceIdFromFW = deviceId; in mpiDeviceRegRsp()
2337 saRoot->DeviceMap[deviceIdx].DeviceHandle = (void *)pDevice; in mpiDeviceRegRsp()
2368 pDevice = (agsaDeviceDesc_t *)saRoot->DeviceMap[deviceIdx].DeviceHandle; in mpiDeviceRegRsp()
2410 pDevice = (agsaDeviceDesc_t *)saRoot->DeviceMap[deviceIdx].DeviceHandle; in mpiDeviceRegRsp()
3164 pDevice = (agsaDeviceDesc_t *)saRoot->DeviceMap[deviceid & DEVICE_ID_BITS].DeviceHandle; in mpiGetDevInfoRsp()
3382 pDevice = (agsaDeviceDesc_t *)saRoot->DeviceMap[deviceid & DEVICE_ID_BITS].DeviceHandle; in mpiGetDevInfoRspSpc()
3602 pDevice = (agsaDeviceDesc_t *)saRoot->DeviceMap[deviceid & DEVICE_ID_BITS].DeviceHandle; in mpiSetDevInfoRsp()
3752 pDevice = (agsaDeviceDesc_t *)saRoot->DeviceMap[deviceIdx].DeviceHandle; in mpiSSPEvent()
4117 pDevice = (agsaDeviceDesc_t *)saRoot->DeviceMap[deviceIdx].DeviceHandle; in mpiSATAEvent()
[all …]
H A Dsaport.c207 saRoot->DeviceMap[deviceIdx].DeviceIdFromFW = 0; in siPortDeviceRemove()
208 saRoot->DeviceMap[deviceIdx].DeviceHandle = agNULL; in siPortDeviceRemove()
H A Dsainit.c934 pDeviceMap = &(saRoot->DeviceMap[i]); in saInitialize()
4011 pDeviceMap = &(saRoot->DeviceMap[i]); in siInitResources()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp6400 for (auto DeviceMap : Info.DevicePtrInfoMap) { in createTargetData() local
6401 if (isa<AllocaInst>(DeviceMap.second.second)) { in createTargetData()
6403 Builder.CreateLoad(Builder.getPtrTy(), DeviceMap.second.first); in createTargetData()
6404 Builder.CreateStore(LI, DeviceMap.second.second); in createTargetData()