Searched refs:VolumeType (Results 1 – 11 of 11) sorted by relevance
207 if (info->VolumeType == MPI_RAID_VOL_TYPE_IM) in print_vol()211 level = mpt_raid_level(info->VolumeType); in print_vol()336 printf("%s UNKNOWN", mpt_raid_level(vol->VolumeType)); in show_config()455 mpt_raid_level(vol->VolumeType), state_len, in show_volumes()
249 mpt_raid_level(U8 VolumeType) in mpt_raid_level() argument253 switch (VolumeType) { in mpt_raid_level()269 sprintf(buf, "LVL 0x%02x", VolumeType); in mpt_raid_level()
567 vol->VolumeType = MPI_RAID_VOL_TYPE_IS; in build_volume()572 vol->VolumeType = MPI_RAID_VOL_TYPE_IM; in build_volume()576 vol->VolumeType = MPI_RAID_VOL_TYPE_IME; in build_volume()1203 printf(" Type: %d (%s)\n", vol->VolumeType, in dump_config()1204 mpt_raid_level(vol->VolumeType)); in dump_config()
116 const char *mpt_raid_level(U8 VolumeType);
239 U8 VolumeType; /* 0x01 */ member
1371 U8 VolumeType; /* 0x07 */ member
253 U8 VolumeType; /* 0x01 */ member
1844 U8 VolumeType; /* 0x07 */ member
141 switch (vol->config_page->VolumeType) { in mpt_vol_type()1140 if (vol_pg->VolumeType == MPI_RAID_VOL_TYPE_IM) { in mpt_announce_vol()1292 if (vol_pg->VolumeType == MPI_RAID_VOL_TYPE_IM) { in mpt_refresh_raid_vol()
1037 U8 VolumeType; /* 04h */ member2353 U8 VolumeType; /* 07h */ /* MPI_RAID_VOL_TYPE_ */ member
433 if ((raid_vol_pg0->VolumeType != MPI2_RAID_VOL_TYPE_RAID0) || in mps_wd_config_pages()