Searched defs:csio_lnode_stats (Results 1 – 1 of 1) sorted by relevance
93 struct csio_lnode_stats { struct94 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 */[all …]