Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath12k/
H A Dwmi.c5258 u32 len, struct wmi_chan_info_event *ch_info_ev) in ath12k_pull_chan_info_ev() argument
5278 ch_info_ev->err_code = ev->err_code; in ath12k_pull_chan_info_ev()
5279 ch_info_ev->freq = ev->freq; in ath12k_pull_chan_info_ev()
5280 ch_info_ev->cmd_flags = ev->cmd_flags; in ath12k_pull_chan_info_ev()
5281 ch_info_ev->noise_floor = ev->noise_floor; in ath12k_pull_chan_info_ev()
5282 ch_info_ev->rx_clear_count = ev->rx_clear_count; in ath12k_pull_chan_info_ev()
5283 ch_info_ev->cycle_count = ev->cycle_count; in ath12k_pull_chan_info_ev()
5284 ch_info_ev->chan_tx_pwr_range = ev->chan_tx_pwr_range; in ath12k_pull_chan_info_ev()
5285 ch_info_ev->chan_tx_pwr_tp = ev->chan_tx_pwr_tp; in ath12k_pull_chan_info_ev()
5286 ch_info_ev->rx_frame_count = ev->rx_frame_count; in ath12k_pull_chan_info_ev()
[all …]
/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Dwmi.c6156 u32 len, struct wmi_chan_info_event *ch_info_ev) in ath11k_pull_chan_info_ev() argument
6176 ch_info_ev->err_code = ev->err_code; in ath11k_pull_chan_info_ev()
6177 ch_info_ev->freq = ev->freq; in ath11k_pull_chan_info_ev()
6178 ch_info_ev->cmd_flags = ev->cmd_flags; in ath11k_pull_chan_info_ev()
6179 ch_info_ev->noise_floor = ev->noise_floor; in ath11k_pull_chan_info_ev()
6180 ch_info_ev->rx_clear_count = ev->rx_clear_count; in ath11k_pull_chan_info_ev()
6181 ch_info_ev->cycle_count = ev->cycle_count; in ath11k_pull_chan_info_ev()
6182 ch_info_ev->chan_tx_pwr_range = ev->chan_tx_pwr_range; in ath11k_pull_chan_info_ev()
6183 ch_info_ev->chan_tx_pwr_tp = ev->chan_tx_pwr_tp; in ath11k_pull_chan_info_ev()
6184 ch_info_ev->rx_frame_count = ev->rx_frame_count; in ath11k_pull_chan_info_ev()
[all …]