Home
last modified time | relevance | path

Searched refs:rx_frame_count (Results 1 – 15 of 15) 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
1113 rx_frame_count = OS_REG_READ(ah, AR_RFCNT); in ar9300_ani_get_listen_time()
1134 int32_t rfdelta = rx_frame_count - ani_state->rx_frame_count; in ar9300_ani_get_listen_time()
1157 ani_state->rx_frame_count = rx_frame_count; in ar9300_ani_get_listen_time()
H A Dar9300_freebsd_inc.h166 u_int32_t rx_frame_count; member
H A Dar9300_misc.c2119 p_cnts->rx_frame_count = OS_REG_READ(ah, AR_RFCNT); in ar9300_get_mib_cycle_counts()
2125 p_cnts->rx_frame_count) ? AH_FALSE : AH_TRUE; in ar9300_get_mib_cycle_counts()
3130 p_stats->rx_frame_count = OS_REG_READ(ah, AR_RFCNT);
H A Dar9300.h175 u_int32_t rx_frame_count; /* Last rx Frame count */ member
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dcore.h285 u32 rx_frame_count; /* Cycles spent receiving frames */ member
H A Dwmi.h4697 __le32 rx_frame_count; /* Cycles spent receiving frames */ member
6612 __le32 rx_frame_count; member
6852 __le32 rx_frame_count; member
H A Dwmi-tlv.h1672 __le32 rx_frame_count; member
H A Dwmi.c2724 arg->rx_frame_count = ev->rx_frame_count; in ath10k_wmi_10_4_op_pull_ch_info_ev()
2892 dst->rx_frame_count = __le32_to_cpu(src->rx_frame_count); in ath10k_wmi_pull_pdev_stats_base()
8383 "RX frame count", pdev->rx_frame_count); in ath10k_wmi_fw_pdev_base_stats_fill()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dcore.h1130 u32 rx_frame_count; member
H A Dwmi.c6660 ch_info_ev->rx_frame_count = ev->rx_frame_count; in ath11k_pull_chan_info_ev()
6774 dst->rx_frame_count = src->rx_frame_count; in ath11k_wmi_pull_pdev_stats_base()
7172 "RX frame count", pdev->rx_frame_count); in ath11k_wmi_fw_pdev_base_stats_fill()
H A Dwmi.h4698 u32 rx_frame_count; /* Cycles spent receiving frames */ member
5058 u32 rx_frame_count; member
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dcore.h1206 u32 rx_frame_count; member
H A Dwmi.c6884 ch_info_ev->rx_frame_count = ev->rx_frame_count; in ath12k_pull_chan_info_ev()
8193 "RX frame count", pdev->rx_frame_count); in ath12k_wmi_fw_pdev_base_stats_dump()
8420 dst->rx_frame_count = __le32_to_cpu(src->rx_frame_count); in ath12k_wmi_pull_pdev_stats_base()
H A Dwmi.h4614 __le32 rx_frame_count; member
5985 __le32 rx_frame_count; /* Cycles spent receiving frames */ member
/freebsd/sys/dev/ath/ath_hal/
H A Dah.h613 u_int32_t rx_frame_count; member