Searched refs:tgt_tx_ops (Results 1 – 4 of 4) sorted by relevance
431 struct wlan_lmac_if_target_tx_ops *tgt_tx_ops; in dfs_set_adrastea_rf_thrshold() local440 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() argument524 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() local575 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 …]
868 struct wlan_lmac_if_target_tx_ops *tgt_tx_ops; in dfs_is_true_160mhz_supported() local878 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()
332 struct wlan_lmac_if_target_tx_ops *tgt_tx_ops; in utils_dfs_is_spruce_spur_war_applicable() local347 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()
3644 struct wlan_lmac_if_target_tx_ops *tgt_tx_ops; in target_if_pdev_spectral_init() local3673 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()