Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_ani.c1108 u_int32_t tx_frame_count, rx_frame_count, cycle_count; in ar9300_ani_get_listen_time() local
1112 tx_frame_count = OS_REG_READ(ah, AR_TFCNT); in ar9300_ani_get_listen_time()
1135 int32_t tfdelta = tx_frame_count - ani_state->tx_frame_count; in ar9300_ani_get_listen_time()
1156 ani_state->tx_frame_count = tx_frame_count; in ar9300_ani_get_listen_time()
H A Dar9300_freebsd_inc.h165 u_int32_t tx_frame_count; member
H A Dar9300_misc.c2118 p_cnts->tx_frame_count = OS_REG_READ(ah, AR_TFCNT); in ar9300_get_mib_cycle_counts()
2123 p_cnts->tx_frame_count) ? AH_FALSE : AH_TRUE; in ar9300_get_mib_cycle_counts()
3127 p_stats->tx_frame_count = OS_REG_READ(ah, AR_TFCNT);
H A Dar9300.h174 u_int32_t tx_frame_count; /* Last tx_frame_count */ member
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dcore.h284 u32 tx_frame_count; /* Cycles spent transmitting frames */ member
H A Dwmi.c2891 dst->tx_frame_count = __le32_to_cpu(src->tx_frame_count); in ath10k_wmi_pull_pdev_stats_base()
8381 "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
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dcore.h1111 u32 tx_frame_count; member
H A Dwmi.c6714 dst->tx_frame_count = src->tx_frame_count; in ath11k_wmi_pull_pdev_stats_base()
7111 "TX frame count", pdev->tx_frame_count); in ath11k_wmi_fw_pdev_base_stats_fill()
H A Dwmi.h4620 u32 tx_frame_count; /* Cycles spent transmitting frames */ member
/freebsd/sys/dev/ath/ath_hal/
H A Dah.h612 u_int32_t tx_frame_count; member