Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath10k/
H A Dcore.h279 u32 tx_frame_count; /* Cycles spent transmitting frames */ member
H A Dwmi.c2881 dst->tx_frame_count = __le32_to_cpu(src->tx_frame_count); in ath10k_wmi_pull_pdev_stats_base()
8257 "TX frame count", pdev->tx_frame_count); in ath10k_wmi_fw_pdev_base_stats_fill()
H A Dwmi.h4696 __le32 tx_frame_count; /* Cycles spent transmitting frames */ member
/linux/drivers/net/wireless/ath/ath11k/
H A Dcore.h1105 u32 tx_frame_count; member
H A Dwmi.c6477 dst->tx_frame_count = src->tx_frame_count; in ath11k_wmi_pull_pdev_stats_base()
6850 "TX frame count", pdev->tx_frame_count); in ath11k_wmi_fw_pdev_base_stats_fill()
H A Dwmi.h4694 u32 tx_frame_count; /* Cycles spent transmitting frames */ member
/linux/drivers/net/wireless/ath/ath12k/
H A Dcore.h1184 u32 tx_frame_count; member
H A Dwmi.c7948 "TX frame count", pdev->tx_frame_count); in ath12k_wmi_fw_pdev_base_stats_dump()
8176 dst->tx_frame_count = __le32_to_cpu(src->tx_frame_count); in ath12k_wmi_pull_pdev_stats_base()
H A Dwmi.h5984 __le32 tx_frame_count; /* Cycles spent transmitting frames */ member
/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dmain.c833 int tx_frame_count; in brcms_c_dotxstatus() local
909 tx_frame_count = in brcms_c_dotxstatus()
947 if ((tx_frame_count > fbl) && (txrate[1].idx >= 0)) { in brcms_c_dotxstatus()
953 txrate[1].count = tx_frame_count - fbl; in brcms_c_dotxstatus()
959 txrate[0].count = tx_frame_count; in brcms_c_dotxstatus()