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