Lines Matching refs:stats
102 struct macstat stats; in brcms_debugfs_macstat_read() local
106 stats = *(drvr->wlc->core->macstat_snapshot); in brcms_debugfs_macstat_read()
109 seq_printf(s, "txallfrm: %d\n", stats.txallfrm); in brcms_debugfs_macstat_read()
110 seq_printf(s, "txrtsfrm: %d\n", stats.txrtsfrm); in brcms_debugfs_macstat_read()
111 seq_printf(s, "txctsfrm: %d\n", stats.txctsfrm); in brcms_debugfs_macstat_read()
112 seq_printf(s, "txackfrm: %d\n", stats.txackfrm); in brcms_debugfs_macstat_read()
113 seq_printf(s, "txdnlfrm: %d\n", stats.txdnlfrm); in brcms_debugfs_macstat_read()
114 seq_printf(s, "txbcnfrm: %d\n", stats.txbcnfrm); in brcms_debugfs_macstat_read()
116 for (i = 0; i < ARRAY_SIZE(stats.txfunfl); i++) in brcms_debugfs_macstat_read()
117 seq_printf(s, " %d", stats.txfunfl[i]); in brcms_debugfs_macstat_read()
118 seq_printf(s, "\ntxtplunfl: %d\n", stats.txtplunfl); in brcms_debugfs_macstat_read()
119 seq_printf(s, "txphyerr: %d\n", stats.txphyerr); in brcms_debugfs_macstat_read()
120 seq_printf(s, "pktengrxducast: %d\n", stats.pktengrxducast); in brcms_debugfs_macstat_read()
121 seq_printf(s, "pktengrxdmcast: %d\n", stats.pktengrxdmcast); in brcms_debugfs_macstat_read()
122 seq_printf(s, "rxfrmtoolong: %d\n", stats.rxfrmtoolong); in brcms_debugfs_macstat_read()
123 seq_printf(s, "rxfrmtooshrt: %d\n", stats.rxfrmtooshrt); in brcms_debugfs_macstat_read()
124 seq_printf(s, "rxinvmachdr: %d\n", stats.rxinvmachdr); in brcms_debugfs_macstat_read()
125 seq_printf(s, "rxbadfcs: %d\n", stats.rxbadfcs); in brcms_debugfs_macstat_read()
126 seq_printf(s, "rxbadplcp: %d\n", stats.rxbadplcp); in brcms_debugfs_macstat_read()
127 seq_printf(s, "rxcrsglitch: %d\n", stats.rxcrsglitch); in brcms_debugfs_macstat_read()
128 seq_printf(s, "rxstrt: %d\n", stats.rxstrt); in brcms_debugfs_macstat_read()
129 seq_printf(s, "rxdfrmucastmbss: %d\n", stats.rxdfrmucastmbss); in brcms_debugfs_macstat_read()
130 seq_printf(s, "rxmfrmucastmbss: %d\n", stats.rxmfrmucastmbss); in brcms_debugfs_macstat_read()
131 seq_printf(s, "rxcfrmucast: %d\n", stats.rxcfrmucast); in brcms_debugfs_macstat_read()
132 seq_printf(s, "rxrtsucast: %d\n", stats.rxrtsucast); in brcms_debugfs_macstat_read()
133 seq_printf(s, "rxctsucast: %d\n", stats.rxctsucast); in brcms_debugfs_macstat_read()
134 seq_printf(s, "rxackucast: %d\n", stats.rxackucast); in brcms_debugfs_macstat_read()
135 seq_printf(s, "rxdfrmocast: %d\n", stats.rxdfrmocast); in brcms_debugfs_macstat_read()
136 seq_printf(s, "rxmfrmocast: %d\n", stats.rxmfrmocast); in brcms_debugfs_macstat_read()
137 seq_printf(s, "rxcfrmocast: %d\n", stats.rxcfrmocast); in brcms_debugfs_macstat_read()
138 seq_printf(s, "rxrtsocast: %d\n", stats.rxrtsocast); in brcms_debugfs_macstat_read()
139 seq_printf(s, "rxctsocast: %d\n", stats.rxctsocast); in brcms_debugfs_macstat_read()
140 seq_printf(s, "rxdfrmmcast: %d\n", stats.rxdfrmmcast); in brcms_debugfs_macstat_read()
141 seq_printf(s, "rxmfrmmcast: %d\n", stats.rxmfrmmcast); in brcms_debugfs_macstat_read()
142 seq_printf(s, "rxcfrmmcast: %d\n", stats.rxcfrmmcast); in brcms_debugfs_macstat_read()
143 seq_printf(s, "rxbeaconmbss: %d\n", stats.rxbeaconmbss); in brcms_debugfs_macstat_read()
144 seq_printf(s, "rxdfrmucastobss: %d\n", stats.rxdfrmucastobss); in brcms_debugfs_macstat_read()
145 seq_printf(s, "rxbeaconobss: %d\n", stats.rxbeaconobss); in brcms_debugfs_macstat_read()
146 seq_printf(s, "rxrsptmout: %d\n", stats.rxrsptmout); in brcms_debugfs_macstat_read()
147 seq_printf(s, "bcntxcancl: %d\n", stats.bcntxcancl); in brcms_debugfs_macstat_read()
148 seq_printf(s, "rxf0ovfl: %d\n", stats.rxf0ovfl); in brcms_debugfs_macstat_read()
149 seq_printf(s, "rxf1ovfl: %d\n", stats.rxf1ovfl); in brcms_debugfs_macstat_read()
150 seq_printf(s, "rxf2ovfl: %d\n", stats.rxf2ovfl); in brcms_debugfs_macstat_read()
151 seq_printf(s, "txsfovfl: %d\n", stats.txsfovfl); in brcms_debugfs_macstat_read()
152 seq_printf(s, "pmqovfl: %d\n", stats.pmqovfl); in brcms_debugfs_macstat_read()
153 seq_printf(s, "rxcgprqfrm: %d\n", stats.rxcgprqfrm); in brcms_debugfs_macstat_read()
154 seq_printf(s, "rxcgprsqovfl: %d\n", stats.rxcgprsqovfl); in brcms_debugfs_macstat_read()
155 seq_printf(s, "txcgprsfail: %d\n", stats.txcgprsfail); in brcms_debugfs_macstat_read()
156 seq_printf(s, "txcgprssuc: %d\n", stats.txcgprssuc); in brcms_debugfs_macstat_read()
157 seq_printf(s, "prs_timeout: %d\n", stats.prs_timeout); in brcms_debugfs_macstat_read()
158 seq_printf(s, "rxnack: %d\n", stats.rxnack); in brcms_debugfs_macstat_read()
159 seq_printf(s, "frmscons: %d\n", stats.frmscons); in brcms_debugfs_macstat_read()
160 seq_printf(s, "txnack: %d\n", stats.txnack); in brcms_debugfs_macstat_read()
161 seq_printf(s, "txglitch_nack: %d\n", stats.txglitch_nack); in brcms_debugfs_macstat_read()
162 seq_printf(s, "txburst: %d\n", stats.txburst); in brcms_debugfs_macstat_read()
163 seq_printf(s, "bphy_rxcrsglitch: %d\n", stats.bphy_rxcrsglitch); in brcms_debugfs_macstat_read()
164 seq_printf(s, "phywatchdog: %d\n", stats.phywatchdog); in brcms_debugfs_macstat_read()
165 seq_printf(s, "bphy_badplcp: %d\n", stats.bphy_badplcp); in brcms_debugfs_macstat_read()