Home
last modified time | relevance | path

Searched refs:mlo_ops (Results 1 – 15 of 15) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/dp/inc/
Dcdp_txrx_mlo.h31 if (!soc->ops->mlo_ops || in cdp_mlo_ctxt_attach()
32 !soc->ops->mlo_ops->mlo_ctxt_attach) in cdp_mlo_ctxt_attach()
35 return soc->ops->mlo_ops->mlo_ctxt_attach(ctrl_ctxt); in cdp_mlo_ctxt_attach()
47 if (!soc->ops->mlo_ops || in cdp_mlo_ctxt_detach()
48 !soc->ops->mlo_ops->mlo_ctxt_detach) in cdp_mlo_ctxt_detach()
51 soc->ops->mlo_ops->mlo_ctxt_detach(ml_ctxt); in cdp_mlo_ctxt_detach()
62 if (!soc->ops->mlo_ops || in cdp_soc_mlo_soc_setup()
63 !soc->ops->mlo_ops->mlo_soc_setup) in cdp_soc_mlo_soc_setup()
66 soc->ops->mlo_ops->mlo_soc_setup(soc, mlo_ctx); in cdp_soc_mlo_soc_setup()
78 if (!soc->ops->mlo_ops || in cdp_soc_mlo_soc_teardown()
[all …]
Dcdp_txrx_ops.h2629 struct cdp_mlo_ops *mlo_ops; member
/wlan-driver/qca-wifi-host-cmn/target_if/global_shmem/inc/
Dtarget_if_global_shmem.h47 return &tx_ops->mlo_ops.shmem_local_ops; in target_if_get_global_shmem_local_ops()
/wlan-driver/qca-wifi-host-cmn/target_if/mlo_mgr/inc/
Dtarget_if_mlo_mgr.h72 return &tx_ops->mlo_ops; in target_if_mlo_get_tx_ops()
/wlan-driver/qca-wifi-host-cmn/target_if/mlo_mgr/src/
Dtarget_if_mlo_mgr.c1025 mlo_tx_ops = &tx_ops->mlo_ops; in target_if_mlo_register_tx_ops()
/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/src/
Dwlan_mlo_mgr_cmn.c896 mlo_tx_ops = &psoc->soc_cb.tx_ops->mlo_ops; in ml_get_link_state_req_cb()
Dwlan_mlo_mgr_sta.c2044 mlo_tx_ops = &psoc->soc_cb.tx_ops->mlo_ops; in mlo_sta_handle_csa_standby_link()
2876 mlo_tx_ops = &psoc->soc_cb.tx_ops->mlo_ops; in wlan_mlo_send_vdev_pause()
Dwlan_mlo_mgr_link_switch.c1329 mlo_tx_ops = &psoc->soc_cb.tx_ops->mlo_ops; in mlo_mgr_link_switch_send_cnf_cmd()
Dwlan_mlo_mgr_primary_umac.c1115 mlo_tx_ops = &psoc->soc_cb.tx_ops->mlo_ops; in wlan_mlo_send_ptqm_migrate_cmd()
Dwlan_mlo_t2lm.c902 mlo_tx_ops = &psoc->soc_cb.tx_ops->mlo_ops; in wlan_send_tid_to_link_mapping()
Dwlan_mlo_mgr_peer.c2429 mlo_tx_ops = &psoc_objmgr->soc_cb.tx_ops->mlo_ops; in wlan_mlo_wsi_link_info_send_cmd()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/be/mlo/
Ddp_mlo.c817 soc->cdp_soc.ops->mlo_ops = &dp_mlo_ops; in dp_soc_mlo_fill_params()
/wlan-driver/qca-wifi-host-cmn/umac/global_umac_dispatcher/lmac_if/inc/
Dwlan_lmac_if_def.h1898 struct wlan_lmac_if_mlo_tx_ops mlo_ops; member
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
Ddp_htt.c3322 soc->cdp_soc.ops->mlo_ops->mlo_update_mlo_ts_offset
3332 soc->cdp_soc.ops->mlo_ops->mlo_update_delta_tsf2
/wlan-driver/qcacld-3.0/core/wma/src/
Dwma_features.c1405 mlo_tx_ops = &psoc->soc_cb.tx_ops->mlo_ops; in handle_csa_standby_link()