Lines Matching defs:carm_array_info
377 struct carm_array_info { struct
378 __le32 size;
380 __le16 size_hi;
381 __le16 stripe_size;
383 __le32 mode;
385 __le16 stripe_blk_sz;
386 __le16 reserved1;
388 __le16 cyl;
389 __le16 head;
391 __le16 sect;
392 u8 array_id;
393 u8 reserved2;
395 char name[40];
397 __le32 array_status;
502 static int carm_array_info (struct carm_host *host, unsigned int array_idx) in carm_array_info() function