Home
last modified time | relevance | path

Searched defs:malo_stats (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/malo/
H A Dif_maloioctl.h40 struct malo_stats { struct
41 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 …]
H A Dif_malo.h561 struct malo_stats malo_stats; /* interface statistics */ member