Home
last modified time | relevance | path

Searched refs:service_to_pipe (Results 1 – 14 of 14) sorted by relevance

/linux-6.12.1/drivers/net/wireless/ath/ath11k/
Dcore.h1217 extern const struct service_to_pipe ath11k_target_service_to_ce_map_wlan_ipq8074[];
1218 extern const struct service_to_pipe ath11k_target_service_to_ce_map_wlan_ipq6018[];
1221 extern const struct service_to_pipe ath11k_target_service_to_ce_map_wlan_qca6390[];
1224 extern const struct service_to_pipe ath11k_target_service_to_ce_map_wlan_ipq5018[];
1227 extern const struct service_to_pipe ath11k_target_service_to_ce_map_wlan_qcn9074[];
Dce.h72 struct service_to_pipe { struct
Dhw.c1408 const struct service_to_pipe ath11k_target_service_to_ce_map_wlan_ipq8074[] = {
1520 const struct service_to_pipe ath11k_target_service_to_ce_map_wlan_ipq6018[] = {
1720 const struct service_to_pipe ath11k_target_service_to_ce_map_wlan_qca6390[] = {
1899 const struct service_to_pipe ath11k_target_service_to_ce_map_wlan_qcn9074[] = {
2170 const struct service_to_pipe ath11k_target_service_to_ce_map_wlan_ipq5018[] = {
Dhw.h162 const struct service_to_pipe *svc_to_ce_map;
Dqmi.h86 const struct service_to_pipe *svc_to_ce_map;
Dpcic.c763 const struct service_to_pipe *entry; in ath11k_pcic_map_service_to_pipe()
Dahb.c647 const struct service_to_pipe *entry; in ath11k_ahb_map_service_to_pipe()
Dqmi.c2689 struct service_to_pipe *svc_cfg; in ath11k_qmi_wlanfw_wlan_cfg_send()
2694 svc_cfg = (struct service_to_pipe *)ab->qmi.ce_cfg.svc_to_ce_map; in ath11k_qmi_wlanfw_wlan_cfg_send()
/linux-6.12.1/drivers/net/wireless/ath/ath12k/
Dce.h59 struct service_to_pipe { struct
Dhw.c346 static const struct service_to_pipe ath12k_target_service_to_ce_map_wlan_qcn9274[] = {
457 static const struct service_to_pipe ath12k_target_service_to_ce_map_wlan_wcn7850[] = {
Dhw.h172 const struct service_to_pipe *svc_to_ce_map;
Dqmi.h83 const struct service_to_pipe *svc_to_ce_map;
Dqmi.c2898 struct service_to_pipe *svc_cfg; in ath12k_qmi_wlanfw_wlan_cfg_send()
2903 svc_cfg = (struct service_to_pipe *)ab->qmi.ce_cfg.svc_to_ce_map; in ath12k_qmi_wlanfw_wlan_cfg_send()
Dpci.c989 const struct service_to_pipe *entry; in ath12k_pci_map_service_to_pipe()