Searched refs:rx_per_mcs (Results 1 – 4 of 4) sorted by relevance
1002 if (stats->last_mcs_rx < ARRAY_SIZE(stats->rx_per_mcs)) in wil_sring_reap_rx_edma()1003 stats->rx_per_mcs[stats->last_mcs_rx]++; in wil_sring_reap_rx_edma()
513 if (stats->last_mcs_rx < ARRAY_SIZE(stats->rx_per_mcs)) in wil_vring_reap_rx()514 stats->rx_per_mcs[stats->last_mcs_rx]++; in wil_vring_reap_rx()
1746 for (mcs = 0; mcs < ARRAY_SIZE(p->stats.rx_per_mcs); in wil_sta_debugfs_show()1749 p->stats.rx_per_mcs[mcs]); in wil_sta_debugfs_show()
579 u64 rx_per_mcs[WIL_MCS_MAX + 1]; member