Home
last modified time | relevance | path

Searched refs:tx_ops (Results 1 – 25 of 178) sorted by relevance

12345678

/wlan-driver/qca-wifi-host-cmn/spectral/dispatcher/src/
Dwlan_spectral_tgt_api.c92 struct wlan_lmac_if_tx_ops *tx_ops; in tgt_pdev_spectral_init() local
95 tx_ops = wlan_psoc_get_lmac_if_txops(psoc); in tgt_pdev_spectral_init()
96 if (!tx_ops) { in tgt_pdev_spectral_init()
101 return tx_ops->sptrl_tx_ops.sptrlto_pdev_spectral_init(pdev); in tgt_pdev_spectral_init()
108 struct wlan_lmac_if_tx_ops *tx_ops; in tgt_pdev_spectral_deinit() local
111 tx_ops = wlan_psoc_get_lmac_if_txops(psoc); in tgt_pdev_spectral_deinit()
112 if (!tx_ops) { in tgt_pdev_spectral_deinit()
117 tx_ops->sptrl_tx_ops.sptrlto_pdev_spectral_deinit(pdev); in tgt_pdev_spectral_deinit()
123 struct wlan_lmac_if_tx_ops *tx_ops; in tgt_psoc_spectral_init() local
130 tx_ops = wlan_psoc_get_lmac_if_txops(psoc); in tgt_psoc_spectral_init()
[all …]
/wlan-driver/qca-wifi-host-cmn/target_if/core/src/
Dtarget_if_main.c241 struct wlan_lmac_if_tx_ops *tx_ops) in target_if_offchan_txrx_ops_register() argument
247 static void target_if_atf_tx_ops_register(struct wlan_lmac_if_tx_ops *tx_ops) in target_if_atf_tx_ops_register() argument
253 static void target_if_sa_api_tx_ops_register(struct wlan_lmac_if_tx_ops *tx_ops) in target_if_sa_api_tx_ops_register() argument
259 static void target_if_cfr_tx_ops_register(struct wlan_lmac_if_tx_ops *tx_ops) in target_if_cfr_tx_ops_register() argument
265 static void target_if_fd_tx_ops_register(struct wlan_lmac_if_tx_ops *tx_ops) in target_if_fd_tx_ops_register() argument
267 target_if_fd_register_tx_ops(tx_ops); in target_if_fd_tx_ops_register()
270 static void target_if_fd_tx_ops_register(struct wlan_lmac_if_tx_ops *tx_ops) in target_if_fd_tx_ops_register() argument
277 target_if_wifi_pos_tx_ops_register(struct wlan_lmac_if_tx_ops *tx_ops) in target_if_wifi_pos_tx_ops_register() argument
279 target_if_wifi_pos_register_tx_ops(tx_ops); in target_if_wifi_pos_tx_ops_register()
283 target_if_wifi_pos_tx_ops_register(struct wlan_lmac_if_tx_ops *tx_ops) in target_if_wifi_pos_tx_ops_register() argument
[all …]
/wlan-driver/qca-wifi-host-cmn/umac/dfs/dispatcher/src/
Dwlan_dfs_lmac_api.c34 struct wlan_lmac_if_tx_ops *tx_ops; in lmac_get_caps() local
37 tx_ops = wlan_psoc_get_lmac_if_txops(psoc); in lmac_get_caps()
38 if (!tx_ops) { in lmac_get_caps()
43 dfs_tx_ops = &tx_ops->dfs_tx_ops; in lmac_get_caps()
54 struct wlan_lmac_if_tx_ops *tx_ops; in lmac_get_tsf64() local
57 tx_ops = wlan_psoc_get_lmac_if_txops(psoc); in lmac_get_tsf64()
58 if (!tx_ops) { in lmac_get_tsf64()
63 dfs_tx_ops = &tx_ops->dfs_tx_ops; in lmac_get_tsf64()
75 struct wlan_lmac_if_tx_ops *tx_ops; in lmac_dfs_disable() local
78 tx_ops = wlan_psoc_get_lmac_if_txops(psoc); in lmac_dfs_disable()
[all …]
/wlan-driver/qcacld-3.0/components/umac/twt/dispatcher/src/
Dwlan_twt_tgt_if_ext_tx_api.c35 struct wlan_lmac_if_twt_tx_ops *tx_ops; in tgt_twt_setup_req_send() local
48 tx_ops = wlan_twt_get_tx_ops(psoc); in tgt_twt_setup_req_send()
49 if (!tx_ops || !tx_ops->setup_req) { in tgt_twt_setup_req_send()
55 status = tx_ops->setup_req(psoc, req); in tgt_twt_setup_req_send()
64 struct wlan_lmac_if_twt_tx_ops *tx_ops; in tgt_twt_teardown_req_send() local
77 tx_ops = wlan_twt_get_tx_ops(psoc); in tgt_twt_teardown_req_send()
78 if (!tx_ops || !tx_ops->teardown_req) { in tgt_twt_teardown_req_send()
84 status = tx_ops->teardown_req(psoc, req); in tgt_twt_teardown_req_send()
93 struct wlan_lmac_if_twt_tx_ops *tx_ops; in tgt_twt_pause_req_send() local
106 tx_ops = wlan_twt_get_tx_ops(psoc); in tgt_twt_pause_req_send()
[all …]
/wlan-driver/qcacld-3.0/components/ocb/dispatcher/src/
Dwlan_ocb_ucfg_api.c190 struct wlan_ocb_tx_ops *tx_ops; in ucfg_ocb_config_channel() local
205 tx_ops = wlan_ocb_get_tx_ops(pdev); in ucfg_ocb_config_channel()
206 if (tx_ops && tx_ops->ocb_set_config) in ucfg_ocb_config_channel()
207 status = tx_ops->ocb_set_config(psoc, ocb_obj->channel_config); in ucfg_ocb_config_channel()
240 struct wlan_ocb_tx_ops *tx_ops; in ucfg_ocb_set_channel_config() local
289 tx_ops = wlan_ocb_get_tx_ops(pdev); in ucfg_ocb_set_channel_config()
290 if (tx_ops && tx_ops->ocb_set_config) in ucfg_ocb_set_channel_config()
291 status = tx_ops->ocb_set_config(psoc, config); in ucfg_ocb_set_channel_config()
321 struct wlan_ocb_tx_ops *tx_ops; in ucfg_ocb_set_utc_time() local
329 tx_ops = wlan_ocb_get_tx_ops(pdev); in ucfg_ocb_set_utc_time()
[all …]
/wlan-driver/qcacld-3.0/components/spatial_reuse/dispatcher/src/
Dspatial_reuse_api.c31 struct wlan_lmac_if_tx_ops *tx_ops; in wlan_spatial_reuse_config_set() local
37 tx_ops = wlan_psoc_get_lmac_if_txops(psoc); in wlan_spatial_reuse_config_set()
38 if (!tx_ops) in wlan_spatial_reuse_config_set()
41 if (tx_ops->spatial_reuse_tx_ops.send_cfg) in wlan_spatial_reuse_config_set()
42 return tx_ops->spatial_reuse_tx_ops.send_cfg(vdev, sr_ctrl, in wlan_spatial_reuse_config_set()
52 struct wlan_lmac_if_tx_ops *tx_ops; in wlan_spatial_reuse_he_siga_val15_allowed_set() local
58 tx_ops = wlan_psoc_get_lmac_if_txops(psoc); in wlan_spatial_reuse_he_siga_val15_allowed_set()
59 if (!tx_ops) in wlan_spatial_reuse_he_siga_val15_allowed_set()
62 if (tx_ops->spatial_reuse_tx_ops.send_sr_prohibit_cfg) in wlan_spatial_reuse_he_siga_val15_allowed_set()
63 return tx_ops->spatial_reuse_tx_ops.send_sr_prohibit_cfg( in wlan_spatial_reuse_he_siga_val15_allowed_set()
[all …]
/wlan-driver/qca-wifi-host-cmn/umac/twt/dispatcher/src/
Dwlan_twt_tgt_if_tx_api.c35 struct wlan_lmac_if_twt_tx_ops *tx_ops; in tgt_twt_enable_req_send() local
38 tx_ops = wlan_twt_get_tx_ops(psoc); in tgt_twt_enable_req_send()
39 if (!tx_ops || !tx_ops->enable_req) { in tgt_twt_enable_req_send()
44 status = tx_ops->enable_req(psoc, req); in tgt_twt_enable_req_send()
57 struct wlan_lmac_if_twt_tx_ops *tx_ops; in tgt_twt_disable_req_send() local
60 tx_ops = wlan_twt_get_tx_ops(psoc); in tgt_twt_disable_req_send()
61 if (!tx_ops || !tx_ops->disable_req) { in tgt_twt_disable_req_send()
66 status = tx_ops->disable_req(psoc, req); in tgt_twt_disable_req_send()
Dwlan_twt_api.c32 struct wlan_lmac_if_tx_ops *tx_ops; in wlan_twt_get_tx_ops() local
34 tx_ops = wlan_psoc_get_lmac_if_txops(psoc); in wlan_twt_get_tx_ops()
35 if (!tx_ops) { in wlan_twt_get_tx_ops()
40 return &tx_ops->twt_tx_ops; in wlan_twt_get_tx_ops()
259 struct wlan_lmac_if_twt_tx_ops *tx_ops; in twt_psoc_enable() local
261 tx_ops = wlan_twt_get_tx_ops(psoc); in twt_psoc_enable()
262 if (!tx_ops || !tx_ops->register_events) { in twt_psoc_enable()
263 twt_err("%s is null", !tx_ops ? "tx_ops" : "register_events"); in twt_psoc_enable()
267 status = tx_ops->register_events(psoc); in twt_psoc_enable()
279 struct wlan_lmac_if_twt_tx_ops *tx_ops; in twt_psoc_disable() local
[all …]
/wlan-driver/qca-wifi-host-cmn/ipa/dispatcher/src/
Dwlan_ipa_tgt_api.c34 struct wlan_lmac_if_tx_ops *tx_ops; in tgt_ipa_uc_offload_enable_disable() local
45 tx_ops = wlan_psoc_get_lmac_if_txops(psoc); in tgt_ipa_uc_offload_enable_disable()
46 if (!tx_ops) in tgt_ipa_uc_offload_enable_disable()
49 if (tx_ops->ipa_ops.ipa_uc_offload_control_req) in tgt_ipa_uc_offload_enable_disable()
50 status = tx_ops->ipa_ops.ipa_uc_offload_control_req(psoc, req); in tgt_ipa_uc_offload_enable_disable()
61 struct wlan_lmac_if_tx_ops *tx_ops; in tgt_ipa_intrabss_enable_disable() local
72 tx_ops = wlan_psoc_get_lmac_if_txops(psoc); in tgt_ipa_intrabss_enable_disable()
73 if (!tx_ops) in tgt_ipa_intrabss_enable_disable()
76 if (tx_ops->ipa_ops.ipa_intrabss_control_req) in tgt_ipa_intrabss_enable_disable()
77 status = tx_ops->ipa_ops.ipa_intrabss_control_req(psoc, req); in tgt_ipa_intrabss_enable_disable()
/wlan-driver/qcacld-3.0/components/pkt_capture/dispatcher/src/
Dwlan_pkt_capture_tgt_api.c102 struct wlan_pkt_capture_tx_ops *tx_ops; in tgt_pkt_capture_send_mode() local
117 tx_ops = &psoc_priv->tx_ops; in tgt_pkt_capture_send_mode()
119 if (!tx_ops->pkt_capture_send_mode) in tgt_pkt_capture_send_mode()
122 status = tx_ops->pkt_capture_send_mode(psoc, wlan_vdev_get_id(vdev), in tgt_pkt_capture_send_mode()
136 struct wlan_pkt_capture_tx_ops *tx_ops; in tgt_pkt_capture_send_beacon_interval() local
151 tx_ops = &psoc_priv->tx_ops; in tgt_pkt_capture_send_beacon_interval()
153 if (!tx_ops->pkt_capture_send_beacon_interval) in tgt_pkt_capture_send_beacon_interval()
156 status = tx_ops->pkt_capture_send_beacon_interval in tgt_pkt_capture_send_beacon_interval()
172 struct wlan_pkt_capture_tx_ops *tx_ops; in tgt_pkt_capture_send_config() local
187 tx_ops = &psoc_priv->tx_ops; in tgt_pkt_capture_send_config()
[all …]
/wlan-driver/qca-wifi-host-cmn/umac/cp_stats/core/src/
Dwlan_cp_stats_ol_api.c113 struct wlan_lmac_if_cp_stats_tx_ops *tx_ops; in wlan_cp_stats_enable_ol() local
120 tx_ops = target_if_cp_stats_get_tx_ops(psoc); in wlan_cp_stats_enable_ol()
121 if (!tx_ops) { in wlan_cp_stats_enable_ol()
126 if (!tx_ops->cp_stats_attach) { in wlan_cp_stats_enable_ol()
131 tx_ops->cp_stats_attach(psoc); in wlan_cp_stats_enable_ol()
133 if (tx_ops->cp_stats_legacy_attach) in wlan_cp_stats_enable_ol()
134 tx_ops->cp_stats_legacy_attach(psoc); in wlan_cp_stats_enable_ol()
141 struct wlan_lmac_if_cp_stats_tx_ops *tx_ops; in wlan_cp_stats_disable_ol() local
148 tx_ops = target_if_cp_stats_get_tx_ops(psoc); in wlan_cp_stats_disable_ol()
149 if (!tx_ops) { in wlan_cp_stats_disable_ol()
[all …]
/wlan-driver/qca-wifi-host-cmn/target_if/direct_buf_rx/src/
Dtarget_if_direct_buf_rx_api.c208 struct wlan_lmac_if_tx_ops *tx_ops) in target_if_direct_buf_rx_debug_register_tx_ops() argument
210 tx_ops->dbr_tx_ops.direct_buf_rx_start_ring_debug = in target_if_direct_buf_rx_debug_register_tx_ops()
212 tx_ops->dbr_tx_ops.direct_buf_rx_stop_ring_debug = in target_if_direct_buf_rx_debug_register_tx_ops()
214 tx_ops->dbr_tx_ops.direct_buf_rx_start_buffer_poisoning = in target_if_direct_buf_rx_debug_register_tx_ops()
216 tx_ops->dbr_tx_ops.direct_buf_rx_stop_buffer_poisoning = in target_if_direct_buf_rx_debug_register_tx_ops()
222 struct wlan_lmac_if_tx_ops *tx_ops) in target_if_direct_buf_rx_debug_register_tx_ops() argument
227 void target_if_direct_buf_rx_register_tx_ops(struct wlan_lmac_if_tx_ops *tx_ops) in target_if_direct_buf_rx_register_tx_ops() argument
229 tx_ops->dbr_tx_ops.direct_buf_rx_module_register = in target_if_direct_buf_rx_register_tx_ops()
231 tx_ops->dbr_tx_ops.direct_buf_rx_module_unregister = in target_if_direct_buf_rx_register_tx_ops()
233 tx_ops->dbr_tx_ops.direct_buf_rx_register_events = in target_if_direct_buf_rx_register_tx_ops()
[all …]
/wlan-driver/qca-wifi-host-cmn/global_lmac_if/src/
Dwlan_global_lmac_if.c32 (struct wlan_lmac_if_tx_ops *tx_ops);
192 struct wlan_lmac_if_tx_ops *tx_ops; in wlan_global_lmac_if_open() local
200 tx_ops = qdf_mem_malloc(sizeof(*tx_ops)); in wlan_global_lmac_if_open()
201 if (!tx_ops) { in wlan_global_lmac_if_open()
209 qdf_mem_free(tx_ops); in wlan_global_lmac_if_open()
213 wlan_psoc_set_lmac_if_txops(psoc, tx_ops); in wlan_global_lmac_if_open()
220 (tx_ops); in wlan_global_lmac_if_open()
224 qdf_mem_free(tx_ops); in wlan_global_lmac_if_open()
248 struct wlan_lmac_if_tx_ops *tx_ops; in wlan_global_lmac_if_close() local
257 tx_ops = wlan_psoc_get_lmac_if_txops(psoc); in wlan_global_lmac_if_close()
[all …]
/wlan-driver/qcacld-3.0/components/target_if/fw_offload/src/
Dtarget_if_fwol.c181 target_if_fwol_register_elna_tx_ops(struct wlan_fwol_tx_ops *tx_ops) in target_if_fwol_register_elna_tx_ops() argument
183 tx_ops->set_elna_bypass = target_if_fwol_set_elna_bypass; in target_if_fwol_register_elna_tx_ops()
184 tx_ops->get_elna_bypass = target_if_fwol_get_elna_bypass; in target_if_fwol_register_elna_tx_ops()
200 target_if_fwol_register_elna_tx_ops(struct wlan_fwol_tx_ops *tx_ops) in target_if_fwol_register_elna_tx_ops() argument
233 target_if_fwol_register_dscp_up_tx_ops(struct wlan_fwol_tx_ops *tx_ops) in target_if_fwol_register_dscp_up_tx_ops() argument
235 tx_ops->send_dscp_up_map_to_fw = target_if_fwol_send_dscp_up_map_to_fw; in target_if_fwol_register_dscp_up_tx_ops()
239 target_if_fwol_register_dscp_up_tx_ops(struct wlan_fwol_tx_ops *tx_ops) in target_if_fwol_register_dscp_up_tx_ops() argument
276 target_if_fwol_register_thermal_stats_tx_ops(struct wlan_fwol_tx_ops *tx_ops) in target_if_fwol_register_thermal_stats_tx_ops() argument
278 tx_ops->get_thermal_stats = target_if_fwol_get_thermal_stats; in target_if_fwol_register_thermal_stats_tx_ops()
302 target_if_fwol_register_thermal_stats_tx_ops(struct wlan_fwol_tx_ops *tx_ops) in target_if_fwol_register_thermal_stats_tx_ops() argument
[all …]
/wlan-driver/qcacld-3.0/components/umac/mlme/wfa_config/dispatcher/src/
Dwlan_wfa_tgt_if_tx_api.c36 struct wlan_wfa_cmd_tx_ops *tx_ops; in wlan_wfatest_get_tx_ops_from_vdev() local
51 tx_ops = &mlme_priv->wfa_testcmd.tx_ops; in wlan_wfatest_get_tx_ops_from_vdev()
53 return tx_ops; in wlan_wfatest_get_tx_ops_from_vdev()
125 struct wlan_wfa_cmd_tx_ops *tx_ops; in wlan_send_wfatest_cmd() local
152 tx_ops = wlan_wfatest_get_tx_ops_from_vdev(vdev); in wlan_send_wfatest_cmd()
153 if (!tx_ops || !tx_ops->send_wfa_test_cmd) { in wlan_send_wfatest_cmd()
158 return tx_ops->send_wfa_test_cmd(vdev, wmi_wfatest); in wlan_send_wfatest_cmd()
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/core/src/
Dreg_offload_11d_scan.c45 struct wlan_lmac_if_reg_tx_ops *tx_ops; in reg_set_11d_country() local
76 tx_ops = reg_get_psoc_tx_ops(psoc); in reg_set_11d_country()
77 if (tx_ops->get_phy_id_from_pdev_id) in reg_set_11d_country()
78 tx_ops->get_phy_id_from_pdev_id(psoc, pdev_id, &phy_id); in reg_set_11d_country()
85 tx_ops = reg_get_psoc_tx_ops(psoc); in reg_set_11d_country()
86 if (tx_ops->set_country_code) { in reg_set_11d_country()
87 tx_ops->set_country_code(psoc, &country_code); in reg_set_11d_country()
131 struct wlan_lmac_if_reg_tx_ops *tx_ops; in reg_send_11d_msg_cbk() local
136 tx_ops = reg_get_psoc_tx_ops(psoc); in reg_send_11d_msg_cbk()
155 tx_ops->start_11d_scan(psoc, &start_req); in reg_send_11d_msg_cbk()
[all …]
/wlan-driver/qca-wifi-host-cmn/target_if/cp_stats/inc/
Dtarget_if_cp_stats.h65 struct wlan_lmac_if_tx_ops *tx_ops; in target_if_cp_stats_get_tx_ops() local
67 tx_ops = wlan_psoc_get_lmac_if_txops(psoc); in target_if_cp_stats_get_tx_ops()
68 if (!tx_ops) { in target_if_cp_stats_get_tx_ops()
73 return &tx_ops->cp_stats_tx_ops; in target_if_cp_stats_get_tx_ops()
83 target_if_cp_stats_register_tx_ops(struct wlan_lmac_if_tx_ops *tx_ops);
149 target_if_cp_stats_register_tx_ops(struct wlan_lmac_if_tx_ops *tx_ops) in target_if_cp_stats_register_tx_ops() argument
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/crypto/src/
Dwlan_crypto_def_i.h100 #define WLAN_CRYPTO_TX_OPS_ALLOCKEY(tx_ops) \ argument
101 ((tx_ops)->crypto_tx_ops.allockey)
102 #define WLAN_CRYPTO_TX_OPS_SETKEY(tx_ops) \ argument
103 ((tx_ops)->crypto_tx_ops.setkey)
104 #define WLAN_CRYPTO_TX_OPS_DELKEY(tx_ops) \ argument
105 ((tx_ops)->crypto_tx_ops.delkey)
106 #define WLAN_CRYPTO_TX_OPS_DEFAULTKEY(tx_ops) \ argument
107 ((tx_ops)->crypto_tx_ops.defaultkey)
108 #define WLAN_CRYPTO_TX_OPS_SET_KEY(tx_ops) \ argument
109 ((tx_ops)->crypto_tx_ops.set_key)
[all …]
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/dispatcher/src/
Dwlan_reg_services_api.c413 struct wlan_lmac_if_reg_tx_ops *tx_ops) in regulatory_assign_register_master_ext_handler() argument
415 if (tx_ops->register_master_ext_handler) in regulatory_assign_register_master_ext_handler()
416 tx_ops->register_master_ext_handler(psoc, NULL); in regulatory_assign_register_master_ext_handler()
421 struct wlan_lmac_if_reg_tx_ops *tx_ops) in regulatory_assign_unregister_master_ext_handler() argument
423 if (tx_ops->unregister_master_ext_handler) in regulatory_assign_unregister_master_ext_handler()
424 tx_ops->unregister_master_ext_handler(psoc, NULL); in regulatory_assign_unregister_master_ext_handler()
447 struct wlan_lmac_if_reg_tx_ops *tx_ops) in regulatory_assign_register_afc_event_handler() argument
449 if (tx_ops->register_afc_event_handler) in regulatory_assign_register_afc_event_handler()
450 tx_ops->register_afc_event_handler(psoc, NULL); in regulatory_assign_register_afc_event_handler()
455 struct wlan_lmac_if_reg_tx_ops *tx_ops) in regulatory_assign_unregister_afc_event_handler() argument
[all …]
/wlan-driver/qcacld-3.0/components/target_if/coap/inc/
Dtarget_if_coap.h32 target_if_coap_register_tx_ops(struct wlan_lmac_if_tx_ops *tx_ops);
45 struct wlan_lmac_if_tx_ops *tx_ops; in target_if_coap_get_tx_ops() local
47 tx_ops = wlan_psoc_get_lmac_if_txops(psoc); in target_if_coap_get_tx_ops()
48 if (!tx_ops) { in target_if_coap_get_tx_ops()
52 return &tx_ops->coap_ops; in target_if_coap_get_tx_ops()
/wlan-driver/qcacld-3.0/components/action_oui/dispatcher/src/
Dwlan_action_oui_tgt_api.c30 struct action_oui_tx_ops *tx_ops; in tgt_action_oui_send() local
35 tx_ops = GET_ACTION_OUI_TX_OPS_FROM_PSOC(psoc); in tgt_action_oui_send()
36 QDF_ASSERT(tx_ops->send_req); in tgt_action_oui_send()
37 if (tx_ops->send_req) in tgt_action_oui_send()
38 status = tx_ops->send_req(psoc, req); in tgt_action_oui_send()
/wlan-driver/qca-wifi-host-cmn/target_if/cfr/src/
Dtarget_if_cfr.c188 struct wlan_lmac_if_tx_ops *tx_ops; in target_if_cfr_get_target_type() local
190 tx_ops = wlan_psoc_get_lmac_if_txops(psoc); in target_if_cfr_get_target_type()
191 if (!tx_ops) { in target_if_cfr_get_target_type()
195 target_type_tx_ops = &tx_ops->target_tx_ops; in target_if_cfr_get_target_type()
681 static void target_if_enh_cfr_add_ops(struct wlan_lmac_if_tx_ops *tx_ops) in target_if_enh_cfr_add_ops() argument
683 tx_ops->cfr_tx_ops.cfr_subscribe_ppdu_desc = in target_if_enh_cfr_add_ops()
687 static void target_if_enh_cfr_add_ops(struct wlan_lmac_if_tx_ops *tx_ops) in target_if_enh_cfr_add_ops() argument
691 static void target_if_enh_cfr_tx_ops(struct wlan_lmac_if_tx_ops *tx_ops) in target_if_enh_cfr_tx_ops() argument
693 tx_ops->cfr_tx_ops.cfr_config_rcc = in target_if_enh_cfr_tx_ops()
695 tx_ops->cfr_tx_ops.cfr_start_lut_timer = in target_if_enh_cfr_tx_ops()
[all …]
/wlan-driver/qca-wifi-host-cmn/target_if/dcs/inc/
Dtarget_if_dcs.h63 struct wlan_lmac_if_tx_ops *tx_ops; in target_if_dcs_get_tx_ops() local
65 tx_ops = wlan_psoc_get_lmac_if_txops(psoc); in target_if_dcs_get_tx_ops()
66 if (!tx_ops) { in target_if_dcs_get_tx_ops()
70 return &tx_ops->dcs_tx_ops; in target_if_dcs_get_tx_ops()
82 target_if_dcs_register_tx_ops(struct wlan_lmac_if_tx_ops *tx_ops);
/wlan-driver/qcacld-3.0/components/fw_offload/dispatcher/src/
Dwlan_fwol_ucfg_api.c88 target_if_fwol_register_tx_ops(&fwol_obj->tx_ops); in fwol_psoc_object_created_notification()
1007 struct wlan_fwol_tx_ops *tx_ops; in ucfg_fwol_set_elna_bypass() local
1021 tx_ops = &fwol_obj->tx_ops; in ucfg_fwol_set_elna_bypass()
1022 if (tx_ops->set_elna_bypass) in ucfg_fwol_set_elna_bypass()
1023 status = tx_ops->set_elna_bypass(psoc, req); in ucfg_fwol_set_elna_bypass()
1039 struct wlan_fwol_tx_ops *tx_ops; in ucfg_fwol_get_elna_bypass() local
1058 tx_ops = &fwol_obj->tx_ops; in ucfg_fwol_get_elna_bypass()
1059 if (tx_ops->get_elna_bypass) in ucfg_fwol_get_elna_bypass()
1060 status = tx_ops->get_elna_bypass(psoc, req); in ucfg_fwol_get_elna_bypass()
1075 struct wlan_fwol_tx_ops *tx_ops; in ucfg_fwol_send_dscp_up_map_to_fw() local
[all …]
Dwlan_fwol_tgt_api.c36 struct wlan_fwol_tx_ops *tx_ops; in tgt_fwol_register_ev_handler() local
50 tx_ops = &fwol_obj->tx_ops; in tgt_fwol_register_ev_handler()
51 if (tx_ops->reg_evt_handler) { in tgt_fwol_register_ev_handler()
52 status = tx_ops->reg_evt_handler(psoc, NULL); in tgt_fwol_register_ev_handler()
64 struct wlan_fwol_tx_ops *tx_ops; in tgt_fwol_unregister_ev_handler() local
78 tx_ops = &fwol_obj->tx_ops; in tgt_fwol_unregister_ev_handler()
79 if (tx_ops->unreg_evt_handler) { in tgt_fwol_unregister_ev_handler()
80 status = tx_ops->unreg_evt_handler(psoc, NULL); in tgt_fwol_unregister_ev_handler()

12345678