Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath10k/
H A Dcore.h280 u32 tx_frame_count; /* Cycles spent transmitting frames */ member
/linux/drivers/net/wireless/ath/ath11k/
H A Dcore.h1086 u32 tx_frame_count; member
H A Dwmi.c6417 dst->tx_frame_count = src->tx_frame_count; in ath11k_wmi_pull_pdev_stats_base()
6790 "TX frame count", pdev->tx_frame_count); in ath11k_wmi_fw_pdev_base_stats_fill()
H A Dwmi.h4617 u32 tx_frame_count; /* Cycles spent transmitting frames */ member
/linux/drivers/net/wireless/ath/ath12k/
H A Dcore.h1278 u32 tx_frame_count; member
H A Dwmi.c7811 "TX frame count", pdev->tx_frame_count); in ath12k_wmi_fw_pdev_base_stats_dump()
8041 dst->tx_frame_count = __le32_to_cpu(src->tx_frame_count); in ath12k_wmi_pull_pdev_stats_base()
H A Dwmi.h5919 __le32 tx_frame_count; /* Cycles spent transmitting frames */ member
/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dmain.c834 int tx_frame_count; in brcms_c_dotxstatus() local
910 tx_frame_count = in brcms_c_dotxstatus()
948 if ((tx_frame_count > fbl) && (txrate[1].idx >= 0)) { in brcms_c_dotxstatus()
954 txrate[1].count = tx_frame_count - fbl; in brcms_c_dotxstatus()
960 txrate[0].count = tx_frame_count; in brcms_c_dotxstatus()