Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/wireless/ath/ath11k/
Dahb.c350 cfg->svc_to_ce_map = ab->hw_params.svc_to_ce_map; in ath11k_ahb_init_qmi_ce_config()
559 entry = &ab->hw_params.svc_to_ce_map[i]; in ath11k_ahb_map_service_to_pipe()
Dcore.c50 .svc_to_ce_map = ath11k_target_service_to_ce_map_wlan_ipq8074,
87 .svc_to_ce_map = ath11k_target_service_to_ce_map_wlan_ipq6018,
124 .svc_to_ce_map = ath11k_target_service_to_ce_map_wlan_qca6390,
Dhw.h141 const struct service_to_pipe *svc_to_ce_map; member
Dpci.c614 cfg->svc_to_ce_map = ab->hw_params.svc_to_ce_map; in ath11k_pci_init_qmi_ce_config()
830 entry = &ab->hw_params.svc_to_ce_map[i]; in ath11k_pci_map_service_to_pipe()
Dqmi.h76 const struct service_to_pipe *svc_to_ce_map; member
Dqmi.c2246 svc_cfg = (struct service_to_pipe *)ab->qmi.ce_cfg.svc_to_ce_map; in ath11k_qmi_wlanfw_wlan_cfg_send()