Searched defs:istats (Results 1 – 3 of 3) sorted by relevance
36 struct istats { struct37 uint32_t cmd_queue_full;38 uint32_t get_stat_errors;39 uint32_t clr_stat_errors;40 uint32_t get_prom_errors;41 uint32_t suni_reg_errors;42 uint32_t tx_queue_full;43 uint32_t tx_queue_almost_full;44 uint32_t tx_pdu2big;45 uint32_t tx_too_many_segs;[all …]
37 struct istats { struct38 uint32_t tdprq_full;39 uint32_t hbuf_error;40 uint32_t crc_error;41 uint32_t len_error;42 uint32_t flow_closed;43 uint32_t flow_drop;44 uint32_t tpd_no_mem;45 uint32_t rx_seg;46 uint32_t empty_hbuf;[all …]
465 HAL_MIB_STATS* istats = &ahp->ah_stats.ast_mibstats; in ar9300_get_mib_mac_stats() local