Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/phy/
Dsfp.c77 static const char * const mod_state_strings[] = { variable
89 if (mod_state >= ARRAY_SIZE(mod_state_strings)) in mod_state_to_str()
91 return mod_state_strings[mod_state]; in mod_state_to_str()