Home
last modified time | relevance | path

Searched refs:txop_ovf (Results 1 – 10 of 10) sorted by relevance

/linux-5.19.10/drivers/net/wireless/ath/ath11k/
Dcore.h1036 u32 txop_ovf; member
Ddebugfs_htt_stats.h169 u32 txop_ovf; member
Dwmi.c5701 dst->txop_ovf = src->txop_ovf; in ath11k_wmi_pull_pdev_stats_tx()
6137 "MPDU is more than txop limit", pdev->txop_ovf); in ath11k_wmi_fw_pdev_tx_stats_fill()
Dwmi.h4328 u32 txop_ovf; member
Ddebugfs_htt_stats.c113 htt_stats_buf->txop_ovf); in htt_print_tx_pdev_stats_cmn_tlv()
/linux-5.19.10/drivers/net/wireless/ath/ath10k/
Dcore.h311 u32 txop_ovf; member
Dhtt.h1310 __le32 txop_ovf; member
Dwmi.c2884 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()
Dwmi.h4412 __le32 txop_ovf; member
4485 __le32 txop_ovf; member
Ddebug.c1215 data[i++] = pdev_stats->txop_ovf; in ath10k_debug_get_et_stats()