Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath11k/
A Dcore.h772 u32 tx_frame_count; member
A Dwmi.c5236 dst->tx_frame_count = src->tx_frame_count; in ath11k_wmi_pull_pdev_stats_base()
5494 "TX frame count", pdev->tx_frame_count); in ath11k_wmi_fw_pdev_base_stats_fill()
A Dwmi.h4182 u32 tx_frame_count; /* Cycles spent transmitting frames */ member
/linux/drivers/net/wireless/ath/ath10k/
A Dcore.h278 u32 tx_frame_count; /* Cycles spent transmitting frames */ member
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()
A Dwmi.h4666 __le32 tx_frame_count; /* Cycles spent transmitting frames */ member
/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
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 123 milliseconds