Searched refs:dcs_param (Results 1 – 4 of 4) sorted by relevance
72 &ev.dcs_param) != in target_if_dcs_interference_event_handler()78 if (ev.dcs_param.interference_type == WLAN_HOST_DCS_WLANIM && in target_if_dcs_interference_event_handler()85 if (ev.dcs_param.interference_type == WLAN_HOST_DCS_AWGNIM && in target_if_dcs_interference_event_handler()
46 event->dcs_param.interference_type = WLAN_HOST_DCS_AFC; in tgt_afc_trigger_dcs()47 event->dcs_param.pdev_id = wlan_objmgr_pdev_get_pdev_id(pdev); in tgt_afc_trigger_dcs()
690 wlan_dcs_set_algorithm_process(psoc, event->dcs_param.pdev_id, false); in wlan_dcs_frequency_control()696 event->dcs_param.pdev_id; in wlan_dcs_frequency_control()711 dcs_psoc_priv->dcs_cbk.cbk(psoc, event->dcs_param.pdev_id, in wlan_dcs_frequency_control()712 event->dcs_param.interference_type, in wlan_dcs_frequency_control()1864 event->dcs_param.pdev_id); in wlan_dcs_process()1874 event->dcs_param.interference_type, in wlan_dcs_process()1875 event->dcs_param.pdev_id); in wlan_dcs_process()1877 switch (event->dcs_param.interference_type) { in wlan_dcs_process()1904 wlan_dcs_awgn_process(psoc, event->dcs_param.pdev_id, in wlan_dcs_process()1908 wlan_dcs_afc_process(psoc, event->dcs_param.pdev_id); in wlan_dcs_process()
164 struct wlan_host_dcs_interference_param dcs_param; member