Searched refs:txop_ovf (Results 1 - 20 of 20) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/ |
H A D | core.h | 807 u32 txop_ovf; member
|
H A D | debugfs_htt_stats.h | 159 u32 txop_ovf; member
|
H A D | wmi.c | 4820 dst->txop_ovf = src->txop_ovf; in ath11k_wmi_pull_pdev_stats_tx() 5104 "MPDU is more than txop limit", pdev->txop_ovf); in ath11k_wmi_fw_pdev_tx_stats_fill()
|
H A D | wmi.h | 4170 u32 txop_ovf; member
|
H A D | debugfs_htt_stats.c | 109 len += HTT_DBG_OUT(buf + len, buf_len - len, "txop_ovf = %u", in htt_print_tx_pdev_stats_cmn_tlv() 110 htt_stats_buf->txop_ovf); in htt_print_tx_pdev_stats_cmn_tlv()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/ |
H A D | core.h | 309 u32 txop_ovf; member
|
H A D | htt.h | 1316 __le32 txop_ovf; member
|
H A D | wmi.c | 2884 dst->txop_ovf = __le32_to_cpu(src->txop_ovf); in ath10k_wmi_pull_pdev_stats_tx() 2912 dst->txop_ovf = __le32_to_cpu(src->txop_ovf); in ath10k_wmi_10_4_pull_pdev_stats_tx() 8299 "MPDU is more than txop limit", pdev->txop_ovf); in ath10k_wmi_fw_pdev_tx_stats_fill()
|
H A D | wmi.h | 4408 __le32 txop_ovf; member 4481 __le32 txop_ovf; member
|
H A D | debug.c | 1215 data[i++] = pdev_stats->txop_ovf; in ath10k_debug_get_et_stats()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/ |
H A D | core.h | 1070 u32 txop_ovf; member
|
H A D | debugfs_htt_stats.h | 173 u32 txop_ovf; member
|
H A D | wmi.c | 6333 dst->txop_ovf = src->txop_ovf; in ath11k_wmi_pull_pdev_stats_tx() 6747 "MPDU is more than txop limit", pdev->txop_ovf); in ath11k_wmi_fw_pdev_tx_stats_fill()
|
H A D | wmi.h | 4678 u32 txop_ovf; member
|
H A D | debugfs_htt_stats.c | 113 len += scnprintf(buf + len, buf_len - len, "txop_ovf = %u\n", in htt_print_tx_pdev_stats_cmn_tlv() 114 htt_stats_buf->txop_ovf); in htt_print_tx_pdev_stats_cmn_tlv()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/ |
H A D | core.h | 311 u32 txop_ovf; member
|
H A D | wmi.c | 2884 dst->txop_ovf = __le32_to_cpu(src->txop_ovf); in ath10k_wmi_pull_pdev_stats_tx() 2912 dst->txop_ovf = __le32_to_cpu(src->txop_ovf); in ath10k_wmi_10_4_pull_pdev_stats_tx() 8277 "MPDU is more than txop limit", pdev->txop_ovf); in ath10k_wmi_fw_pdev_tx_stats_fill()
|
H A D | htt.h | 1312 __le32 txop_ovf; member
|
H A D | wmi.h | 4412 __le32 txop_ovf; member 4485 __le32 txop_ovf; member
|
H A D | debug.c | 1216 data[i++] = pdev_stats->txop_ovf; in ath10k_debug_get_et_stats()
|
Completed in 172 milliseconds