Searched refs:VolumeType (Results 1 – 11 of 11) sorted by relevance
202 if (info->VolumeType == MPI_RAID_VOL_TYPE_IM) in print_vol()206 level = mpt_raid_level(info->VolumeType); in print_vol()326 printf("%s UNKNOWN", mpt_raid_level(vol->VolumeType)); in show_config()445 mpt_raid_level(vol->VolumeType), state_len, in show_volumes()
247 mpt_raid_level(U8 VolumeType) in mpt_raid_level() argument251 switch (VolumeType) { in mpt_raid_level()267 sprintf(buf, "LVL 0x%02x", VolumeType); in mpt_raid_level()
556 vol->VolumeType = MPI_RAID_VOL_TYPE_IS; in build_volume()561 vol->VolumeType = MPI_RAID_VOL_TYPE_IM; in build_volume()565 vol->VolumeType = MPI_RAID_VOL_TYPE_IME; in build_volume()1144 printf(" Type: %d (%s)\n", vol->VolumeType, in dump_config()1145 mpt_raid_level(vol->VolumeType)); in dump_config()
114 const char *mpt_raid_level(U8 VolumeType);
235 U8 VolumeType; /* 0x01 */ member
1367 U8 VolumeType; /* 0x07 */ member
253 U8 VolumeType; /* 0x01 */ member
1601 U8 VolumeType; /* 0x07 */ member
139 switch (vol->config_page->VolumeType) { in mpt_vol_type()1138 if (vol_pg->VolumeType == MPI_RAID_VOL_TYPE_IM) { in mpt_announce_vol()1290 if (vol_pg->VolumeType == MPI_RAID_VOL_TYPE_IM) { in mpt_refresh_raid_vol()
1035 U8 VolumeType; /* 04h */ member2351 U8 VolumeType; /* 07h */ /* MPI_RAID_VOL_TYPE_ */ member
426 if ((raid_vol_pg0->VolumeType != MPI2_RAID_VOL_TYPE_RAID0) || in mps_wd_config_pages()