Home
last modified time | relevance | path

Searched refs:svc_to_ce_map (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.15/drivers/net/wireless/ath/ath11k/
Dcore.c53 .svc_to_ce_map = ath11k_target_service_to_ce_map_wlan_ipq8074,
94 .svc_to_ce_map = ath11k_target_service_to_ce_map_wlan_ipq6018,
135 .svc_to_ce_map = ath11k_target_service_to_ce_map_wlan_qca6390,
175 .svc_to_ce_map = ath11k_target_service_to_ce_map_wlan_qcn9074,
213 .svc_to_ce_map = ath11k_target_service_to_ce_map_wlan_qca6390,
Dahb.c375 cfg->svc_to_ce_map = ab->hw_params.svc_to_ce_map; in ath11k_ahb_init_qmi_ce_config()
584 entry = &ab->hw_params.svc_to_ce_map[i]; in ath11k_ahb_map_service_to_pipe()
Dhw.h145 const struct service_to_pipe *svc_to_ce_map; member
Dqmi.h81 const struct service_to_pipe *svc_to_ce_map; member
Dpci.c837 cfg->svc_to_ce_map = ab->hw_params.svc_to_ce_map; in ath11k_pci_init_qmi_ce_config()
1122 entry = &ab->hw_params.svc_to_ce_map[i]; in ath11k_pci_map_service_to_pipe()
Dqmi.c2311 svc_cfg = (struct service_to_pipe *)ab->qmi.ce_cfg.svc_to_ce_map; in ath11k_qmi_wlanfw_wlan_cfg_send()