Lines Matching defs:fc_pstats
158 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 */
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 */
168 uint_t offlines; /* changes to offline state */
169 uint_t onlines; /* changes to online state */
170 uint_t online_loops; /* changes to online-loop state */
171 uint_t resp_status[FC_STATUS_ENTRIES]; /* response status */