Searched refs:rx_per_mcs (Results 1 – 4 of 4) sorted by relevance
1027 if (stats->last_mcs_rx < ARRAY_SIZE(stats->rx_per_mcs)) in wil_sring_reap_rx_edma()1028 stats->rx_per_mcs[stats->last_mcs_rx]++; in wil_sring_reap_rx_edma()
521 if (stats->last_mcs_rx < ARRAY_SIZE(stats->rx_per_mcs)) in wil_vring_reap_rx()522 stats->rx_per_mcs[stats->last_mcs_rx]++; in wil_vring_reap_rx()
1684 for (mcs = 0; mcs < ARRAY_SIZE(p->stats.rx_per_mcs); in sta_show()1687 p->stats.rx_per_mcs[mcs]); in sta_show()
583 u64 rx_per_mcs[WIL_MCS_MAX + 1]; member