Searched refs:dfs_tx_ops (Results 1 – 5 of 5) sorted by relevance
33 struct wlan_lmac_if_dfs_tx_ops *dfs_tx_ops; in lmac_get_caps() local43 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() local63 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() local84 dfs_tx_ops = &tx_ops->dfs_tx_ops; in lmac_dfs_disable()[all …]
52 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() local79 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() local168 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 …]
438 struct wlan_lmac_if_dfs_tx_ops *dfs_tx_ops; in wlan_dfs_pdev_obj_create_notification() local468 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()
439 struct wlan_lmac_if_dfs_tx_ops *dfs_tx_ops) in target_if_register_dfs_tx_ops_send_avg() argument441 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() argument453 struct wlan_lmac_if_dfs_tx_ops *dfs_tx_ops; in target_if_register_dfs_tx_ops() local460 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 …]
1859 struct wlan_lmac_if_dfs_tx_ops dfs_tx_ops; member