Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath12k/
H A Dwmi.c5499 bss_ch_info_ev->rx_bss_cycle_count_high = ev->rx_bss_cycle_count_high; in ath12k_pull_pdev_bss_chan_info_ev()
6384 rx_bss = (u64)(le32_to_cpu(bss_ch_info_ev.rx_bss_cycle_count_high)) << 32 | in ath12k_pdev_bss_chan_info_event()
H A Dwmi.h4053 __le32 rx_bss_cycle_count_high; member
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dwmi.c6521 bss_ch_info_ev->rx_bss_cycle_count_high = ev->rx_bss_cycle_count_high; in ath11k_pull_pdev_bss_chan_info_ev()
8309 rx_bss = (u64)(bss_ch_info_ev.rx_bss_cycle_count_high) << 32 | in ath11k_pdev_bss_chan_info_event()
H A Dwmi.h4543 u32 rx_bss_cycle_count_high; member