Home
last modified time | relevance | path

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

/openbmc/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.c378 char hw_intr_name[HTT_STATS_MAX_HW_INTR_NAME_LEN + 1] = {0}; in htt_print_hw_stats_intr_misc_tlv() local
381 memcpy(hw_intr_name, &(htt_stats_buf->hw_intr_name[0]), in htt_print_hw_stats_intr_misc_tlv()
383 len += scnprintf(buf + len, buf_len - len, "hw_intr_name = %s\n", hw_intr_name); in htt_print_hw_stats_intr_misc_tlv()