Home
last modified time | relevance | path

Searched refs:raid_label (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/scsi/
H A Dhpsa.c653 static const char * const raid_label[] = { "0", "4", "1(+0)", "5", "5+1", "6", variable
663 #define RAID_UNKNOWN (ARRAY_SIZE(raid_label) - 2)
664 #define PHYSICAL_DRIVE (ARRAY_SIZE(raid_label) - 1)
701 l = snprintf(buf, PAGE_SIZE, "RAID %s\n", raid_label[rlevel]); in raid_level_show()
1250 raid_label[PHYSICAL_DRIVE]); in hpsa_show_dev_msg()
1254 raid_label[dev->raid_level]); in hpsa_show_dev_msg()