Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/
H A Draid_class.c120 } raid_states[] = { variable
133 for (i = 0; i < ARRAY_SIZE(raid_states); i++) { in raid_state_name()
134 if (raid_states[i].value == state) { in raid_state_name()
135 name = raid_states[i].name; in raid_state_name()