Searched refs:rx_params (Results 1 – 3 of 3) sorted by relevance
398 struct rpu_conf_rx_radio_test_params rx_params; in nrf_wifi_rt_fmac_prog_rx() local409 nrf_wifi_osal_mem_set(&rx_params, in nrf_wifi_rt_fmac_prog_rx()411 sizeof(rx_params)); in nrf_wifi_rt_fmac_prog_rx()413 rx_params.nss = params->nss; in nrf_wifi_rt_fmac_prog_rx()415 nrf_wifi_osal_mem_cpy(rx_params.rf_params, in nrf_wifi_rt_fmac_prog_rx()419 nrf_wifi_osal_mem_cpy(&rx_params.chan, in nrf_wifi_rt_fmac_prog_rx()421 sizeof(rx_params.chan)); in nrf_wifi_rt_fmac_prog_rx()423 rx_params.phy_threshold = params->phy_threshold; in nrf_wifi_rt_fmac_prog_rx()424 rx_params.phy_calib = params->phy_calib; in nrf_wifi_rt_fmac_prog_rx()425 rx_params.rx = params->rx; in nrf_wifi_rt_fmac_prog_rx()[all …]
258 struct rpu_conf_rx_radio_test_params *rx_params) in umac_cmd_rt_prog_rx() argument283 rx_params, in umac_cmd_rt_prog_rx()
39 struct rpu_conf_rx_radio_test_params *rx_params);