Home
last modified time | relevance | path

Searched defs:fc_pstats (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fc4/
H A Dfcio.h158 struct fc_pstats { struct
159 uint_t port; /* which port 0 or 1 */
160 uint_t requests; /* requests issued by this soc+ */
161 uint_t sol_resps; /* solicited responses received */
162 uint_t unsol_resps; /* unsolicited responses received */
163 uint_t lips; /* forced loop initialization */
166 uint_t abts; /* aborts attempted */
167 uint_t abts_ok; /* aborts successful */
168 uint_t offlines; /* changes to offline state */
169 uint_t onlines; /* changes to online state */
[all …]