Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath12k/
H A Dwmi.c5428 u32 len, struct wmi_chan_info_event *ch_info_ev) in ath12k_pull_chan_info_ev() argument
5448 ch_info_ev->err_code = ev->err_code; in ath12k_pull_chan_info_ev()
5449 ch_info_ev->freq = ev->freq; in ath12k_pull_chan_info_ev()
5450 ch_info_ev->cmd_flags = ev->cmd_flags; in ath12k_pull_chan_info_ev()
5451 ch_info_ev->noise_floor = ev->noise_floor; in ath12k_pull_chan_info_ev()
5452 ch_info_ev->rx_clear_count = ev->rx_clear_count; in ath12k_pull_chan_info_ev()
5453 ch_info_ev->cycle_count = ev->cycle_count; in ath12k_pull_chan_info_ev()
5454 ch_info_ev->chan_tx_pwr_range = ev->chan_tx_pwr_range; in ath12k_pull_chan_info_ev()
5455 ch_info_ev->chan_tx_pwr_tp = ev->chan_tx_pwr_tp; in ath12k_pull_chan_info_ev()
5456 ch_info_ev->rx_frame_count = ev->rx_frame_count; in ath12k_pull_chan_info_ev()
[all …]
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dwmi.c6450 u32 len, struct wmi_chan_info_event *ch_info_ev) in ath11k_pull_chan_info_ev() argument
6470 ch_info_ev->err_code = ev->err_code; in ath11k_pull_chan_info_ev()
6471 ch_info_ev->freq = ev->freq; in ath11k_pull_chan_info_ev()
6472 ch_info_ev->cmd_flags = ev->cmd_flags; in ath11k_pull_chan_info_ev()
6473 ch_info_ev->noise_floor = ev->noise_floor; in ath11k_pull_chan_info_ev()
6474 ch_info_ev->rx_clear_count = ev->rx_clear_count; in ath11k_pull_chan_info_ev()
6475 ch_info_ev->cycle_count = ev->cycle_count; in ath11k_pull_chan_info_ev()
6476 ch_info_ev->chan_tx_pwr_range = ev->chan_tx_pwr_range; in ath11k_pull_chan_info_ev()
6477 ch_info_ev->chan_tx_pwr_tp = ev->chan_tx_pwr_tp; in ath11k_pull_chan_info_ev()
6478 ch_info_ev->rx_frame_count = ev->rx_frame_count; in ath11k_pull_chan_info_ev()
[all …]