Home
last modified time | relevance | path

Searched refs:mlo_tx_ops (Results 1 – 9 of 9) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/target_if/mlo_mgr/src/
Dtarget_if_mlo_mgr.c316 target_if_mlo_register_link_switch_cnf_handler(struct wlan_lmac_if_mlo_tx_ops *mlo_tx_ops) in target_if_mlo_register_link_switch_cnf_handler() argument
318 mlo_tx_ops->send_mlo_link_switch_cnf_cmd = in target_if_mlo_register_link_switch_cnf_handler()
373 target_if_mlo_register_link_switch_cnf_handler(struct wlan_lmac_if_mlo_tx_ops *mlo_tx_ops) in target_if_mlo_register_link_switch_cnf_handler() argument
996 struct wlan_lmac_if_mlo_tx_ops *mlo_tx_ops) in target_if_mlo_register_peer_ptqm_migrate_send() argument
998 mlo_tx_ops->peer_ptqm_migrate_send = in target_if_mlo_register_peer_ptqm_migrate_send()
1003 struct wlan_lmac_if_mlo_tx_ops *mlo_tx_ops) in target_if_mlo_register_peer_ptqm_migrate_send() argument
1018 struct wlan_lmac_if_mlo_tx_ops *mlo_tx_ops; in target_if_mlo_register_tx_ops() local
1025 mlo_tx_ops = &tx_ops->mlo_ops; in target_if_mlo_register_tx_ops()
1026 if (!mlo_tx_ops) { in target_if_mlo_register_tx_ops()
1031 mlo_tx_ops->register_events = in target_if_mlo_register_tx_ops()
[all …]
/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/src/
Dwlan_mlo_mgr_cmn.c590 struct wlan_lmac_if_mlo_tx_ops *mlo_tx_ops; in mlo_link_set_active() local
600 mlo_tx_ops = target_if_mlo_get_tx_ops(psoc); in mlo_link_set_active()
601 if (!mlo_tx_ops) { in mlo_link_set_active()
606 if (!mlo_tx_ops->link_set_active) { in mlo_link_set_active()
624 return mlo_tx_ops->link_set_active(psoc, param); in mlo_link_set_active()
880 struct wlan_lmac_if_mlo_tx_ops *mlo_tx_ops; in ml_get_link_state_req_cb() local
896 mlo_tx_ops = &psoc->soc_cb.tx_ops->mlo_ops; in ml_get_link_state_req_cb()
898 if (!mlo_tx_ops) { in ml_get_link_state_req_cb()
913 if (!mlo_tx_ops->request_link_state_info_cmd) { in ml_get_link_state_req_cb()
918 status = mlo_tx_ops->request_link_state_info_cmd(psoc, &cmd); in ml_get_link_state_req_cb()
Dwlan_mlo_mgr_main.c255 struct wlan_lmac_if_mlo_tx_ops *mlo_tx_ops; in wlan_mlo_mgr_psoc_enable() local
265 mlo_tx_ops = target_if_mlo_get_tx_ops(psoc); in wlan_mlo_mgr_psoc_enable()
266 if (!mlo_tx_ops) { in wlan_mlo_mgr_psoc_enable()
271 if (!mlo_tx_ops->register_events) { in wlan_mlo_mgr_psoc_enable()
276 return mlo_tx_ops->register_events(psoc); in wlan_mlo_mgr_psoc_enable()
281 struct wlan_lmac_if_mlo_tx_ops *mlo_tx_ops; in wlan_mlo_mgr_psoc_disable() local
288 mlo_tx_ops = target_if_mlo_get_tx_ops(psoc); in wlan_mlo_mgr_psoc_disable()
289 if (!mlo_tx_ops) { in wlan_mlo_mgr_psoc_disable()
294 if (!mlo_tx_ops->unregister_events) { in wlan_mlo_mgr_psoc_disable()
299 return mlo_tx_ops->unregister_events(psoc); in wlan_mlo_mgr_psoc_disable()
Dwlan_mlo_t2lm.c831 struct wlan_lmac_if_mlo_tx_ops *mlo_tx_ops) in wlan_send_t2lm_info() argument
840 status = mlo_tx_ops->send_tid_to_link_mapping(vdev, t2lm); in wlan_send_t2lm_info()
850 struct wlan_lmac_if_mlo_tx_ops *mlo_tx_ops) in wlan_send_t2lm_info() argument
878 status = mlo_tx_ops->send_tid_to_link_mapping(co_mld_vdev, in wlan_send_t2lm_info()
892 struct wlan_lmac_if_mlo_tx_ops *mlo_tx_ops; in wlan_send_tid_to_link_mapping() local
902 mlo_tx_ops = &psoc->soc_cb.tx_ops->mlo_ops; in wlan_send_tid_to_link_mapping()
903 if (!mlo_tx_ops) { in wlan_send_tid_to_link_mapping()
908 if (!mlo_tx_ops->send_tid_to_link_mapping) { in wlan_send_tid_to_link_mapping()
913 status = wlan_send_t2lm_info(vdev, t2lm, mlo_tx_ops); in wlan_send_tid_to_link_mapping()
Dwlan_mlo_mgr_link_switch.c1323 struct wlan_lmac_if_mlo_tx_ops *mlo_tx_ops; in mlo_mgr_link_switch_send_cnf_cmd() local
1329 mlo_tx_ops = &psoc->soc_cb.tx_ops->mlo_ops; in mlo_mgr_link_switch_send_cnf_cmd()
1330 if (!mlo_tx_ops || !mlo_tx_ops->send_mlo_link_switch_cnf_cmd) { in mlo_mgr_link_switch_send_cnf_cmd()
1335 status = mlo_tx_ops->send_mlo_link_switch_cnf_cmd(psoc, cnf_params); in mlo_mgr_link_switch_send_cnf_cmd()
Dwlan_mlo_mgr_primary_umac.c1096 struct wlan_lmac_if_mlo_tx_ops *mlo_tx_ops; in wlan_mlo_send_ptqm_migrate_cmd() local
1115 mlo_tx_ops = &psoc->soc_cb.tx_ops->mlo_ops; in wlan_mlo_send_ptqm_migrate_cmd()
1116 if (!mlo_tx_ops || !mlo_tx_ops->peer_ptqm_migrate_send) { in wlan_mlo_send_ptqm_migrate_cmd()
1150 status = mlo_tx_ops->peer_ptqm_migrate_send(vdev, &param); in wlan_mlo_send_ptqm_migrate_cmd()
Dwlan_mlo_mgr_sta.c2021 struct wlan_lmac_if_mlo_tx_ops *mlo_tx_ops; in mlo_sta_handle_csa_standby_link() local
2044 mlo_tx_ops = &psoc->soc_cb.tx_ops->mlo_ops; in mlo_sta_handle_csa_standby_link()
2083 if (!mlo_tx_ops->send_link_set_bss_params_cmd) { in mlo_sta_handle_csa_standby_link()
2089 status = mlo_tx_ops->send_link_set_bss_params_cmd(psoc, &params); in mlo_sta_handle_csa_standby_link()
2872 struct wlan_lmac_if_mlo_tx_ops *mlo_tx_ops; in wlan_mlo_send_vdev_pause() local
2876 mlo_tx_ops = &psoc->soc_cb.tx_ops->mlo_ops; in wlan_mlo_send_vdev_pause()
2877 if (!mlo_tx_ops) { in wlan_mlo_send_vdev_pause()
2882 if (!mlo_tx_ops->send_vdev_pause) { in wlan_mlo_send_vdev_pause()
2889 status = mlo_tx_ops->send_vdev_pause(psoc, &vdev_pause_info); in wlan_mlo_send_vdev_pause()
Dwlan_mlo_mgr_peer.c2395 struct wlan_lmac_if_mlo_tx_ops *mlo_tx_ops = NULL; in wlan_mlo_wsi_link_info_send_cmd() local
2429 mlo_tx_ops = &psoc_objmgr->soc_cb.tx_ops->mlo_ops; in wlan_mlo_wsi_link_info_send_cmd()
2430 if (!mlo_tx_ops || !mlo_tx_ops->send_wsi_link_info_cmd) { in wlan_mlo_wsi_link_info_send_cmd()
2442 if (mlo_tx_ops->send_wsi_link_info_cmd( in wlan_mlo_wsi_link_info_send_cmd()
/wlan-driver/qcacld-3.0/core/wma/src/
Dwma_features.c1373 struct wlan_lmac_if_mlo_tx_ops *mlo_tx_ops; in handle_csa_standby_link() local
1405 mlo_tx_ops = &psoc->soc_cb.tx_ops->mlo_ops; in handle_csa_standby_link()
1406 if (!mlo_tx_ops) { in handle_csa_standby_link()
1440 if (!mlo_tx_ops->send_link_set_bss_params_cmd) { in handle_csa_standby_link()
1446 status = mlo_tx_ops->send_link_set_bss_params_cmd(psoc, &params); in handle_csa_standby_link()