Home
last modified time | relevance | path

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

/NextBSD/sys/dev/pms/RefTisa/sallsdk/spc/
HDsadisc.c127 if ((deviceid != saRoot->DeviceMap[deviceIdx].DeviceIdFromFW) || in saDeregisterDeviceHandle()
128 (pDevice != saRoot->DeviceMap[deviceIdx].DeviceHandle)) in saDeregisterDeviceHandle()
637 if ((deviceid != saRoot->DeviceMap[deviceid & DEVICE_ID_BITS].DeviceIdFromFW) || in saGetDeviceInfo()
638 (pDevice != saRoot->DeviceMap[deviceid & DEVICE_ID_BITS].DeviceHandle)) in saGetDeviceInfo()
706 if ((deviceid != saRoot->DeviceMap[deviceid & DEVICE_ID_BITS].DeviceIdFromFW) || in saSetDeviceInfo()
707 (pDevice != saRoot->DeviceMap[deviceid & DEVICE_ID_BITS].DeviceHandle)) in saSetDeviceInfo()
767 if ((deviceid != saRoot->DeviceMap[deviceid & DEVICE_ID_BITS].DeviceIdFromFW) || in saGetDeviceState()
768 (pDevice != saRoot->DeviceMap[deviceid & DEVICE_ID_BITS].DeviceHandle)) in saGetDeviceState()
850 if ((deviceid != saRoot->DeviceMap[deviceid & DEVICE_ID_BITS].DeviceIdFromFW) || in saSetDeviceState()
851 (pDevice != saRoot->DeviceMap[deviceid & DEVICE_ID_BITS].DeviceHandle)) in saSetDeviceState()
HDsampirsp.c2063 pDevice = (agsaDeviceDesc_t *)saRoot->DeviceMap[deviceid & DEVICE_ID_BITS].DeviceHandle; in mpiGetDevHandleRsp()
2340 saRoot->DeviceMap[deviceIdx].DeviceIdFromFW = deviceId; in mpiDeviceRegRsp()
2341 saRoot->DeviceMap[deviceIdx].DeviceHandle = (void *)pDevice; in mpiDeviceRegRsp()
2372 pDevice = (agsaDeviceDesc_t *)saRoot->DeviceMap[deviceIdx].DeviceHandle; in mpiDeviceRegRsp()
2414 pDevice = (agsaDeviceDesc_t *)saRoot->DeviceMap[deviceIdx].DeviceHandle; in mpiDeviceRegRsp()
3168 pDevice = (agsaDeviceDesc_t *)saRoot->DeviceMap[deviceid & DEVICE_ID_BITS].DeviceHandle; in mpiGetDevInfoRsp()
3386 pDevice = (agsaDeviceDesc_t *)saRoot->DeviceMap[deviceid & DEVICE_ID_BITS].DeviceHandle; in mpiGetDevInfoRspSpc()
3606 pDevice = (agsaDeviceDesc_t *)saRoot->DeviceMap[deviceid & DEVICE_ID_BITS].DeviceHandle; in mpiSetDevInfoRsp()
3756 pDevice = (agsaDeviceDesc_t *)saRoot->DeviceMap[deviceIdx].DeviceHandle; in mpiSSPEvent()
4121 pDevice = (agsaDeviceDesc_t *)saRoot->DeviceMap[deviceIdx].DeviceHandle; in mpiSATAEvent()
[all …]
HDsatypes.h245 agsaDeviceMap_t DeviceMap[MAX_IO_DEVICE_ENTRIES]; /**< Device Map for Device Handle */ member
HDsaport.c208 saRoot->DeviceMap[deviceIdx].DeviceIdFromFW = 0; in siPortDeviceRemove()
209 saRoot->DeviceMap[deviceIdx].DeviceHandle = agNULL; in siPortDeviceRemove()
HDsainit.c935 pDeviceMap = &(saRoot->DeviceMap[i]); in saInitialize()
4012 pDeviceMap = &(saRoot->DeviceMap[i]); in siInitResources()