Searched defs:fc_pstats (Results 1 – 1 of 1) sorted by relevance
158 struct fc_pstats { struct159 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 */164 uint_t els_sent; /* extended link service commands issued */165 uint_t els_rcvd; /* extended link service commands received */166 uint_t abts; /* aborts attempted */167 uint_t abts_ok; /* aborts successful */[all …]