Searched refs:fcsm_xlat_port_state (Results 1 – 1 of 1) sorted by relevance
158 struct fcsm_xlat_port_state { struct161 } fcsm_xlat_port_state [] = { argument1910 for (count = 0; count < sizeof (fcsm_xlat_port_state) / in fcsm_port_state_to_str()1911 sizeof (fcsm_xlat_port_state[0]); count++) { in fcsm_port_state_to_str()1912 if (fcsm_xlat_port_state[count].xlat_pstate == port_state) { in fcsm_port_state_to_str()1913 return (fcsm_xlat_port_state[count].xlat_state_str); in fcsm_port_state_to_str()