Home
last modified time | relevance | path

Searched refs:svc_cfg (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/net/wireless/ath/ath12k/
H A Dqmi.c1878 svc_cfg),
2898 struct service_to_pipe *svc_cfg; in ath12k_qmi_wlanfw_wlan_cfg_send() local
2903 svc_cfg = (struct service_to_pipe *)ab->qmi.ce_cfg.svc_to_ce_map; in ath12k_qmi_wlanfw_wlan_cfg_send()
2928 req->svc_cfg[pipe_num].service_id = svc_cfg[pipe_num].service_id; in ath12k_qmi_wlanfw_wlan_cfg_send()
2929 req->svc_cfg[pipe_num].pipe_dir = svc_cfg[pipe_num].pipedir; in ath12k_qmi_wlanfw_wlan_cfg_send()
2930 req->svc_cfg[pipe_num].pipe_num = svc_cfg[pipe_num].pipenum; in ath12k_qmi_wlanfw_wlan_cfg_send()
H A Dqmi.h567 svc_cfg[QMI_WLANFW_MAX_NUM_SVC_V01]; member
/linux/drivers/net/wireless/ath/ath11k/
H A Dqmi.c1552 svc_cfg),
2689 struct service_to_pipe *svc_cfg; in ath11k_qmi_wlanfw_wlan_cfg_send() local
2694 svc_cfg = (struct service_to_pipe *)ab->qmi.ce_cfg.svc_to_ce_map; in ath11k_qmi_wlanfw_wlan_cfg_send()
2721 req->svc_cfg[pipe_num].service_id = svc_cfg[pipe_num].service_id; in ath11k_qmi_wlanfw_wlan_cfg_send()
2722 req->svc_cfg[pipe_num].pipe_dir = svc_cfg[pipe_num].pipedir; in ath11k_qmi_wlanfw_wlan_cfg_send()
2723 req->svc_cfg[pipe_num].pipe_num = svc_cfg[pipe_num].pipenum; in ath11k_qmi_wlanfw_wlan_cfg_send()
H A Dqmi.h489 svc_cfg[QMI_WLANFW_MAX_NUM_SVC_V01]; member
/linux/drivers/net/wireless/ath/ath10k/
H A Dqmi.c471 req->svc_cfg[i].service_id = config->ce_svc_cfg[i].service_id; in ath10k_qmi_cfg_send_sync_msg()
472 req->svc_cfg[i].pipe_dir = config->ce_svc_cfg[i].pipe_dir; in ath10k_qmi_cfg_send_sync_msg()
473 req->svc_cfg[i].pipe_num = config->ce_svc_cfg[i].pipe_num; in ath10k_qmi_cfg_send_sync_msg()
H A Dqmi_wlfw_v01.h280 struct wlfw_ce_svc_pipe_cfg_s_v01 svc_cfg[QMI_WLFW_MAX_NUM_SVC_V01]; member
H A Dqmi_wlfw_v01.c747 svc_cfg),