Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/
Dhpsa.c643 static const char * const raid_label[] = { "0", "4", "1(+0)", "5", "5+1", "6", variable
653 #define RAID_UNKNOWN (ARRAY_SIZE(raid_label) - 2)
654 #define PHYSICAL_DRIVE (ARRAY_SIZE(raid_label) - 1)
691 l = snprintf(buf, PAGE_SIZE, "RAID %s\n", raid_label[rlevel]); in raid_level_show()
1233 raid_label[PHYSICAL_DRIVE]); in hpsa_show_dev_msg()
1237 raid_label[dev->raid_level]); in hpsa_show_dev_msg()