Lines Matching refs:PUT_COUNTER
77 #define PUT_COUNTER(name) \ in wfx_counters_show() macro
83 PUT_COUNTER(tx_frames); in wfx_counters_show()
84 PUT_COUNTER(tx_frames_multicast); in wfx_counters_show()
85 PUT_COUNTER(tx_frames_success); in wfx_counters_show()
86 PUT_COUNTER(tx_frames_retried); in wfx_counters_show()
87 PUT_COUNTER(tx_frames_multi_retried); in wfx_counters_show()
88 PUT_COUNTER(tx_frames_failed); in wfx_counters_show()
90 PUT_COUNTER(ack_failed); in wfx_counters_show()
91 PUT_COUNTER(rts_success); in wfx_counters_show()
92 PUT_COUNTER(rts_failed); in wfx_counters_show()
94 PUT_COUNTER(rx_frames); in wfx_counters_show()
95 PUT_COUNTER(rx_frames_multicast); in wfx_counters_show()
96 PUT_COUNTER(rx_frames_success); in wfx_counters_show()
97 PUT_COUNTER(rx_frames_failed); in wfx_counters_show()
98 PUT_COUNTER(drop_plcp); in wfx_counters_show()
99 PUT_COUNTER(drop_fcs); in wfx_counters_show()
100 PUT_COUNTER(drop_no_key); in wfx_counters_show()
101 PUT_COUNTER(drop_decryption); in wfx_counters_show()
102 PUT_COUNTER(drop_tkip_mic); in wfx_counters_show()
103 PUT_COUNTER(drop_bip_mic); in wfx_counters_show()
104 PUT_COUNTER(drop_cmac_icv); in wfx_counters_show()
105 PUT_COUNTER(drop_cmac_replay); in wfx_counters_show()
106 PUT_COUNTER(drop_ccmp_replay); in wfx_counters_show()
107 PUT_COUNTER(drop_duplicate); in wfx_counters_show()
109 PUT_COUNTER(rx_bcn_miss); in wfx_counters_show()
110 PUT_COUNTER(rx_bcn_success); in wfx_counters_show()
111 PUT_COUNTER(rx_bcn_dtim); in wfx_counters_show()
112 PUT_COUNTER(rx_bcn_dtim_aid0_clr); in wfx_counters_show()
113 PUT_COUNTER(rx_bcn_dtim_aid0_set); in wfx_counters_show()
115 #undef PUT_COUNTER in wfx_counters_show()