Home
last modified time | relevance | path

Searched refs:dcs_param (Results 1 – 4 of 4) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/target_if/dcs/src/
H A Dtarget_if_dcs.c72 &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()
/wlan-driver/qca-wifi-host-cmn/umac/dcs/dispatcher/src/
H A Dwlan_dcs_tgt_api.c46 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()
/wlan-driver/qca-wifi-host-cmn/umac/dcs/core/src/
H A Dwlan_dcs.c690 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()
/wlan-driver/qca-wifi-host-cmn/umac/dcs/dispatcher/inc/
H A Dwlan_dcs_public_structs.h164 struct wlan_host_dcs_interference_param dcs_param; member