Home
last modified time | relevance | path

Searched refs:svc_id (Results 1 – 15 of 15) sorted by relevance

/linux/drivers/net/wireless/ath/ath6kl/
H A Dhtc_mbox.c71 if ((cur_ep_dist->svc_id == WMI_DATA_BK_SVC) || in ath6kl_credit_init()
72 (cur_ep_dist->svc_id == WMI_DATA_BE_SVC)) { in ath6kl_credit_init()
80 if (cur_ep_dist->svc_id == WMI_CONTROL_SVC) { in ath6kl_credit_init()
115 if (cur_ep_dist->svc_id == WMI_CONTROL_SVC) { in ath6kl_credit_init()
137 cur_ep_dist->svc_id, in ath6kl_credit_init()
227 if (ep_dist->svc_id == WMI_CONTROL_SVC) in ath6kl_credit_seek()
230 if ((ep_dist->svc_id == WMI_DATA_VI_SVC) || in ath6kl_credit_seek()
231 (ep_dist->svc_id == WMI_DATA_VO_SVC)) in ath6kl_credit_seek()
305 if ((curdist_list->svc_id == WMI_DATA_BK_SVC) || in ath6kl_credit_redistribute()
306 (curdist_list->svc_id == WMI_DATA_BE_SVC)) in ath6kl_credit_redistribute()
[all …]
H A Dhtc_pipe.c1178 ep->svc_id = 0; in reset_endpoint_states()
1234 if (conn_req->svc_id == 0) { in ath6kl_htc_pipe_conn_service()
1240 if (conn_req->svc_id == HTC_CTRL_RSVD_SVC) { in ath6kl_htc_pipe_conn_service()
1247 tx_alloc = htc_get_credit_alloc(target, conn_req->svc_id); in ath6kl_htc_pipe_conn_service()
1276 conn_msg->svc_id = cpu_to_le16(conn_req->svc_id); in ath6kl_htc_pipe_conn_service()
1321 __func__, resp_msg->svc_id, resp_msg->status, in ath6kl_htc_pipe_conn_service()
1329 resp_msg->svc_id, resp_msg->status); in ath6kl_htc_pipe_conn_service()
1353 if (ep->svc_id != 0) { in ath6kl_htc_pipe_conn_service()
1364 ep->svc_id = conn_req->svc_id; /* this marks ep in use */ in ath6kl_htc_pipe_conn_service()
1379 status = ath6kl_hif_pipe_map_service(ar, ep->svc_id, in ath6kl_htc_pipe_conn_service()
[all …]
H A Dhtc.h193 __le16 svc_id; member
202 __le16 svc_id; member
360 u16 svc_id; member
382 u16 svc_id; member
517 u16 svc_id; member
H A Dinit.c298 switch (con_req->svc_id) { in ath6kl_connectservice()
317 ath6kl_err("service id is not mapped %d\n", con_req->svc_id); in ath6kl_connectservice()
346 connect.svc_id = WMI_CONTROL_SVC; in ath6kl_init_service_ep()
375 connect.svc_id = WMI_DATA_BE_SVC; in ath6kl_init_service_ep()
381 connect.svc_id = WMI_DATA_BK_SVC; in ath6kl_init_service_ep()
386 connect.svc_id = WMI_DATA_VI_SVC; in ath6kl_init_service_ep()
397 connect.svc_id = WMI_DATA_VO_SVC; in ath6kl_init_service_ep()
/linux/sound/soc/qcom/qdsp6/
H A Dq6core.c247 int q6core_get_svc_api_info(int svc_id, struct q6core_svc_api_info *ainfo) in q6core_get_svc_api_info() argument
267 if (svc_id != info->service_id) in q6core_get_svc_api_info()
280 if (svc_id != info->service_id) in q6core_get_svc_api_info()
H A Dq6core.h13 int q6core_get_svc_api_info(int svc_id, struct q6core_svc_api_info *ainfo);
H A Dq6adm.c580 q6core_get_svc_api_info(adev->svc_id, &adm->ainfo); in q6adm_probe()
H A Dq6afe.c1916 q6core_get_svc_api_info(adev->svc_id, &afe->ainfo); in q6afe_probe()
H A Dq6asm.c1657 q6core_get_svc_api_info(adev->svc_id, &q6asm->ainfo); in q6asm_probe()
/linux/drivers/net/wireless/ath/ath11k/
H A Dhtc.c500 static const u32 svc_id[] = { in ath11k_htc_setup_target_buffer_assignments() local
511 (htc->wmi_ep_count > ARRAY_SIZE(svc_id))) in ath11k_htc_setup_target_buffer_assignments()
517 serv_entry[i].service_id = svc_id[i]; in ath11k_htc_setup_target_buffer_assignments()
H A Dwmi.c9039 u32 svc_id[] = { ATH11K_HTC_SVC_ID_WMI_CONTROL, in ath11k_connect_pdev_htc_service() local
9055 conn_req.service_id = svc_id[pdev_idx]; in ath11k_connect_pdev_htc_service()
/linux/drivers/net/wireless/ath/ath10k/
H A Dwmi-tlv.h1456 #define WMI_TLV_EXT_SERVICE_IS_ENABLED(wmi_svc_bmap, svc_id, len) \ argument
1457 ((svc_id) < (WMI_TLV_MAX_EXT_SERVICE) && \
1458 (svc_id) >= (len) && \
1459 __le32_to_cpu((wmi_svc_bmap)[((svc_id) - (len)) / 32]) & \
1460 BIT(((((svc_id) - (len)) % 32) & 0x1f)))
/linux/arch/sparc/kernel/
H A Dds.c90 char svc_id[]; member
/linux/drivers/infiniband/core/
H A Dcma.c2660 __be64 svc_id; in cma_ib_listen() local
2663 svc_id = rdma_get_service_id(&id_priv->id, addr); in cma_ib_listen()
2665 cma_ib_req_handler, svc_id); in cma_ib_listen()
/linux/drivers/net/wireless/ath/ath12k/
H A Dwmi.c9988 static const u32 svc_id[] = { in ath12k_connect_pdev_htc_service() local
10002 conn_req.service_id = svc_id[pdev_idx]; in ath12k_connect_pdev_htc_service()