Lines Matching defs:csio_lnode_stats
106 struct csio_lnode_stats { struct
107 uint32_t n_link_up; /* Link down */
108 uint32_t n_link_down; /* Link up */
109 uint32_t n_err; /* error */
110 uint32_t n_err_nomem; /* memory not available */
111 uint32_t n_inval_parm; /* Invalid parameters */
112 uint32_t n_evt_unexp; /* unexpected event */
113 uint32_t n_evt_drop; /* dropped event */
114 uint32_t n_rnode_match; /* matched rnode */
115 uint32_t n_dev_loss_tmo; /* Device loss timeout */
116 uint32_t n_fdmi_err; /* fdmi err */
117 uint32_t n_evt_fw[PROTO_ERR_IMPL_LOGO + 1]; /* fw events */
118 enum csio_ln_ev n_evt_sm[CSIO_LNE_MAX_EVENT]; /* State m/c events */
119 uint32_t n_rnode_alloc; /* rnode allocated */
120 uint32_t n_rnode_free; /* rnode freed */
121 uint32_t n_rnode_nomem; /* rnode alloc failure */
122 uint32_t n_input_requests; /* Input Requests */
123 uint32_t n_output_requests; /* Output Requests */
124 uint32_t n_control_requests; /* Control Requests */
125 uint32_t n_input_bytes; /* Input Bytes */
126 uint32_t n_output_bytes; /* Output Bytes */
127 uint32_t rsvd1;