Searched refs:ch_info_ev (Results 1 – 2 of 2) sorted by relevance
6285 struct wmi_chan_info_event *ch_info_ev) in ath11k_pull_chan_info_ev() argument6305 ch_info_ev->err_code = ev->err_code; in ath11k_pull_chan_info_ev()6306 ch_info_ev->freq = ev->freq; in ath11k_pull_chan_info_ev()6307 ch_info_ev->cmd_flags = ev->cmd_flags; in ath11k_pull_chan_info_ev()6308 ch_info_ev->noise_floor = ev->noise_floor; in ath11k_pull_chan_info_ev()6309 ch_info_ev->rx_clear_count = ev->rx_clear_count; in ath11k_pull_chan_info_ev()6310 ch_info_ev->cycle_count = ev->cycle_count; in ath11k_pull_chan_info_ev()6311 ch_info_ev->chan_tx_pwr_range = ev->chan_tx_pwr_range; in ath11k_pull_chan_info_ev()6312 ch_info_ev->chan_tx_pwr_tp = ev->chan_tx_pwr_tp; in ath11k_pull_chan_info_ev()6313 ch_info_ev->rx_frame_count = ev->rx_frame_count; in ath11k_pull_chan_info_ev()[all …]
6588 struct wmi_chan_info_event *ch_info_ev) in ath12k_pull_chan_info_ev() argument6608 ch_info_ev->err_code = ev->err_code; in ath12k_pull_chan_info_ev()6609 ch_info_ev->freq = ev->freq; in ath12k_pull_chan_info_ev()6610 ch_info_ev->cmd_flags = ev->cmd_flags; in ath12k_pull_chan_info_ev()6611 ch_info_ev->noise_floor = ev->noise_floor; in ath12k_pull_chan_info_ev()6612 ch_info_ev->rx_clear_count = ev->rx_clear_count; in ath12k_pull_chan_info_ev()6613 ch_info_ev->cycle_count = ev->cycle_count; in ath12k_pull_chan_info_ev()6614 ch_info_ev->chan_tx_pwr_range = ev->chan_tx_pwr_range; in ath12k_pull_chan_info_ev()6615 ch_info_ev->chan_tx_pwr_tp = ev->chan_tx_pwr_tp; in ath12k_pull_chan_info_ev()6616 ch_info_ev->rx_frame_count = ev->rx_frame_count; in ath12k_pull_chan_info_ev()[all …]