Home
last modified time | relevance | path

Searched defs:istats (Results 1 – 3 of 3) sorted by relevance

/NextBSD/sys/dev/fatm/
HDif_fatmvar.h36 struct istats { struct
37 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 …]
/NextBSD/sys/dev/hatm/
HDif_hatmvar.h37 struct istats { struct
38 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 …]
/NextBSD/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300_misc.c465 HAL_MIB_STATS* istats = &ahp->ah_stats.ast_mibstats; in ar9300_get_mib_mac_stats() local