Home
last modified time | relevance | path

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

/linux/include/linux/
H A Draid_class.h28 enum raid_level { enum
46 enum raid_level level;
74 DEFINE_RAID_ATTRIBUTE(enum raid_level, level)
/linux/drivers/scsi/
H A Draid_class.c143 enum raid_level value;
160 static const char *raid_level_name(enum raid_level level) in raid_level_name()
H A Dmyrb.h363 unsigned int raid_level:7; /* Byte 5 Bits 0-6 */ member
433 unsigned char raid_level; /* Byte 24 */ member
H A Dhpsa.c691 rlevel = hdev->raid_level; in raid_level_show()
905 static DEVICE_ATTR_RO(raid_level);
1247 dev->raid_level > RAID_UNKNOWN ? "?" : in hpsa_show_dev_msg()
1248 raid_label[dev->raid_level]); in hpsa_show_dev_msg()
1363 h->dev[entry]->raid_level = new_entry->raid_level; in hpsa_scsi_update_entry()
1518 if (dev1->raid_level != dev2->raid_level) in device_updated()
3194 unsigned char *scsi3addr, unsigned char *raid_level) in hpsa_get_raid_level() argument
3199 *raid_level = RAID_UNKNOWN; in hpsa_get_raid_level()
3212 *raid_level = buf[8]; in hpsa_get_raid_level()
3213 if (*raid_level > RAID_UNKNOWN) in hpsa_get_raid_level()
[all …]
H A Dmyrs.h411 unsigned char raid_level; /* Byte 5 */ member
H A Dmyrs.c1067 name = myrs_raid_level_name(ldev_info->raid_level); in raid_level_show()
1077 static DEVICE_ATTR_RO(raid_level);
1815 enum raid_level level; in myrs_sdev_init()
1823 switch (ldev_info->raid_level) { in myrs_sdev_init()
H A Dmyrb.c1627 enum raid_level level; in myrb_ldev_sdev_init()
1639 switch (ldev_info->raid_level) { in myrb_ldev_sdev_init()
1885 name = myrb_raidlevel_name(ldev_info->raid_level); in raid_level_show()
1893 static DEVICE_ATTR_RO(raid_level);
/linux/Documentation/scsi/
H A Dhpsa.rst91 /sys/class/scsi_disk/c:b:t:l/device/raid_level
102 root@host:/sys/class/scsi_disk/4:0:0:0/device# cat raid_level
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-pci-devices-cciss49 What: /sys/bus/pci/devices/<dev>/ccissX/cXdY/raid_level
/linux/drivers/scsi/smartpqi/
H A Dsmartpqi.h1041 u8 raid_level; member
1143 u8 raid_level; member