Lines Matching defs:amr_enquiry3
385 struct amr_enquiry3 struct
387 u_int32_t ae_datasize; /* valid data size in this structure */
388 union { /* event notify structure */
391 } ae_notify;
392 u_int8_t ae_rebuildrate; /* current rebuild rate in % */
393 u_int8_t ae_cacheflush; /* flush interval in seconds */
394 u_int8_t ae_sensealert;
395 u_int8_t ae_driveinsertcount; /* count of inserted drives */
396 u_int8_t ae_batterystatus;
397 u_int8_t ae_numldrives;
398 u_int8_t ae_reconstate[AMR_40LD_MAXDRIVES / 8]; /* reconstruction state */
399 u_int16_t ae_opstatus[AMR_40LD_MAXDRIVES / 8]; /* operation status per drive */
400 u_int32_t ae_drivesize[AMR_40LD_MAXDRIVES]; /* logical drive size */
401 u_int8_t ae_driveprop[AMR_40LD_MAXDRIVES]; /* logical drive properties */
402 u_int8_t ae_drivestate[AMR_40LD_MAXDRIVES]; /* logical drive state */
403 u_int8_t ae_pdrivestate[AMR_40LD_MAXPHYSDRIVES]; /* physical drive state */
404 u_int16_t ae_pdriveformat[AMR_40LD_MAXPHYSDRIVES / 16];
405 u_int8_t ae_targxfer[80]; /* physical drive transfer rates */
407 u_int8_t res1[263]; /* pad to 1024 bytes */