Home
last modified time | relevance | path

Searched refs:last_mcs_rx (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/net/wireless/ath/wil6210/
Dtxrx_edma.c1026 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()
Dtxrx.c520 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()
Dwil6210.h583 u16 last_mcs_rx; member
Dcfg80211.c493 rx_mcs = stats->last_mcs_rx; in wil_cid_fill_sinfo()