Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dhpsa.c654 static const char * const raid_label[] = { "0", "4", "1(+0)", "5", "5+1", "6", variable
664 #define RAID_UNKNOWN (ARRAY_SIZE(raid_label) - 2)
665 #define PHYSICAL_DRIVE (ARRAY_SIZE(raid_label) - 1)
702 l = snprintf(buf, PAGE_SIZE, "RAID %s\n", raid_label[rlevel]); in raid_level_show()
1244 raid_label[PHYSICAL_DRIVE]); in hpsa_show_dev_msg()
1248 raid_label[dev->raid_level]); in hpsa_show_dev_msg()