Home
last modified time | relevance | path

Searched refs:hw_intr_name (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/wireless/ath/ath11k/
H A Ddebugfs_htt_stats.h270 u8 hw_intr_name[HTT_STATS_MAX_HW_INTR_NAME_LEN]; member
H A Ddebugfs_htt_stats.c379 char hw_intr_name[HTT_STATS_MAX_HW_INTR_NAME_LEN + 1] = {}; in htt_print_hw_stats_intr_misc_tlv() local
382 memcpy(hw_intr_name, &(htt_stats_buf->hw_intr_name[0]), in htt_print_hw_stats_intr_misc_tlv()
384 len += scnprintf(buf + len, buf_len - len, "hw_intr_name = %s\n", hw_intr_name); in htt_print_hw_stats_intr_misc_tlv()
/linux/drivers/net/wireless/ath/ath12k/
H A Ddebugfs_htt_stats.h741 u8 hw_intr_name[ATH12K_HTT_STATS_MAX_HW_INTR_NAME_LEN]; member
H A Ddebugfs_htt_stats.c872 htt_stats_buf->hw_intr_name); in ath12k_htt_print_hw_stats_intr_misc_tlv()