Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/ath/wil6210/
Dtxrx_edma.c1002 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()
Dtxrx.c513 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()
Ddebugfs.c1746 for (mcs = 0; mcs < ARRAY_SIZE(p->stats.rx_per_mcs); in wil_sta_debugfs_show()
1749 p->stats.rx_per_mcs[mcs]); in wil_sta_debugfs_show()
Dwil6210.h579 u64 rx_per_mcs[WIL_MCS_MAX + 1]; member