Lines Matching refs:counters
65 struct wfx_hif_mib_extended_count_table counters[3]; in wfx_counters_show() local
67 for (i = 0; i < ARRAY_SIZE(counters); i++) { in wfx_counters_show()
68 ret = wfx_hif_get_counters_table(wdev, i, counters + i); in wfx_counters_show()
79 le32_to_cpu(counters[2].count_##name), \ in wfx_counters_show()
80 le32_to_cpu(counters[0].count_##name), \ in wfx_counters_show()
81 le32_to_cpu(counters[1].count_##name)) in wfx_counters_show()
117 for (i = 0; i < ARRAY_SIZE(counters[0].reserved); i++) in wfx_counters_show()
119 le32_to_cpu(counters[2].reserved[i]), in wfx_counters_show()
120 le32_to_cpu(counters[0].reserved[i]), in wfx_counters_show()
121 le32_to_cpu(counters[1].reserved[i])); in wfx_counters_show()