Lines Matching defs:aac_adapter_info
419 struct aac_adapter_info { struct
420 u_int32_t PlatformBase; /* adapter type */
421 u_int32_t CpuArchitecture; /* adapter CPU type */
422 u_int32_t CpuVariant; /* adapter CPU subtype */
423 u_int32_t ClockSpeed; /* adapter CPU clockspeed */
424 u_int32_t ExecutionMem; /* adapter Execution Memory size */
425 u_int32_t BufferMem; /* adapter Data Memory */
426 u_int32_t TotalMem; /* adapter Total Memory */
427 struct FsaRevision KernelRevision; /* adapter Kernel SW Revision */
428 struct FsaRevision MonitorRevision; /* adapter Monitor/Diag SW Rev */
429 struct FsaRevision HardwareRevision; /* TDB */
430 struct FsaRevision BIOSRevision; /* adapter BIOS Revision */
431 u_int32_t ClusteringEnabled;
432 u_int32_t ClusterChannelMask;
433 u_int64_t SerialNumber;
434 u_int32_t batteryPlatform;
435 u_int32_t SupportedOptions; /* supported features of this ctrlr */
436 u_int32_t OemVariant;