Lines Matching defs:amr_enquiry3
298 struct amr_enquiry3 { struct
299 u_int32_t ae_datasize; /* valid data size in this structure */
300 union { /* event notify structure */
303 } ae_notify;
304 u_int8_t ae_rebuildrate; /* current rebuild rate in % */
305 u_int8_t ae_cacheflush; /* flush interval in seconds */
306 u_int8_t ae_sensealert;
307 u_int8_t ae_driveinsertcount; /* count of inserted drives */
308 u_int8_t ae_batterystatus;
309 u_int8_t ae_numldrives;
310 u_int8_t ae_reconstate[AMR_40LD_MAXDRIVES / 8]; /* reconstruction state */
311 u_int16_t ae_opstatus[AMR_40LD_MAXDRIVES / 8]; /* operation status per drive */
312 u_int32_t ae_drivesize[AMR_40LD_MAXDRIVES]; /* logical drive size */
313 u_int8_t ae_driveprop[AMR_40LD_MAXDRIVES]; /* logical drive properties */
314 u_int8_t ae_drivestate[AMR_40LD_MAXDRIVES]; /* physical drive state */
315 u_int8_t ae_pdrivestate[AMR_40LD_MAXPHYSDRIVES]; /* physical drive state */
316 u_int16_t ae_driveformat[AMR_40LD_MAXPHYSDRIVES / 16];
317 u_int8_t ae_targxfer[80]; /* physical drive transfer rates */
319 u_int8_t res1[263]; /* pad to 1024 bytes */