Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcsm.c134 struct fcsm_xlat_pkt_state { struct
137 } fcsm_xlat_pkt_state [] = { variable
1890 for (count = 0; count < sizeof (fcsm_xlat_pkt_state) / in fcsm_pkt_state_to_rval()
1891 sizeof (fcsm_xlat_pkt_state[0]); count++) { in fcsm_pkt_state_to_rval()
1892 if (fcsm_xlat_pkt_state[count].xlat_state == state) { in fcsm_pkt_state_to_rval()
1893 return (fcsm_xlat_pkt_state[count].xlat_rval); in fcsm_pkt_state_to_rval()