Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/ath/ath11k/
Dwmi.c5524 u32 len, struct wmi_chan_info_event *ch_info_ev) in ath11k_pull_chan_info_ev() argument
5544 ch_info_ev->err_code = ev->err_code; in ath11k_pull_chan_info_ev()
5545 ch_info_ev->freq = ev->freq; in ath11k_pull_chan_info_ev()
5546 ch_info_ev->cmd_flags = ev->cmd_flags; in ath11k_pull_chan_info_ev()
5547 ch_info_ev->noise_floor = ev->noise_floor; in ath11k_pull_chan_info_ev()
5548 ch_info_ev->rx_clear_count = ev->rx_clear_count; in ath11k_pull_chan_info_ev()
5549 ch_info_ev->cycle_count = ev->cycle_count; in ath11k_pull_chan_info_ev()
5550 ch_info_ev->chan_tx_pwr_range = ev->chan_tx_pwr_range; in ath11k_pull_chan_info_ev()
5551 ch_info_ev->chan_tx_pwr_tp = ev->chan_tx_pwr_tp; in ath11k_pull_chan_info_ev()
5552 ch_info_ev->rx_frame_count = ev->rx_frame_count; in ath11k_pull_chan_info_ev()
[all …]