Lines Matching refs:ioc6
79 CONFIG_PAGE_IOC_6 *ioc6; in show_adapter() local
163 ioc6 = mpt_read_ioc_page(fd, 6, &IOCStatus); in show_adapter()
164 if (ioc6 != NULL) { in show_adapter()
166 ioc6->SupportedStripeSizeMapIS); in show_adapter()
168 ioc6->SupportedStripeSizeMapIME); in show_adapter()
169 printf(" RAID0 Drives/Vol: %u", ioc6->MinDrivesIS); in show_adapter()
170 if (ioc6->MinDrivesIS != ioc6->MaxDrivesIS) in show_adapter()
171 printf("-%u", ioc6->MaxDrivesIS); in show_adapter()
173 printf(" RAID1 Drives/Vol: %u", ioc6->MinDrivesIM); in show_adapter()
174 if (ioc6->MinDrivesIM != ioc6->MaxDrivesIM) in show_adapter()
175 printf("-%u", ioc6->MaxDrivesIM); in show_adapter()
177 printf("RAID1E Drives/Vol: %u", ioc6->MinDrivesIME); in show_adapter()
178 if (ioc6->MinDrivesIME != ioc6->MaxDrivesIME) in show_adapter()
179 printf("-%u", ioc6->MaxDrivesIME); in show_adapter()
181 free(ioc6); in show_adapter()