Home
last modified time | relevance | path

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

/src/sys/contrib/dev/athk/ath11k/
H A Dwmi.c6648 bss_ch_info_ev->tx_cycle_count_high = ev->tx_cycle_count_high; in ath11k_pull_pdev_bss_chan_info_ev()
8320 tx = (u64)(bss_ch_info_ev.tx_cycle_count_high) << 32 | in ath11k_pdev_bss_chan_info_event()
H A Dwmi.h4554 u32 tx_cycle_count_high; member
/src/sys/contrib/dev/athk/ath12k/
H A Dwmi.c6867 bss_ch_info_ev->tx_cycle_count_high = ev->tx_cycle_count_high; in ath12k_pull_pdev_bss_chan_info_ev()
7812 tx = (u64)(le32_to_cpu(bss_ch_info_ev.tx_cycle_count_high)) << 32 | in ath12k_pdev_bss_chan_info_event()
H A Dwmi.h4394 __le32 tx_cycle_count_high; member