Home
last modified time | relevance | path

Searched refs:ce_tgt_cfg (Results 1 – 11 of 11) sorted by relevance

/wlan-driver/qcacld-3.0/core/pld/src/
Dpld_snoc_fw_sim.c331 cfg.ce_tgt_cfg = (struct ce_tgt_pipe_cfg *) in pld_snoc_fw_sim_wlan_enable()
332 config->ce_tgt_cfg; in pld_snoc_fw_sim_wlan_enable()
Dpld_snoc.c446 cfg.ce_tgt_cfg = (struct ce_tgt_pipe_cfg *) in pld_snoc_wlan_enable()
447 config->ce_tgt_cfg; in pld_snoc_wlan_enable()
Dpld_ipci.c554 cfg.ce_tgt_cfg = (struct ce_tgt_pipe_cfg *) in pld_ipci_wlan_enable()
555 config->ce_tgt_cfg; in pld_ipci_wlan_enable()
Dpld_pcie_fw_sim.c664 cfg.ce_tgt_cfg = (struct cnss_ce_tgt_pipe_cfg *) in pld_pcie_fw_sim_wlan_enable()
665 config->ce_tgt_cfg; in pld_pcie_fw_sim_wlan_enable()
Dpld_pcie.c850 cfg.ce_tgt_cfg = (struct cnss_ce_tgt_pipe_cfg *) in pld_pcie_wlan_enable()
851 config->ce_tgt_cfg; in pld_pcie_wlan_enable()
/wlan-driver/platform/inc/
Dicnss2.h115 struct ce_tgt_pipe_cfg *ce_tgt_cfg; member
Dcnss2.h313 struct cnss_ce_tgt_pipe_cfg *ce_tgt_cfg; member
/wlan-driver/platform/cnss2/
Dqmi.c1788 req->tgt_cfg[i].pipe_num = config->ce_tgt_cfg[i].pipe_num; in cnss_wlfw_wlan_cfg_send_sync()
1789 req->tgt_cfg[i].pipe_dir = config->ce_tgt_cfg[i].pipe_dir; in cnss_wlfw_wlan_cfg_send_sync()
1790 req->tgt_cfg[i].nentries = config->ce_tgt_cfg[i].nentries; in cnss_wlfw_wlan_cfg_send_sync()
1791 req->tgt_cfg[i].nbytes_max = config->ce_tgt_cfg[i].nbytes_max; in cnss_wlfw_wlan_cfg_send_sync()
1792 req->tgt_cfg[i].flags = config->ce_tgt_cfg[i].flags; in cnss_wlfw_wlan_cfg_send_sync()
/wlan-driver/platform/icnss2/
Dqmi.c3287 req.tgt_cfg[i].pipe_num = config->ce_tgt_cfg[i].pipe_num; in icnss_send_wlan_enable_to_fw()
3288 req.tgt_cfg[i].pipe_dir = config->ce_tgt_cfg[i].pipe_dir; in icnss_send_wlan_enable_to_fw()
3289 req.tgt_cfg[i].nentries = config->ce_tgt_cfg[i].nentries; in icnss_send_wlan_enable_to_fw()
3290 req.tgt_cfg[i].nbytes_max = config->ce_tgt_cfg[i].nbytes_max; in icnss_send_wlan_enable_to_fw()
3291 req.tgt_cfg[i].flags = config->ce_tgt_cfg[i].flags; in icnss_send_wlan_enable_to_fw()
/wlan-driver/qcacld-3.0/core/pld/inc/
Dpld_common.h362 struct pld_ce_tgt_pipe_cfg *ce_tgt_cfg; member
/wlan-driver/qca-wifi-host-cmn/hif/src/ce/
Dce_main.c4685 (struct CE_pipe_config **)&cfg.ce_tgt_cfg, in hif_wlan_enable()