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