Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/dfs/core/src/filtering/
H A Ddfs_partial_offload_radar.c431 struct wlan_lmac_if_target_tx_ops *tgt_tx_ops; in dfs_set_adrastea_rf_thrshold() local
440 tgt_tx_ops = &tx_ops->target_tx_ops; in dfs_set_adrastea_rf_thrshold()
442 if (tgt_tx_ops->tgt_is_tgt_type_adrastea(target_type) && in dfs_set_adrastea_rf_thrshold()
522 struct wlan_lmac_if_target_tx_ops *tgt_tx_ops) in dfs_assign_mkk_bin5_radars() argument
524 if (tgt_tx_ops->tgt_is_tgt_type_ar900b(target_type)) { in dfs_assign_mkk_bin5_radars()
528 } else if (tgt_tx_ops->tgt_is_tgt_type_qca9984(target_type) || in dfs_assign_mkk_bin5_radars()
529 tgt_tx_ops->tgt_is_tgt_type_qca9888(target_type)) { in dfs_assign_mkk_bin5_radars()
544 struct wlan_lmac_if_target_tx_ops *tgt_tx_ops; in dfs_get_po_radars() local
575 tgt_tx_ops = &tx_ops->target_tx_ops; in dfs_get_po_radars()
580 dfs_assign_fcc_pulse_table(&rinfo, target_type, tgt_tx_ops); in dfs_get_po_radars()
[all …]
/wlan-driver/qca-wifi-host-cmn/umac/dfs/core/src/misc/
H A Ddfs.c868 struct wlan_lmac_if_target_tx_ops *tgt_tx_ops; in dfs_is_true_160mhz_supported() local
878 tgt_tx_ops = &tx_ops->target_tx_ops; in dfs_is_true_160mhz_supported()
879 if (tgt_tx_ops->tgt_is_tgt_type_qcn9000 && in dfs_is_true_160mhz_supported()
880 tgt_tx_ops->tgt_is_tgt_type_qcn9000(target_type)) in dfs_is_true_160mhz_supported()
883 if (tgt_tx_ops->tgt_is_tgt_type_qcn6122 && in dfs_is_true_160mhz_supported()
884 tgt_tx_ops->tgt_is_tgt_type_qcn6122(target_type)) in dfs_is_true_160mhz_supported()
887 if (tgt_tx_ops->tgt_is_tgt_type_qcn9160 && in dfs_is_true_160mhz_supported()
888 tgt_tx_ops->tgt_is_tgt_type_qcn9160(target_type)) in dfs_is_true_160mhz_supported()
891 if (tgt_tx_ops->tgt_is_tgt_type_qcn6432 && in dfs_is_true_160mhz_supported()
892 tgt_tx_ops->tgt_is_tgt_type_qcn6432(target_type)) in dfs_is_true_160mhz_supported()
/wlan-driver/qca-wifi-host-cmn/umac/dfs/dispatcher/src/
H A Dwlan_dfs_utils_api.c332 struct wlan_lmac_if_target_tx_ops *tgt_tx_ops; in utils_dfs_is_spruce_spur_war_applicable() local
347 tgt_tx_ops = &tx_ops->target_tx_ops; in utils_dfs_is_spruce_spur_war_applicable()
351 if (!tgt_tx_ops->tgt_is_tgt_type_qcn6122 || in utils_dfs_is_spruce_spur_war_applicable()
352 !tgt_tx_ops->tgt_is_tgt_type_qcn9160) in utils_dfs_is_spruce_spur_war_applicable()
355 if (!tgt_tx_ops->tgt_is_tgt_type_qcn6122(target_type) || in utils_dfs_is_spruce_spur_war_applicable()
356 !tgt_tx_ops->tgt_is_tgt_type_qcn9160(target_type)) in utils_dfs_is_spruce_spur_war_applicable()
/wlan-driver/qca-wifi-host-cmn/target_if/spectral/
H A Dtarget_if_spectral.c3644 struct wlan_lmac_if_target_tx_ops *tgt_tx_ops; in target_if_pdev_spectral_init() local
3673 tgt_tx_ops = &tx_ops->target_tx_ops; in target_if_pdev_spectral_init()
3675 if (tgt_tx_ops->tgt_get_tgt_type) { in target_if_pdev_spectral_init()
3676 target_type = tgt_tx_ops->tgt_get_tgt_type(psoc); in target_if_pdev_spectral_init()
3682 if (tgt_tx_ops->tgt_get_tgt_revision) { in target_if_pdev_spectral_init()
3683 target_revision = tgt_tx_ops->tgt_get_tgt_revision(psoc); in target_if_pdev_spectral_init()