Searched defs:mps_raid_action32 (Results 1 – 1 of 1) sorted by relevance
2223 struct mps_raid_action32 { struct2224 uint8_t action;2225 uint8_t volume_bus;2226 uint8_t volume_id;2227 uint8_t phys_disk_num;2228 uint32_t action_data_word;2229 uint32_t buf;2253 #define MPSIO_RAID_ACTION32 _IOWR('M', 205, struct mps_raid_action32) argument