Searched defs:service_id (Results 1 - 18 of 18) sorted by relevance

/drivers/net/wireless/ath/ath10k/
H A Dhif.h62 int (*map_service_to_pipe)(struct ath10k *ar, u16 service_id,
120 u16 service_id,
125 return ar->hif.ops->map_service_to_pipe(ar, service_id,
119 ath10k_hif_map_service_to_pipe(struct ath10k *ar, u16 service_id, u8 *ul_pipe, u8 *dl_pipe, int *ul_is_polled, int *dl_is_polled) argument
H A Dhtc.c504 ep->service_id = ATH10K_HTC_SVC_ID_UNUSED;
525 entry->service_id = ATH10K_HTC_SVC_ID_WMI_CONTROL;
530 u16 service_id)
536 if (htc->service_tx_alloc[i].service_id == service_id)
619 conn_req.service_id = ATH10K_HTC_SVC_ID_RSVD_CTRL;
647 u16 message_id, service_id, flags = 0; local
651 if (conn_req->service_id == ATH10K_HTC_SVC_ID_RSVD_CTRL) {
660 conn_req->service_id);
664 htc_service_name(conn_req->service_id));
529 ath10k_htc_get_credit_allocation(struct ath10k_htc *htc, u16 service_id) argument
[all...]
H A Dpci.h130 __le32 service_id; member in struct:service_to_pipe
H A Dhtc.h139 __le16 service_id; member in struct:ath10k_htc_conn_svc
146 __le16 service_id; member in struct:ath10k_htc_conn_svc_response
283 u16 service_id; member in struct:ath10k_htc_svc_conn_req
308 enum ath10k_htc_svc_id service_id; member in struct:ath10k_htc_ep
326 u16 service_id; member in struct:ath10k_htc_svc_tx_credits
H A Dpci.c1057 u16 service_id, u8 *ul_pipe,
1073 if (__le32_to_cpu(entry->service_id) != service_id)
1056 ath10k_pci_hif_map_service_to_pipe(struct ath10k *ar, u16 service_id, u8 *ul_pipe, u8 *dl_pipe, int *ul_is_polled, int *dl_is_polled) argument
H A Dwmi.h178 static inline char *wmi_service_name(int service_id) argument
182 switch (service_id) {
/drivers/net/wireless/ath/ath6kl/
H A Dhif-ops.h171 u16 service_id, u8 *ul_pipe,
176 return ar->hif_ops->pipe_map_service(ar, service_id, ul_pipe, dl_pipe);
170 ath6kl_hif_pipe_map_service(struct ath6kl *ar, u16 service_id, u8 *ul_pipe, u8 *dl_pipe) argument
H A Dhtc_pipe.c574 entry->service_id = WMI_DATA_VO_SVC;
584 entry->service_id = WMI_CONTROL_SVC;
593 entry->service_id = WMI_DATA_BE_SVC;
598 entry->service_id = WMI_DATA_VI_SVC;
608 entry->service_id = WMI_DATA_VO_SVC;
618 entry->service_id = WMI_CONTROL_SVC;
625 entry->service_id = WMI_DATA_BK_SVC;
633 entry->service_id = WMI_DATA_BE_SVC;
640 if (target->pipe.txcredit_alloc[i].service_id != 0) {
645 service_id,
1208 htc_get_credit_alloc(struct htc_target *target, u16 service_id) argument
[all...]
H A Dhtc.h539 u16 service_id; member in struct:htc_pipe_txcredit_alloc
/drivers/net/wireless/ath/ath9k/
H A Dhtc_hst.c45 if (endpoint[avail_epid].service_id == 0)
50 static u8 service_to_ulpipe(u16 service_id) argument
52 switch (service_id) {
69 static u8 service_to_dlpipe(u16 service_id) argument
71 switch (service_id) {
97 endpoint->service_id = HTC_CTRL_RSVD_SVC;
108 u16 service_id; local
117 service_id = be16_to_cpu(svc_rspmsg->service_id);
123 if (tmp_endpoint->service_id
[all...]
H A Dhtc_drv_init.c97 u16 service_id,
108 req.service_id = service_id;
96 ath9k_htc_connect_svc(struct ath9k_htc_priv *priv, u16 service_id, void (*tx) (void *, struct sk_buff *, enum htc_endpoint_id, bool txok), enum htc_endpoint_id *ep_id) argument
H A Dhtc_hst.h99 u16 service_id; member in struct:htc_endpoint
142 u16 service_id; member in struct:htc_service_connreq
176 __be16 service_id; member in struct:htc_conn_svc_msg
193 __be16 service_id; member in struct:htc_conn_svc_rspmsg
/drivers/ps3/
H A Dps3-sys-manager.c51 * @service_id: Message type, one of enum ps3_sys_manager_service_id.
61 u16 service_id; member in struct:ps3_sys_manager_header
73 pr_debug("%s:%d: service_id: %xh\n", func, line, h->service_id);
93 * enum ps3_sys_manager_service_id - Message header service_id.
249 BUG_ON(header->service_id > 8);
283 header.service_id = PS3_SM_SERVICE_ID_SET_ATTR;
320 header.service_id = PS3_SM_SERVICE_ID_SET_NEXT_OP;
362 header.service_id = PS3_SM_SERVICE_ID_REQUEST;
400 header.service_id
[all...]
/drivers/crypto/qat/qat_common/
H A Dicp_qat_fw.h144 uint8_t service_id; member in struct:icp_qat_fw_comn_resp_hdr
/drivers/infiniband/core/
H A Ducm.c580 resp.service_id = ctx->cm_id->service_id;
631 static int ucm_validate_listen(__be64 service_id, __be64 service_mask) argument
633 service_id &= service_mask;
635 if (((service_id & IB_CMA_SERVICE_ID_MASK) == IB_CMA_SERVICE_ID) ||
636 ((service_id & IB_SDP_SERVICE_ID_MASK) == IB_SDP_SERVICE_ID))
657 result = ucm_validate_listen(cmd.service_id, cmd.service_mask);
661 result = ib_cm_listen(ctx->cm_id, cmd.service_id, cmd.service_mask,
760 param.service_id = cmd.sid;
1018 param.service_id
[all...]
H A Dcm_msgs.h59 __be64 service_id; member in struct:cm_req_msg
802 __be64 service_id; member in struct:cm_sidr_req_msg
816 __be64 service_id; member in struct:cm_sidr_rep_msg
H A Dcm.c505 __be64 service_id = cm_id_priv->id.service_id; local
515 if ((cur_cm_id_priv->id.service_mask & service_id) ==
516 (service_mask & cur_cm_id_priv->id.service_id) &&
525 else if (be64_lt(service_id, cur_cm_id_priv->id.service_id))
527 else if (be64_gt(service_id, cur_cm_id_priv->id.service_id))
540 __be64 service_id,
551 if ((cm_id_priv->id.service_mask & service_id)
539 cm_find_listen(struct ib_device *device, __be64 service_id, u8 *private_data) argument
931 ib_cm_listen(struct ib_cm_id *cm_id, __be64 service_id, __be64 service_mask, struct ib_cm_compare_data *compare_data) argument
[all...]
/drivers/infiniband/ulp/srp/
H A Dib_srp.h161 __be64 service_id; member in struct:srp_target_port

Completed in 1355 milliseconds