Searched defs:malo_stats (Results 1 – 2 of 2) sorted by relevance
40 struct malo_stats { struct41 struct malo_hal_hwstats hw_stats; /* XXX tied to h/w defs */42 uint32_t mst_failure; /* generic hardware failure */43 uint32_t mst_rx_badtkipicv;44 uint32_t mst_tx_discard;45 uint32_t mst_tx_qstop;46 uint32_t mst_tx_encap;47 uint32_t mst_tx_mgmt;48 uint32_t mst_rx_nombuf;49 uint32_t mst_rx_busdma;[all …]
561 struct malo_stats malo_stats; /* interface statistics */ member