Lines Matching defs:mt76_sta_stats
312 struct mt76_sta_stats { struct
313 u64 tx_mode[__MT_PHY_TYPE_MAX];
314 u64 tx_bw[5]; /* 20, 40, 80, 160, 320 */
315 u64 tx_nss[4]; /* 1, 2, 3, 4 */
316 u64 tx_mcs[16]; /* mcs idx */
317 u64 tx_bytes;
319 u32 tx_packets; /* unit: MSDU */
320 u32 tx_retries;
321 u32 tx_failed;
323 u64 rx_bytes;
324 u32 rx_packets;
325 u32 rx_errors;
326 u32 rx_drops;