Searched refs:last_mcs_rx (Results 1 – 4 of 4) sorted by relevance
1028 stats->last_mcs_rx = wil_rx_status_get_mcs(msg); in wil_sring_reap_rx_edma()1029 if (stats->last_mcs_rx < ARRAY_SIZE(stats->rx_per_mcs)) in wil_sring_reap_rx_edma()1030 stats->rx_per_mcs[stats->last_mcs_rx]++; in wil_sring_reap_rx_edma()
533 stats->last_mcs_rx = wil_rxdesc_mcs(d); in wil_vring_reap_rx()534 if (stats->last_mcs_rx < ARRAY_SIZE(stats->rx_per_mcs)) in wil_vring_reap_rx()535 stats->rx_per_mcs[stats->last_mcs_rx]++; in wil_vring_reap_rx()
592 u16 last_mcs_rx; member
500 sinfo->rxrate.mcs = stats->last_mcs_rx; in wil_cid_fill_sinfo()