Home
last modified time | relevance | path

Searched refs:tx_latency_bins (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/wil6210/
H A Ddebugfs.c1727 if (!p->tx_latency_bins) in wil_tx_latency_debugfs_show()
1753 p->tx_latency_bins[bin]); in wil_tx_latency_debugfs_show()
1754 num_packets += p->tx_latency_bins[bin]; in wil_tx_latency_debugfs_show()
1813 kfree(sta->tx_latency_bins); in wil_tx_latency_write()
1814 sta->tx_latency_bins = kzalloc(sz, GFP_KERNEL); in wil_tx_latency_write()
1815 if (!sta->tx_latency_bins) in wil_tx_latency_write()
2514 kfree(wil->sta[i].tx_latency_bins); in wil6210_debugfs_remove()
H A Dwil6210.h748 u64 *tx_latency_bins; member
H A Dtxrx.c2406 sta->tx_latency_bins[bin]++; in wil_tx_latency_calc()