Searched defs:csio_hw_stats (Results 1 – 1 of 1) sorted by relevance
319 struct csio_hw_stats { struct320 uint32_t n_evt_activeq; /* Number of event in active Q */321 uint32_t n_evt_freeq; /* Number of event in free Q */322 uint32_t n_evt_drop; /* Number of event droped */323 uint32_t n_evt_unexp; /* Number of unexpected events */324 uint32_t n_pcich_offline;/* Number of pci channel offline */325 uint32_t n_lnlkup_miss; /* Number of lnode lookup miss */326 uint32_t n_cpl_fw6_msg; /* Number of cpl fw6 message*/327 uint32_t n_cpl_fw6_pld; /* Number of cpl fw6 payload*/328 uint32_t n_cpl_unexp; /* Number of unexpected cpl */[all …]