Lines Matching defs:carm_array_info
383 struct carm_array_info { struct
384 __le32 size;
386 __le16 size_hi;
387 __le16 stripe_size;
389 __le32 mode;
391 __le16 stripe_blk_sz;
392 __le16 reserved1;
394 __le16 cyl;
395 __le16 head;
397 __le16 sect;
398 u8 array_id;
399 u8 reserved2;
401 char name[40];
403 __le32 array_status;
582 static int carm_array_info (struct carm_host *host, unsigned int array_idx) in carm_array_info() function