Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/phy/
Dsfp.c74 static const char * const mod_state_strings[] = { variable
86 if (mod_state >= ARRAY_SIZE(mod_state_strings)) in mod_state_to_str()
88 return mod_state_strings[mod_state]; in mod_state_to_str()