Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcsm.c157 struct fcsm_xlat_port_state { struct
160 } fcsm_xlat_port_state [] = { argument
1909 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()