Searched refs:sched_cmd_reaped (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 | 756 u32 sched_cmd_reaped[0]; /* HTT_TX_PDEV_SCHED_TX_MODE_MAX */ member
|
H A D | debugfs_htt_stats.c | 1815 char sched_cmd_reaped[HTT_MAX_STRING_LEN] = {0}; in htt_print_sched_txq_cmd_reaped_tlv_v() local 1820 ARRAY_TO_STRING(sched_cmd_reaped, htt_stats_buf->sched_cmd_reaped, in htt_print_sched_txq_cmd_reaped_tlv_v() 1822 len += HTT_DBG_OUT(buf + len, buf_len - len, "sched_cmd_reaped = %s\n", in htt_print_sched_txq_cmd_reaped_tlv_v() 1823 sched_cmd_reaped); in htt_print_sched_txq_cmd_reaped_tlv_v()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/ |
H A D | debugfs_htt_stats.h | 822 DECLARE_FLEX_ARRAY(u32, sched_cmd_reaped);
|
H A D | debugfs_htt_stats.c | 1757 PRINT_ARRAY_TO_BUF(buf, len, htt_stats_buf->sched_cmd_reaped, in htt_print_sched_txq_cmd_reaped_tlv_v() 1758 "sched_cmd_reaped", num_elements, "\n\n"); in htt_print_sched_txq_cmd_reaped_tlv_v()
|
Completed in 23 milliseconds