Lines Matching defs:csio_lnode_stats
93 struct csio_lnode_stats { struct
94 uint32_t n_link_up; /* Link down */
95 uint32_t n_link_down; /* Link up */
96 uint32_t n_err; /* error */
97 uint32_t n_err_nomem; /* memory not available */
98 uint32_t n_inval_parm; /* Invalid parameters */
99 uint32_t n_evt_unexp; /* unexpected event */
100 uint32_t n_evt_drop; /* dropped event */
101 uint32_t n_rnode_match; /* matched rnode */
102 uint32_t n_dev_loss_tmo; /* Device loss timeout */
103 uint32_t n_fdmi_err; /* fdmi err */
104 uint32_t n_evt_fw[PROTO_ERR_IMPL_LOGO + 1]; /* fw events */
105 enum csio_ln_ev n_evt_sm[CSIO_LNE_MAX_EVENT]; /* State m/c events */
106 uint32_t n_rnode_alloc; /* rnode allocated */
107 uint32_t n_rnode_free; /* rnode freed */
108 uint32_t n_rnode_nomem; /* rnode alloc failure */
109 uint32_t n_input_requests; /* Input Requests */
110 uint32_t n_output_requests; /* Output Requests */
111 uint32_t n_control_requests; /* Control Requests */
112 uint32_t n_input_bytes; /* Input Bytes */
113 uint32_t n_output_bytes; /* Output Bytes */
114 uint32_t rsvd1;