Home
last modified time | relevance | path

Searched refs:dfs_tx_ops (Results 1 – 5 of 5) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/dfs/dispatcher/src/
H A Dwlan_dfs_lmac_api.c33 struct wlan_lmac_if_dfs_tx_ops *dfs_tx_ops; in lmac_get_caps() local
43 dfs_tx_ops = &tx_ops->dfs_tx_ops; in lmac_get_caps()
45 if (dfs_tx_ops->dfs_get_caps) in lmac_get_caps()
46 dfs_tx_ops->dfs_get_caps(pdev, dfs_caps); in lmac_get_caps()
52 struct wlan_lmac_if_dfs_tx_ops *dfs_tx_ops; in lmac_get_tsf64() local
63 dfs_tx_ops = &tx_ops->dfs_tx_ops; in lmac_get_tsf64()
65 if (dfs_tx_ops->dfs_gettsf64) in lmac_get_tsf64()
66 dfs_tx_ops->dfs_gettsf64(pdev, &tsf64); in lmac_get_tsf64()
74 struct wlan_lmac_if_dfs_tx_ops *dfs_tx_ops; in lmac_dfs_disable() local
84 dfs_tx_ops = &tx_ops->dfs_tx_ops; in lmac_dfs_disable()
[all …]
H A Dwlan_dfs_tgt_api.c52 return &tx_ops->dfs_tx_ops; in wlan_psoc_get_dfs_txops()
59 struct wlan_lmac_if_dfs_tx_ops *dfs_tx_ops; in tgt_dfs_is_5ghz_supported_in_pdev() local
79 dfs_tx_ops = wlan_psoc_get_dfs_txops(psoc); in tgt_dfs_is_5ghz_supported_in_pdev()
80 if (!(dfs_tx_ops && dfs_tx_ops->dfs_is_pdev_5ghz)) { in tgt_dfs_is_5ghz_supported_in_pdev()
85 status = dfs_tx_ops->dfs_is_pdev_5ghz(pdev, &is_5ghz); in tgt_dfs_is_5ghz_supported_in_pdev()
141 struct wlan_lmac_if_dfs_tx_ops *dfs_tx_ops; in tgt_dfs_radar_enable() local
168 dfs_tx_ops = wlan_psoc_get_dfs_txops(psoc); in tgt_dfs_radar_enable()
169 if (!dfs_tx_ops) { in tgt_dfs_radar_enable()
174 status = dfs_tx_ops->dfs_send_offload_enable_cmd(pdev, enable); in tgt_dfs_radar_enable()
554 struct wlan_lmac_if_dfs_tx_ops *dfs_tx_ops; in tgt_dfs_reg_ev_handler() local
[all …]
H A Dwlan_dfs_init_deinit_api.c438 struct wlan_lmac_if_dfs_tx_ops *dfs_tx_ops; in wlan_dfs_pdev_obj_create_notification() local
468 dfs_tx_ops = wlan_psoc_get_dfs_txops(psoc); in wlan_dfs_pdev_obj_create_notification()
469 if (!(dfs_tx_ops && dfs_tx_ops->dfs_is_pdev_5ghz)) { in wlan_dfs_pdev_obj_create_notification()
474 status = dfs_tx_ops->dfs_is_pdev_5ghz(pdev, &is_5ghz); in wlan_dfs_pdev_obj_create_notification()
503 if (!dfs_tx_ops->dfs_is_tgt_offload) { in wlan_dfs_pdev_obj_create_notification()
510 dfs->dfs_is_offload_enabled = dfs_tx_ops->dfs_is_tgt_offload(psoc); in wlan_dfs_pdev_obj_create_notification()
514 if (!dfs_tx_ops->dfs_is_tgt_bangradar_320_supp) { in wlan_dfs_pdev_obj_create_notification()
522 dfs_tx_ops->dfs_is_tgt_bangradar_320_supp(psoc); in wlan_dfs_pdev_obj_create_notification()
526 if (!dfs_tx_ops->dfs_is_tgt_radar_found_chan_freq_eq_center_freq) { in wlan_dfs_pdev_obj_create_notification()
534 dfs_tx_ops->dfs_is_tgt_radar_found_chan_freq_eq_center_freq(psoc); in wlan_dfs_pdev_obj_create_notification()
/wlan-driver/qca-wifi-host-cmn/target_if/dfs/src/
H A Dtarget_if_dfs.c439 struct wlan_lmac_if_dfs_tx_ops *dfs_tx_ops) in target_if_register_dfs_tx_ops_send_avg() argument
441 dfs_tx_ops->dfs_send_avg_radar_params_to_fw = in target_if_register_dfs_tx_ops_send_avg()
446 struct wlan_lmac_if_dfs_tx_ops *dfs_tx_ops) in target_if_register_dfs_tx_ops_send_avg() argument
453 struct wlan_lmac_if_dfs_tx_ops *dfs_tx_ops; in target_if_register_dfs_tx_ops() local
460 dfs_tx_ops = &tx_ops->dfs_tx_ops; in target_if_register_dfs_tx_ops()
461 dfs_tx_ops->dfs_reg_ev_handler = &target_if_dfs_register_event_handler; in target_if_register_dfs_tx_ops()
463 dfs_tx_ops->dfs_process_emulate_bang_radar_cmd = in target_if_register_dfs_tx_ops()
465 dfs_tx_ops->dfs_agile_ch_cfg_cmd = in target_if_register_dfs_tx_ops()
467 dfs_tx_ops->dfs_ocac_abort_cmd = in target_if_register_dfs_tx_ops()
469 dfs_tx_ops->dfs_is_pdev_5ghz = &target_if_dfs_is_pdev_5ghz; in target_if_register_dfs_tx_ops()
[all …]
/wlan-driver/qca-wifi-host-cmn/umac/global_umac_dispatcher/lmac_if/inc/
H A Dwlan_lmac_if_def.h1859 struct wlan_lmac_if_dfs_tx_ops dfs_tx_ops; member