Searched refs:last_mcs_rx (Results 1 – 4 of 4) sorted by relevance
1001 stats->last_mcs_rx = wil_rx_status_get_mcs(msg); in wil_sring_reap_rx_edma()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()
512 stats->last_mcs_rx = wil_rxdesc_mcs(d); in wil_vring_reap_rx()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()
578 u16 last_mcs_rx; member
316 sinfo->rxrate.mcs = stats->last_mcs_rx; in wil_cid_fill_sinfo()