Searched refs:MAX_IO_DEVICE_ENTRIES (Results 1 – 6 of 6) sorted by relevance
244 agsaDeviceMap_t DeviceMap[MAX_IO_DEVICE_ENTRIES]; /**< Device Map for Device Handle */246 agsaDevHandle_t *DeviceHandle[MAX_IO_DEVICE_ENTRIES]; /**< used for get device handles */
118 OS_ASSERT(deviceIdx < MAX_IO_DEVICE_ENTRIES, "deviceIdx MAX_IO_DEVICE_ENTRIES"); in saDeregisterDeviceHandle()
2338 OS_ASSERT(deviceIdx < MAX_IO_DEVICE_ENTRIES, "deviceIdx MAX_IO_DEVICE_ENTRIES"); in mpiDeviceRegRsp()2370 OS_ASSERT(deviceIdx < MAX_IO_DEVICE_ENTRIES, "deviceIdx MAX_IO_DEVICE_ENTRIES"); in mpiDeviceRegRsp()2412 OS_ASSERT(deviceIdx < MAX_IO_DEVICE_ENTRIES, "deviceIdx MAX_IO_DEVICE_ENTRIES"); in mpiDeviceRegRsp()3753 OS_ASSERT(deviceIdx < MAX_IO_DEVICE_ENTRIES, "deviceIdx MAX_IO_DEVICE_ENTRIES"); in mpiSSPEvent()4118 OS_ASSERT(deviceIdx < MAX_IO_DEVICE_ENTRIES, "deviceIdx MAX_IO_DEVICE_ENTRIES"); in mpiSATAEvent()6018 OS_ASSERT(deviceIdx < MAX_IO_DEVICE_ENTRIES, "deviceIdx MAX_IO_DEVICE_ENTRIES"); in mpiDeviceHandleRemoval()6046 OS_ASSERT(deviceIdx < MAX_IO_DEVICE_ENTRIES, "deviceIdx MAX_IO_DEVICE_ENTRIES"); in mpiDeviceHandleRemoval()
205 OS_ASSERT(deviceIdx < MAX_IO_DEVICE_ENTRIES, "deviceIdx MAX_IO_DEVICE_ENTRIES"); in siPortDeviceRemove()
932 for ( i = 0; i < MAX_IO_DEVICE_ENTRIES; i ++ ) in saInitialize()4009 for ( i = 0; i < MAX_IO_DEVICE_ENTRIES; i ++ ) in siInitResources()
3790 #define MAX_IO_DEVICE_ENTRIES 4096 /**< Maximum Device Entries */ macro