pdev_stats       1160 drivers/net/wireless/ath/ath10k/debug.c 	const struct ath10k_fw_stats_pdev *pdev_stats;
pdev_stats       1175 drivers/net/wireless/ath/ath10k/debug.c 	pdev_stats = list_first_entry_or_null(&ar->debug.fw_stats.pdevs,
pdev_stats       1178 drivers/net/wireless/ath/ath10k/debug.c 	if (!pdev_stats) {
pdev_stats       1180 drivers/net/wireless/ath/ath10k/debug.c 		pdev_stats = &zero_stats;
pdev_stats       1185 drivers/net/wireless/ath/ath10k/debug.c 	data[i++] = pdev_stats->hw_reaped; /* ppdu reaped */
pdev_stats       1187 drivers/net/wireless/ath/ath10k/debug.c 	data[i++] = pdev_stats->htt_mpdus;
pdev_stats       1189 drivers/net/wireless/ath/ath10k/debug.c 	data[i++] = pdev_stats->ch_noise_floor;
pdev_stats       1190 drivers/net/wireless/ath/ath10k/debug.c 	data[i++] = pdev_stats->cycle_count;
pdev_stats       1191 drivers/net/wireless/ath/ath10k/debug.c 	data[i++] = pdev_stats->phy_err_count;
pdev_stats       1192 drivers/net/wireless/ath/ath10k/debug.c 	data[i++] = pdev_stats->rts_bad;
pdev_stats       1193 drivers/net/wireless/ath/ath10k/debug.c 	data[i++] = pdev_stats->rts_good;
pdev_stats       1194 drivers/net/wireless/ath/ath10k/debug.c 	data[i++] = pdev_stats->chan_tx_power;
pdev_stats       1195 drivers/net/wireless/ath/ath10k/debug.c 	data[i++] = pdev_stats->fcs_bad;
pdev_stats       1196 drivers/net/wireless/ath/ath10k/debug.c 	data[i++] = pdev_stats->no_beacons;
pdev_stats       1197 drivers/net/wireless/ath/ath10k/debug.c 	data[i++] = pdev_stats->mpdu_enqued;
pdev_stats       1198 drivers/net/wireless/ath/ath10k/debug.c 	data[i++] = pdev_stats->msdu_enqued;
pdev_stats       1199 drivers/net/wireless/ath/ath10k/debug.c 	data[i++] = pdev_stats->wmm_drop;
pdev_stats       1200 drivers/net/wireless/ath/ath10k/debug.c 	data[i++] = pdev_stats->local_enqued;
pdev_stats       1201 drivers/net/wireless/ath/ath10k/debug.c 	data[i++] = pdev_stats->local_freed;
pdev_stats       1202 drivers/net/wireless/ath/ath10k/debug.c 	data[i++] = pdev_stats->hw_queued;
pdev_stats       1203 drivers/net/wireless/ath/ath10k/debug.c 	data[i++] = pdev_stats->hw_reaped;
pdev_stats       1204 drivers/net/wireless/ath/ath10k/debug.c 	data[i++] = pdev_stats->underrun;
pdev_stats       1205 drivers/net/wireless/ath/ath10k/debug.c 	data[i++] = pdev_stats->tx_abort;
pdev_stats       1206 drivers/net/wireless/ath/ath10k/debug.c 	data[i++] = pdev_stats->mpdus_requed;
pdev_stats       1207 drivers/net/wireless/ath/ath10k/debug.c 	data[i++] = pdev_stats->tx_ko;
pdev_stats       1208 drivers/net/wireless/ath/ath10k/debug.c 	data[i++] = pdev_stats->data_rc;
pdev_stats       1209 drivers/net/wireless/ath/ath10k/debug.c 	data[i++] = pdev_stats->sw_retry_failure;
pdev_stats       1210 drivers/net/wireless/ath/ath10k/debug.c 	data[i++] = pdev_stats->illgl_rate_phy_err;
pdev_stats       1211 drivers/net/wireless/ath/ath10k/debug.c 	data[i++] = pdev_stats->pdev_cont_xretry;
pdev_stats       1212 drivers/net/wireless/ath/ath10k/debug.c 	data[i++] = pdev_stats->pdev_tx_timeout;
pdev_stats       1213 drivers/net/wireless/ath/ath10k/debug.c 	data[i++] = pdev_stats->txop_ovf;
pdev_stats       1214 drivers/net/wireless/ath/ath10k/debug.c 	data[i++] = pdev_stats->pdev_resets;
pdev_stats       1215 drivers/net/wireless/ath/ath10k/debug.c 	data[i++] = pdev_stats->mid_ppdu_route_change;
pdev_stats       1216 drivers/net/wireless/ath/ath10k/debug.c 	data[i++] = pdev_stats->status_rcvd;
pdev_stats       1217 drivers/net/wireless/ath/ath10k/debug.c 	data[i++] = pdev_stats->r0_frags;
pdev_stats       1218 drivers/net/wireless/ath/ath10k/debug.c 	data[i++] = pdev_stats->r1_frags;
pdev_stats       1219 drivers/net/wireless/ath/ath10k/debug.c 	data[i++] = pdev_stats->r2_frags;
pdev_stats       1220 drivers/net/wireless/ath/ath10k/debug.c 	data[i++] = pdev_stats->r3_frags;
pdev_stats       1221 drivers/net/wireless/ath/ath10k/debug.c 	data[i++] = pdev_stats->htt_msdus;
pdev_stats       1222 drivers/net/wireless/ath/ath10k/debug.c 	data[i++] = pdev_stats->htt_mpdus;
pdev_stats       1223 drivers/net/wireless/ath/ath10k/debug.c 	data[i++] = pdev_stats->loc_msdus;
pdev_stats       1224 drivers/net/wireless/ath/ath10k/debug.c 	data[i++] = pdev_stats->loc_mpdus;
pdev_stats       1225 drivers/net/wireless/ath/ath10k/debug.c 	data[i++] = pdev_stats->phy_errs;
pdev_stats       1226 drivers/net/wireless/ath/ath10k/debug.c 	data[i++] = pdev_stats->phy_err_drop;
pdev_stats       1227 drivers/net/wireless/ath/ath10k/debug.c 	data[i++] = pdev_stats->mpdu_errs;