Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/wireless/ath/ath11k/
Dwmi.c4713 struct wmi_pdev_bss_chan_info_event *bss_ch_info_ev) in ath11k_pull_pdev_bss_chan_info_ev() argument
4733 bss_ch_info_ev->pdev_id = ev->pdev_id; in ath11k_pull_pdev_bss_chan_info_ev()
4734 bss_ch_info_ev->freq = ev->freq; in ath11k_pull_pdev_bss_chan_info_ev()
4735 bss_ch_info_ev->noise_floor = ev->noise_floor; in ath11k_pull_pdev_bss_chan_info_ev()
4736 bss_ch_info_ev->rx_clear_count_low = ev->rx_clear_count_low; in ath11k_pull_pdev_bss_chan_info_ev()
4737 bss_ch_info_ev->rx_clear_count_high = ev->rx_clear_count_high; in ath11k_pull_pdev_bss_chan_info_ev()
4738 bss_ch_info_ev->cycle_count_low = ev->cycle_count_low; in ath11k_pull_pdev_bss_chan_info_ev()
4739 bss_ch_info_ev->cycle_count_high = ev->cycle_count_high; in ath11k_pull_pdev_bss_chan_info_ev()
4740 bss_ch_info_ev->tx_cycle_count_low = ev->tx_cycle_count_low; in ath11k_pull_pdev_bss_chan_info_ev()
4741 bss_ch_info_ev->tx_cycle_count_high = ev->tx_cycle_count_high; in ath11k_pull_pdev_bss_chan_info_ev()
[all …]