Home
last modified time | relevance | path

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

/linux/drivers/infiniband/core/
H A Dsysfs.c367 static const char *phys_state_str[] = { in phys_state_to_str() local
378 if (phys_state < ARRAY_SIZE(phys_state_str)) in phys_state_to_str()
379 return phys_state_str[phys_state]; in phys_state_to_str()