Searched refs:tried_mpdu_cnt_hist (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/ |
H A D | debugfs_htt_stats.h | 242 u32 tried_mpdu_cnt_hist[]; /* HTT_TX_PDEV_TRIED_MPDU_CNT_HIST */ member 589 u32 tried_mpdu_cnt_hist[]; /* HTT_TX_HWQ_TRIED_MPDU_CNT_HIST */ member
|
H A D | debugfs_htt_stats.c | 356 char tried_mpdu_cnt_hist[HTT_MAX_STRING_LEN] = {0}; in htt_print_tx_pdev_stats_tried_mpdu_cnt_hist_tlv_v() local 366 ARRAY_TO_STRING(tried_mpdu_cnt_hist, in htt_print_tx_pdev_stats_tried_mpdu_cnt_hist_tlv_v() 367 htt_stats_buf->tried_mpdu_cnt_hist, in htt_print_tx_pdev_stats_tried_mpdu_cnt_hist_tlv_v() 369 len += HTT_DBG_OUT(buf + len, buf_len - len, "tried_mpdu_cnt_hist = %s\n", in htt_print_tx_pdev_stats_tried_mpdu_cnt_hist_tlv_v() 370 tried_mpdu_cnt_hist); in htt_print_tx_pdev_stats_tried_mpdu_cnt_hist_tlv_v() 1225 char tried_mpdu_cnt_hist[HTT_MAX_STRING_LEN] = {0}; in htt_print_tx_hwq_tried_mpdu_cnt_hist_tlv_v() local 1236 ARRAY_TO_STRING(tried_mpdu_cnt_hist, in htt_print_tx_hwq_tried_mpdu_cnt_hist_tlv_v() 1237 htt_stats_buf->tried_mpdu_cnt_hist, in htt_print_tx_hwq_tried_mpdu_cnt_hist_tlv_v() 1240 "tried_mpdu_cnt_hist = %s\n", in htt_print_tx_hwq_tried_mpdu_cnt_hist_tlv_v() 1241 tried_mpdu_cnt_hist); in htt_print_tx_hwq_tried_mpdu_cnt_hist_tlv_v() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/ |
H A D | debugfs_htt_stats.h | 261 u32 tried_mpdu_cnt_hist[]; /* HTT_TX_PDEV_TRIED_MPDU_CNT_HIST */ member 632 u32 tried_mpdu_cnt_hist[]; /* HTT_TX_HWQ_TRIED_MPDU_CNT_HIST */ member
|
H A D | debugfs_htt_stats.c | 360 PRINT_ARRAY_TO_BUF(buf, len, htt_stats_buf->tried_mpdu_cnt_hist, in htt_print_tx_pdev_stats_tried_mpdu_cnt_hist_tlv_v() 361 "tried_mpdu_cnt_hist", num_elements, "\n\n"); in htt_print_tx_pdev_stats_tried_mpdu_cnt_hist_tlv_v() 1156 PRINT_ARRAY_TO_BUF(buf, len, htt_stats_buf->tried_mpdu_cnt_hist, in htt_print_tx_hwq_tried_mpdu_cnt_hist_tlv_v() 1157 "tried_mpdu_cnt_hist", num_elements, "\n\n"); in htt_print_tx_hwq_tried_mpdu_cnt_hist_tlv_v()
|
Completed in 21 milliseconds