Home
last modified time | relevance | path

Searched refs:tx_frame_count (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
H A Dcore.h745 u32 tx_frame_count; member
H A Dwmi.c4786 dst->tx_frame_count = src->tx_frame_count; in ath11k_wmi_pull_pdev_stats_base()
5031 "TX frame count", pdev->tx_frame_count); in ath11k_wmi_fw_pdev_base_stats_fill()
H A Dwmi.h4085 u32 tx_frame_count; /* Cycles spent transmitting frames */ member
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H A Dcore.h273 u32 tx_frame_count; /* Cycles spent transmitting frames */ member
H A Dwmi.c2852 dst->tx_frame_count = __le32_to_cpu(src->tx_frame_count); in ath10k_wmi_pull_pdev_stats_base()
8207 "TX frame count", pdev->tx_frame_count); in ath10k_wmi_fw_pdev_base_stats_fill()
H A Dwmi.h4664 __le32 tx_frame_count; /* Cycles spent transmitting frames */ member
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H A Dcore.h1005 u32 tx_frame_count; member
H A Dwmi.c6297 dst->tx_frame_count = src->tx_frame_count; in ath11k_wmi_pull_pdev_stats_base()
6670 "TX frame count", pdev->tx_frame_count); in ath11k_wmi_fw_pdev_base_stats_fill()
H A Dwmi.h4588 u32 tx_frame_count; /* Cycles spent transmitting frames */ member
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H A Dcore.h275 u32 tx_frame_count; /* Cycles spent transmitting frames */ member
H A Dwmi.c2852 dst->tx_frame_count = __le32_to_cpu(src->tx_frame_count); in ath10k_wmi_pull_pdev_stats_base()
8185 "TX frame count", pdev->tx_frame_count); in ath10k_wmi_fw_pdev_base_stats_fill()
H A Dwmi.h4668 __le32 tx_frame_count; /* Cycles spent transmitting frames */ member
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dmain.c841 int tx_frame_count; in brcms_c_dotxstatus() local
917 tx_frame_count = in brcms_c_dotxstatus()
955 if ((tx_frame_count > fbl) && (txrate[1].idx >= 0)) { in brcms_c_dotxstatus()
961 txrate[1].count = tx_frame_count - fbl; in brcms_c_dotxstatus()
967 txrate[0].count = tx_frame_count; in brcms_c_dotxstatus()
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dmain.c841 int tx_frame_count; in brcms_c_dotxstatus() local
917 tx_frame_count = in brcms_c_dotxstatus()
955 if ((tx_frame_count > fbl) && (txrate[1].idx >= 0)) { in brcms_c_dotxstatus()
961 txrate[1].count = tx_frame_count - fbl; in brcms_c_dotxstatus()
967 txrate[0].count = tx_frame_count; in brcms_c_dotxstatus()

Completed in 134 milliseconds