Home
last modified time | relevance | path

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

/src/sys/contrib/dev/athk/ath11k/
H A Dqmi.c2733 struct ce_pipe_config *ce_cfg; in ath11k_qmi_wlanfw_wlan_cfg_send() local
2736 const struct ce_pipe_config *ce_cfg; in ath11k_qmi_wlanfw_wlan_cfg_send() local
2743 ce_cfg = (struct ce_pipe_config *)ab->qmi.ce_cfg.tgt_ce; in ath11k_qmi_wlanfw_wlan_cfg_send()
2744 svc_cfg = (struct service_to_pipe *)ab->qmi.ce_cfg.svc_to_ce_map; in ath11k_qmi_wlanfw_wlan_cfg_send()
2746 ce_cfg = (const struct ce_pipe_config *)ab->qmi.ce_cfg.tgt_ce; in ath11k_qmi_wlanfw_wlan_cfg_send()
2747 svc_cfg = (const struct service_to_pipe *)ab->qmi.ce_cfg.svc_to_ce_map; in ath11k_qmi_wlanfw_wlan_cfg_send()
2762 req->tgt_cfg_len = ab->qmi.ce_cfg.tgt_ce_len; in ath11k_qmi_wlanfw_wlan_cfg_send()
2764 req->tgt_cfg[pipe_num].pipe_num = ce_cfg[pipe_num].pipenum; in ath11k_qmi_wlanfw_wlan_cfg_send()
2765 req->tgt_cfg[pipe_num].pipe_dir = ce_cfg[pipe_num].pipedir; in ath11k_qmi_wlanfw_wlan_cfg_send()
2766 req->tgt_cfg[pipe_num].nentries = ce_cfg[pipe_num].nentries; in ath11k_qmi_wlanfw_wlan_cfg_send()
[all …]
H A Dqmi.h142 struct ath11k_qmi_ce_cfg ce_cfg; member
H A Dcore.c2199 ath11k_ce_get_shadow_config(ab, &ab->qmi.ce_cfg.shadow_reg_v2, in ath11k_core_start_firmware()
2200 &ab->qmi.ce_cfg.shadow_reg_v2_len); in ath11k_core_start_firmware()
H A Dahb.c425 struct ath11k_qmi_ce_cfg *cfg = &ab->qmi.ce_cfg; in ath11k_ahb_init_qmi_ce_config()
H A Dpci.c428 struct ath11k_qmi_ce_cfg *cfg = &ab->qmi.ce_cfg; in ath11k_pci_init_qmi_ce_config()
/src/sys/contrib/dev/athk/ath12k/
H A Dqmi.c3304 struct ce_pipe_config *ce_cfg; in ath12k_qmi_wlanfw_wlan_cfg_send() local
3307 const struct ce_pipe_config *ce_cfg; in ath12k_qmi_wlanfw_wlan_cfg_send() local
3314 ce_cfg = (struct ce_pipe_config *)ab->qmi.ce_cfg.tgt_ce; in ath12k_qmi_wlanfw_wlan_cfg_send()
3315 svc_cfg = (struct service_to_pipe *)ab->qmi.ce_cfg.svc_to_ce_map; in ath12k_qmi_wlanfw_wlan_cfg_send()
3317 ce_cfg = ab->qmi.ce_cfg.tgt_ce; in ath12k_qmi_wlanfw_wlan_cfg_send()
3318 svc_cfg = ab->qmi.ce_cfg.svc_to_ce_map; in ath12k_qmi_wlanfw_wlan_cfg_send()
3331 req->tgt_cfg_len = ab->qmi.ce_cfg.tgt_ce_len; in ath12k_qmi_wlanfw_wlan_cfg_send()
3334 __le32_to_cpu(ce_cfg[pipe_num].pipenum); in ath12k_qmi_wlanfw_wlan_cfg_send()
3336 __le32_to_cpu(ce_cfg[pipe_num].pipedir); in ath12k_qmi_wlanfw_wlan_cfg_send()
3338 __le32_to_cpu(ce_cfg[pipe_num].nentries); in ath12k_qmi_wlanfw_wlan_cfg_send()
[all …]
H A Dce.c918 ath12k_ce_get_shadow_config(ab, &ab->qmi.ce_cfg.shadow_reg_v3, in ath12k_ce_init_pipes()
919 &ab->qmi.ce_cfg.shadow_reg_v3_len); in ath12k_ce_init_pipes()
H A Dqmi.h144 struct ath12k_qmi_ce_cfg ce_cfg; member
H A Dcore.c1204 ath12k_ce_get_shadow_config(ab, &ab->qmi.ce_cfg.shadow_reg_v3, in ath12k_core_start_firmware()
1205 &ab->qmi.ce_cfg.shadow_reg_v3_len); in ath12k_core_start_firmware()
H A Dahb.c496 struct ath12k_qmi_ce_cfg *cfg = &ab->qmi.ce_cfg; in ath12k_ahb_init_qmi_ce_config()
H A Dpci.c740 struct ath12k_qmi_ce_cfg *cfg = &ab->qmi.ce_cfg; in ath12k_pci_init_qmi_ce_config()