Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcsm.c135 struct fcsm_xlat_pkt_state { struct
138 } fcsm_xlat_pkt_state [] = { argument
1891 for (count = 0; count < sizeof (fcsm_xlat_pkt_state) / in fcsm_pkt_state_to_rval()
1892 sizeof (fcsm_xlat_pkt_state[0]); count++) { in fcsm_pkt_state_to_rval()
1893 if (fcsm_xlat_pkt_state[count].xlat_state == state) { in fcsm_pkt_state_to_rval()
1894 return (fcsm_xlat_pkt_state[count].xlat_rval); in fcsm_pkt_state_to_rval()