Searched defs:mps_raid_action32 (Results 1 – 1 of 1) sorted by relevance
2343 struct mps_raid_action32 { struct2344 uint8_t action;2345 uint8_t volume_bus;2346 uint8_t volume_id;2347 uint8_t phys_disk_num;2348 uint32_t action_data_word;2349 uint32_t buf;2373 #define MPSIO_RAID_ACTION32 _IOWR('M', 205, struct mps_raid_action32) argument