Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcsm.c158 struct fcsm_xlat_port_state { struct
161 } fcsm_xlat_port_state [] = { argument
1910 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()