Home
last modified time | relevance | path

Searched refs:tif_ops (Results 1 – 4 of 4) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/target_if/core/inc/
Dtarget_if.h368 struct target_ops *tif_ops; member
1756 return psoc_info->tif_ops; in target_psoc_get_tif_ops()
2031 if ((tgt_hdl->tif_ops) && in target_if_ext_res_cfg_enable()
2032 (tgt_hdl->tif_ops->ext_resource_config_enable)) in target_if_ext_res_cfg_enable()
2033 tgt_hdl->tif_ops->ext_resource_config_enable(psoc, in target_if_ext_res_cfg_enable()
2050 if ((tgt_hdl->tif_ops) && in target_if_peer_cfg_enable()
2051 (tgt_hdl->tif_ops->peer_config)) in target_if_peer_cfg_enable()
2052 tgt_hdl->tif_ops->peer_config(psoc, tgt_hdl, evt_buf); in target_if_peer_cfg_enable()
2068 if ((tgt_hdl->tif_ops) && in target_if_mesh_support_enable()
2069 (tgt_hdl->tif_ops->mesh_support_enable)) in target_if_mesh_support_enable()
[all …]
/wlan-driver/qca-wifi-host-cmn/target_if/init_deinit/src/
Dinit_cmd_api.c161 if ((tgt_hdl->tif_ops) && in init_deinit_alloc_host_mem()
162 (tgt_hdl->tif_ops->mem_mgr_alloc_chunk)) in init_deinit_alloc_host_mem()
163 allocated_units = tgt_hdl->tif_ops->mem_mgr_alloc_chunk( in init_deinit_alloc_host_mem()
201 if ((tgt_hdl->tif_ops) && in init_deinit_free_num_units()
202 (tgt_hdl->tif_ops->mem_mgr_free_chunks)) { in init_deinit_free_num_units()
203 status = tgt_hdl->tif_ops->mem_mgr_free_chunks(psoc, tgt_hdl); in init_deinit_free_num_units()
Dinit_event_handler.c825 if ((tgt_hdl->tif_ops) && in init_deinit_mlo_capable()
826 (tgt_hdl->tif_ops->mlo_capable)) in init_deinit_mlo_capable()
827 return tgt_hdl->tif_ops->mlo_capable(psoc); in init_deinit_mlo_capable()
843 if ((tgt_hdl->tif_ops) && in init_deinit_mlo_get_group_id()
844 (tgt_hdl->tif_ops->mlo_get_group_id)) { in init_deinit_mlo_get_group_id()
845 *grp_id = tgt_hdl->tif_ops->mlo_get_group_id(psoc); in init_deinit_mlo_get_group_id()
1206 if ((tgt_hdl->tif_ops) && in init_deinit_mlo_setup_done_event()
1207 (tgt_hdl->tif_ops->mlo_setup_done_event)) in init_deinit_mlo_setup_done_event()
1208 tgt_hdl->tif_ops->mlo_setup_done_event(psoc); in init_deinit_mlo_setup_done_event()
/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/src/
Dwlan_mlo_mgr_cmn.c462 if ((tgt_hdl->tif_ops) && in wlan_mlo_get_psoc_capable()
463 (tgt_hdl->tif_ops->mlo_capable)) in wlan_mlo_get_psoc_capable()
464 return tgt_hdl->tif_ops->mlo_capable(psoc); in wlan_mlo_get_psoc_capable()