Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/
Dwmi.c1472 wil->fw_stats_global.stats = *global; in wil_link_stats_store_global()
1530 if (wil->fw_stats_global.ready) { in wmi_link_stats_parse()
1532 wil->fw_stats_global.tsf = 0; in wmi_link_stats_parse()
1533 wil->fw_stats_global.ready = false; in wmi_link_stats_parse()
1539 wil->fw_stats_global.tsf = tsf; in wmi_link_stats_parse()
1540 wil->fw_stats_global.ready = true; in wmi_link_stats_parse()
Ddebugfs.c2009 if (!wil->fw_stats_global.ready) in wil_link_stats_global_debugfs_show()
2012 seq_printf(s, "TSF %lld\n", wil->fw_stats_global.tsf); in wil_link_stats_global_debugfs_show()
2013 wil_link_stats_print_global(wil, s, &wil->fw_stats_global.stats); in wil_link_stats_global_debugfs_show()
Dwil6210.h1058 struct wil_fw_stats_global fw_stats_global; member