Searched refs:last_mcs_rx (Results 1 – 4 of 4) sorted by relevance
1026 stats->last_mcs_rx = wil_rx_status_get_mcs(msg); in wil_sring_reap_rx_edma()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()1029 else if (stats->last_mcs_rx == WIL_EXTENDED_MCS_26) in wil_sring_reap_rx_edma()
520 stats->last_mcs_rx = wil_rxdesc_mcs(d); in wil_vring_reap_rx()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()
583 u16 last_mcs_rx; member
493 rx_mcs = stats->last_mcs_rx; in wil_cid_fill_sinfo()