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()1030 stats->rx_per_mcs[WIL_BASE_MCS_FOR_EXTENDED_26]++; in wil_sring_reap_rx_edma()
1669 for (mcs = 0; mcs < ARRAY_SIZE(p->stats.rx_per_mcs); in sta_show()1672 p->stats.rx_per_mcs[mcs]); in sta_show()
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()
585 u64 rx_per_mcs[WIL_MCS_MAX + 1]; member