Home
last modified time | relevance | path

Searched refs:tx_cycle_count_high (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/dev/athk/ath12k/
H A Dwmi.c5495 bss_ch_info_ev->tx_cycle_count_high = ev->tx_cycle_count_high; in ath12k_pull_pdev_bss_chan_info_ev()
6378 tx = (u64)(le32_to_cpu(bss_ch_info_ev.tx_cycle_count_high)) << 32 | in ath12k_pdev_bss_chan_info_event()
H A Dwmi.h4047 __le32 tx_cycle_count_high; member
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dwmi.c6517 bss_ch_info_ev->tx_cycle_count_high = ev->tx_cycle_count_high; in ath11k_pull_pdev_bss_chan_info_ev()
8303 tx = (u64)(bss_ch_info_ev.tx_cycle_count_high) << 32 | in ath11k_pdev_bss_chan_info_event()
H A Dwmi.h4537 u32 tx_cycle_count_high; member