Searched defs:csio_hw_stats (Results 1 – 1 of 1) sorted by relevance
374 struct csio_hw_stats { struct375 uint32_t n_evt_activeq; /* Number of event in active Q */376 uint32_t n_evt_freeq; /* Number of event in free Q */377 uint32_t n_evt_drop; /* Number of event droped */378 uint32_t n_evt_unexp; /* Number of unexpected events */379 uint32_t n_pcich_offline;/* Number of pci channel offline */380 uint32_t n_lnlkup_miss; /* Number of lnode lookup miss */381 uint32_t n_cpl_fw6_msg; /* Number of cpl fw6 message*/382 uint32_t n_cpl_fw6_pld; /* Number of cpl fw6 payload*/383 uint32_t n_cpl_unexp; /* Number of unexpected cpl */[all …]