Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/phy/
Dsfp.c65 static const char * const mod_state_strings[] = { variable
75 if (mod_state >= ARRAY_SIZE(mod_state_strings)) in mod_state_to_str()
77 return mod_state_strings[mod_state]; in mod_state_to_str()