Searched refs:service_id (Results 1 - 50 of 50) sorted by relevance

/linux-4.1.27/drivers/net/wireless/ath/ath9k/
H A Dhtc_hst.c45 if (endpoint[avail_epid].service_id == 0) get_next_avail_ep()
50 static u8 service_to_ulpipe(u16 service_id) service_to_ulpipe() argument
52 switch (service_id) { service_to_ulpipe()
69 static u8 service_to_dlpipe(u16 service_id) service_to_dlpipe() argument
71 switch (service_id) { service_to_dlpipe()
97 endpoint->service_id = HTC_CTRL_RSVD_SVC; htc_process_target_rdy()
108 u16 service_id; htc_process_conn_rsp() local
117 service_id = be16_to_cpu(svc_rspmsg->service_id); htc_process_conn_rsp()
123 if (tmp_endpoint->service_id == service_id) { htc_process_conn_rsp()
124 tmp_endpoint->service_id = 0; htc_process_conn_rsp()
132 endpoint->service_id = service_id; htc_process_conn_rsp()
245 "service %d\n", service_connreq->service_id); htc_connect_service()
249 endpoint->service_id = service_connreq->service_id; htc_connect_service()
251 endpoint->ul_pipeid = service_to_ulpipe(service_connreq->service_id); htc_connect_service()
252 endpoint->dl_pipeid = service_to_dlpipe(service_connreq->service_id); htc_connect_service()
267 conn_msg->service_id = cpu_to_be16(service_connreq->service_id); htc_connect_service()
280 service_connreq->service_id); htc_connect_service()
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
H A Dwmi.c262 connect.service_id = WMI_CONTROL_SVC; ath9k_wmi_connect()
H A Dhtc_drv_init.c117 u16 service_id, ath9k_htc_connect_svc()
128 req.service_id = service_id; ath9k_htc_connect_svc()
116 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) ath9k_htc_connect_svc() argument
/linux-4.1.27/arch/arm/mach-bcm/
H A Dbcm_kona_smc.c28 unsigned service_id; member in struct:bcm_kona_smc_data
80 * int bcm_kona_do_smc(u32 service_id, u32 buffer_addr)
109 static int bcm_kona_do_smc(u32 service_id, u32 buffer_phys) bcm_kona_do_smc() argument
117 r4 = service_id; bcm_kona_do_smc()
160 data->result = bcm_kona_do_smc(data->service_id, bcm_smc_buffer_phys); __bcm_kona_smc()
163 unsigned bcm_kona_smc(unsigned service_id, unsigned arg0, unsigned arg1, bcm_kona_smc() argument
168 data.service_id = service_id; bcm_kona_smc()
H A Dbcm_kona_smc.h26 extern unsigned bcm_kona_smc(unsigned service_id,
/linux-4.1.27/drivers/net/wireless/ath/ath10k/
H A Dhtc.c509 ep->service_id = ATH10K_HTC_SVC_ID_UNUSED; ath10k_htc_reset_endpoint_states()
530 entry->service_id = ATH10K_HTC_SVC_ID_WMI_CONTROL; ath10k_htc_setup_target_buffer_assignments()
535 u16 service_id) ath10k_htc_get_credit_allocation()
541 if (htc->service_tx_alloc[i].service_id == service_id) ath10k_htc_get_credit_allocation()
624 conn_req.service_id = ATH10K_HTC_SVC_ID_RSVD_CTRL; ath10k_htc_wait_target()
652 u16 message_id, service_id, flags = 0; ath10k_htc_connect_service() local
656 if (conn_req->service_id == ATH10K_HTC_SVC_ID_RSVD_CTRL) { ath10k_htc_connect_service()
665 conn_req->service_id); ath10k_htc_connect_service()
669 htc_service_name(conn_req->service_id)); ath10k_htc_connect_service()
688 if (conn_req->service_id != ATH10K_HTC_SVC_ID_WMI_CONTROL) { ath10k_htc_connect_service()
695 req_msg->service_id = __cpu_to_le16(conn_req->service_id); ath10k_htc_connect_service()
717 service_id = __le16_to_cpu(resp_msg->service_id); ath10k_htc_connect_service()
728 htc_service_name(service_id), ath10k_htc_connect_service()
736 htc_service_name(service_id), ath10k_htc_connect_service()
755 if (ep->service_id != ATH10K_HTC_SVC_ID_UNUSED) ath10k_htc_connect_service()
763 ep->service_id = conn_req->service_id; ath10k_htc_connect_service()
778 ep->service_id, ath10k_htc_connect_service()
788 htc_service_name(ep->service_id), ep->ul_pipe_id, ath10k_htc_connect_service()
799 htc_service_name(ep->service_id), assigned_eid); ath10k_htc_connect_service()
534 ath10k_htc_get_credit_allocation(struct ath10k_htc *htc, u16 service_id) ath10k_htc_get_credit_allocation() argument
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 Dhtt.c38 conn_req.service_id = ATH10K_HTC_SVC_ID_HTT_DATA_MSG; ath10k_htt_connect()
H A Dhif.h67 int (*map_service_to_pipe)(struct ath10k *ar, u16 service_id,
144 u16 service_id, ath10k_hif_map_service_to_pipe()
149 return ar->hif.ops->map_service_to_pipe(ar, service_id, ath10k_hif_map_service_to_pipe()
143 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) ath10k_hif_map_service_to_pipe() argument
H A Dpci.h130 __le32 service_id; member in struct:service_to_pipe
H A Dpci.c1103 u16 service_id, u8 *ul_pipe, ath10k_pci_hif_map_service_to_pipe()
1119 if (__le32_to_cpu(entry->service_id) != service_id) ath10k_pci_hif_map_service_to_pipe()
1102 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) ath10k_pci_hif_map_service_to_pipe() argument
H A Dwmi.h217 static inline char *wmi_service_name(int service_id) wmi_service_name() argument
221 switch (service_id) { wmi_service_name()
H A Dwmi.c3654 conn_req.service_id = ATH10K_HTC_SVC_ID_WMI_CONTROL; ath10k_wmi_connect()
/linux-4.1.27/net/rxrpc/
H A Dar-connection.c60 struct key *key, __be16 service_id) rxrpc_cmp_bundle()
62 return (bundle->service_id - service_id) ?: rxrpc_cmp_bundle()
72 __be16 service_id, rxrpc_get_bundle()
79 rx, key_serial(key), trans->debug_id, ntohs(service_id)); rxrpc_get_bundle()
94 if (rxrpc_cmp_bundle(bundle, key, service_id) < 0) rxrpc_get_bundle()
96 else if (rxrpc_cmp_bundle(bundle, key, service_id) > 0) rxrpc_get_bundle()
113 candidate->service_id = service_id; rxrpc_get_bundle()
123 if (rxrpc_cmp_bundle(bundle, key, service_id) < 0) rxrpc_get_bundle()
125 else if (rxrpc_cmp_bundle(bundle, key, service_id) > 0) rxrpc_get_bundle()
337 __be16 service_id, rxrpc_connect_exclusive()
358 conn->service_id = service_id; rxrpc_connect_exclusive()
443 return rxrpc_connect_exclusive(rx, trans, bundle->service_id, rxrpc_connect_call()
535 candidate->service_id = bundle->service_id; rxrpc_connect_call()
672 candidate->service_id = hdr->serviceId; rxrpc_incoming_connection()
678 if (candidate->service_id) rxrpc_incoming_connection()
59 rxrpc_cmp_bundle(const struct rxrpc_conn_bundle *bundle, struct key *key, __be16 service_id) rxrpc_cmp_bundle() argument
69 rxrpc_get_bundle(struct rxrpc_sock *rx, struct rxrpc_transport *trans, struct key *key, __be16 service_id, gfp_t gfp) rxrpc_get_bundle() argument
335 rxrpc_connect_exclusive(struct rxrpc_sock *rx, struct rxrpc_transport *trans, __be16 service_id, struct rxrpc_call *call, gfp_t gfp) rxrpc_connect_exclusive() argument
H A Daf_rxrpc.c128 __be16 service_id; rxrpc_bind() local
155 service_id = htons(srx->srx_service); rxrpc_bind()
158 if (prx->service_id == service_id) rxrpc_bind()
162 rx->service_id = service_id; rxrpc_bind()
279 __be16 service_id; rxrpc_kernel_begin_call() local
302 service_id = rx->service_id; rxrpc_kernel_begin_call()
304 service_id = htons(srx->srx_service); rxrpc_kernel_begin_call()
311 bundle = rxrpc_get_bundle(rx, trans, key, service_id, gfp); rxrpc_kernel_begin_call()
428 rx->service_id = htons(srx->srx_service); rxrpc_connect()
H A Dar-security.c174 sprintf(kdesc, "%u:%u", ntohs(conn->service_id), conn->security_ix); rxrpc_init_server_conn_security()
185 if (rx->service_id == conn->service_id) rxrpc_init_server_conn_security()
H A Dar-proc.c77 ntohs(call->conn->service_id), rxrpc_call_seq_show()
160 ntohs(conn->service_id), rxrpc_connection_seq_show()
H A Dar-accept.c215 __be16 service_id; rxrpc_accept_incoming_calls() local
259 service_id = sp->hdr.serviceId; rxrpc_accept_incoming_calls()
262 if (rx->service_id == service_id && rxrpc_accept_incoming_calls()
270 _debug("found service %hd", ntohs(rx->service_id)); rxrpc_accept_incoming_calls()
H A Dar-call.c71 __be16 service_id, rxrpc_call_hashfunc()
89 key += (__force u16)service_id; rxrpc_call_hashfunc()
123 call->service_id, call->proto, rxrpc_call_hash_add()
155 __be16 service_id, rxrpc_find_call_hash()
178 service_id, proto, localptr, addr_size, rxrpc_find_call_hash()
185 call->service_id == service_id && hash_for_each_possible_rcu()
295 call->service_id = call->conn->service_id; rxrpc_alloc_client_call()
539 call->service_id = conn->service_id; rxrpc_incoming_call()
66 rxrpc_call_hashfunc( u8 clientflag, __be32 cid, __be32 call_id, __be32 epoch, __be16 service_id, sa_family_t proto, void *localptr, unsigned int addr_size, const u8 *peer_addr) rxrpc_call_hashfunc() argument
150 rxrpc_find_call_hash( u8 clientflag, __be32 cid, __be32 call_id, __be32 epoch, __be16 service_id, void *localptr, sa_family_t proto, const u8 *peer_addr) rxrpc_find_call_hash() argument
H A Dar-output.c139 __be16 service_id; rxrpc_client_sendmsg() local
154 service_id = rx->service_id; rxrpc_client_sendmsg()
158 service_id = htons(srx->srx_service); rxrpc_client_sendmsg()
163 bundle = rxrpc_get_bundle(rx, trans, key, service_id, rxrpc_client_sendmsg()
663 sp->hdr.serviceId = conn->service_id; rxrpc_send_data()
H A Dar-internal.h73 __be16 service_id; /* service ID of local/remote service */ member in struct:rxrpc_sock
221 * - matched by { transport, service_id, key }
233 __be16 service_id; /* service ID */ member in struct:rxrpc_conn_bundle
239 * - matched by { transport, service_id, conn_id, direction, key }
289 __be16 service_id; /* service ID */ member in struct:rxrpc_connection
410 __be16 service_id; /* service ID */ member in struct:rxrpc_call
H A Dar-connevent.c101 hdr.serviceId = conn->service_id; rxrpc_abort_connection()
H A Dar-ack.c921 hdr.serviceId = call->conn->service_id; rxrpc_process_call()
H A Drxkad.c604 hdr.serviceId = conn->service_id; rxkad_issue_challenge()
/linux-4.1.27/net/ceph/
H A Dauth_x_protocol.h65 __le32 service_id; member in struct:ceph_x_authorize_a
H A Dauth_x.c322 msg_a->service_id = cpu_to_le32(th->service); ceph_x_build_authorizer()
/linux-4.1.27/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); _dump_sm_header()
93 * enum ps3_sys_manager_service_id - Message header service_id.
249 BUG_ON(header->service_id > 8); ps3_sys_manager_write()
283 header.service_id = PS3_SM_SERVICE_ID_SET_ATTR; ps3_sys_manager_send_attr()
320 header.service_id = PS3_SM_SERVICE_ID_SET_NEXT_OP; ps3_sys_manager_send_next_op()
362 header.service_id = PS3_SM_SERVICE_ID_REQUEST; ps3_sys_manager_send_request_shutdown()
400 header.service_id = PS3_SM_SERVICE_ID_RESPONSE; ps3_sys_manager_send_response()
563 switch (header.service_id) { ps3_sys_manager_handle_msg()
576 dev_dbg(&dev->core, "%s:%d: unknown service_id (%u)\n", ps3_sys_manager_handle_msg()
577 __func__, __LINE__, header.service_id); ps3_sys_manager_handle_msg()
/linux-4.1.27/drivers/infiniband/core/
H A Dcm.c504 __be64 service_id = cm_id_priv->id.service_id; cm_insert_listen() local
514 if ((cur_cm_id_priv->id.service_mask & service_id) == cm_insert_listen()
515 (service_mask & cur_cm_id_priv->id.service_id) && cm_insert_listen()
524 else if (be64_lt(service_id, cur_cm_id_priv->id.service_id)) cm_insert_listen()
526 else if (be64_gt(service_id, cur_cm_id_priv->id.service_id)) cm_insert_listen()
539 __be64 service_id, cm_find_listen()
550 if ((cm_id_priv->id.service_mask & service_id) == cm_find_listen()
551 cm_id_priv->id.service_id && cm_find_listen()
559 else if (be64_lt(service_id, cm_id_priv->id.service_id)) cm_find_listen()
561 else if (be64_gt(service_id, cm_id_priv->id.service_id)) cm_find_listen()
935 int ib_cm_listen(struct ib_cm_id *cm_id, __be64 service_id, __be64 service_mask, ib_cm_listen() argument
943 service_id &= service_mask; ib_cm_listen()
944 if ((service_id & IB_SERVICE_ID_AGN_MASK) == IB_CM_ASSIGN_SERVICE_ID && ib_cm_listen()
945 (service_id != IB_CM_ASSIGN_SERVICE_ID)) ib_cm_listen()
966 if (service_id == IB_CM_ASSIGN_SERVICE_ID) { ib_cm_listen()
967 cm_id->service_id = cpu_to_be64(cm.listen_service_id++); ib_cm_listen()
970 cm_id->service_id = service_id; ib_cm_listen()
1019 req_msg->service_id = param->service_id; cm_format_req()
1151 cm_id->service_id = param->service_id; ib_send_cm_req()
1478 req_msg->service_id, cm_match_req()
1562 cm_id_priv->id.service_id = req_msg->service_id; cm_req_handler()
2919 sidr_req_msg->service_id = param->service_id; cm_format_sidr_req()
2943 cm_id->service_id = param->service_id; ib_send_cm_sidr_req()
3025 sidr_req_msg->service_id, cm_sidr_req_handler()
3038 cm_id_priv->id.service_id = sidr_req_msg->service_id; cm_sidr_req_handler()
3059 sidr_rep_msg->service_id = cm_id_priv->id.service_id; cm_format_sidr_rep()
538 cm_find_listen(struct ib_device *device, __be64 service_id, u32 *private_data) cm_find_listen() argument
H A Ducm.c581 resp.service_id = ctx->cm_id->service_id; ib_ucm_attr_id()
632 static int ucm_validate_listen(__be64 service_id, __be64 service_mask) ucm_validate_listen() argument
634 service_id &= service_mask; ucm_validate_listen()
636 if (((service_id & IB_CMA_SERVICE_ID_MASK) == IB_CMA_SERVICE_ID) || ucm_validate_listen()
637 ((service_id & IB_SDP_SERVICE_ID_MASK) == IB_SDP_SERVICE_ID)) ucm_validate_listen()
658 result = ucm_validate_listen(cmd.service_id, cmd.service_mask); ib_ucm_listen()
662 result = ib_cm_listen(ctx->cm_id, cmd.service_id, cmd.service_mask, ib_ucm_listen()
761 param.service_id = cmd.sid; ib_ucm_send_req()
1019 param.service_id = cmd.sid; ib_ucm_send_sidr_req()
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 Dcma.c1728 path_rec.service_id = rdma_get_service_id(&id_priv->id, cma_dst_addr(id_priv)); cma_query_ib_route()
2764 req.service_id = rdma_get_service_id(&id_priv->id, cma_dst_addr(id_priv)); cma_resolve_ib_udp()
2824 req.service_id = rdma_get_service_id(&id_priv->id, cma_dst_addr(id_priv)); cma_connect_ib()
H A Dsa_query.c130 { PATH_REC_FIELD(service_id),
/linux-4.1.27/fs/afs/
H A Dfsclient.c296 call->service_id = FS_SERVICE; afs_fs_fetch_file_status()
471 call->service_id = FS_SERVICE; afs_fs_fetch_data64()
516 call->service_id = FS_SERVICE; afs_fs_fetch_data()
584 call->service_id = FS_SERVICE; afs_fs_give_up_callbacks()
690 call->service_id = FS_SERVICE; afs_fs_create()
779 call->service_id = FS_SERVICE; afs_fs_remove()
864 call->service_id = FS_SERVICE; afs_fs_link()
961 call->service_id = FS_SERVICE; afs_fs_symlink()
1069 call->service_id = FS_SERVICE; afs_fs_rename()
1178 call->service_id = FS_SERVICE; afs_fs_store_data64()
1255 call->service_id = FS_SERVICE; afs_fs_store_data()
1371 call->service_id = FS_SERVICE; afs_fs_setattr_size64()
1422 call->service_id = FS_SERVICE; afs_fs_setattr_size()
1469 call->service_id = FS_SERVICE; afs_fs_setattr()
1749 call->service_id = FS_SERVICE; afs_fs_get_volume_status()
1835 call->service_id = FS_SERVICE; afs_fs_set_lock()
1868 call->service_id = FS_SERVICE; afs_fs_extend_lock()
1900 call->service_id = FS_SERVICE; afs_fs_release_lock()
H A Dvlclient.c172 call->service_id = VL_SERVICE; afs_vl_get_entry_by_name()
208 call->service_id = VL_SERVICE; afs_vl_get_entry_by_id()
H A Drxrpc.c363 srx.srx_service = call->service_id; afs_make_call()
H A Dinternal.h117 u16 service_id; /* RxRPC service ID to call */ member in struct:afs_call
/linux-4.1.27/drivers/net/wireless/ath/ath6kl/
H A Dhif-ops.h171 u16 service_id, u8 *ul_pipe, ath6kl_hif_pipe_map_service()
176 return ar->hif_ops->pipe_map_service(ar, service_id, ul_pipe, dl_pipe); ath6kl_hif_pipe_map_service()
170 ath6kl_hif_pipe_map_service(struct ath6kl *ar, u16 service_id, u8 *ul_pipe, u8 *dl_pipe) ath6kl_hif_pipe_map_service() argument
H A Dhtc_pipe.c574 entry->service_id = WMI_DATA_VO_SVC; htc_setup_target_buffer_assignments()
584 entry->service_id = WMI_CONTROL_SVC; htc_setup_target_buffer_assignments()
593 entry->service_id = WMI_DATA_BE_SVC; htc_setup_target_buffer_assignments()
598 entry->service_id = WMI_DATA_VI_SVC; htc_setup_target_buffer_assignments()
608 entry->service_id = WMI_DATA_VO_SVC; htc_setup_target_buffer_assignments()
618 entry->service_id = WMI_CONTROL_SVC; htc_setup_target_buffer_assignments()
625 entry->service_id = WMI_DATA_BK_SVC; htc_setup_target_buffer_assignments()
633 entry->service_id = WMI_DATA_BE_SVC; htc_setup_target_buffer_assignments()
640 if (target->pipe.txcredit_alloc[i].service_id != 0) { htc_setup_target_buffer_assignments()
645 service_id, htc_setup_target_buffer_assignments()
1208 static u8 htc_get_credit_alloc(struct htc_target *target, u16 service_id) htc_get_credit_alloc() argument
1214 if (target->pipe.txcredit_alloc[i].service_id == service_id) htc_get_credit_alloc()
1222 service_id); htc_get_credit_alloc()
H A Dhif.h262 int (*pipe_map_service)(struct ath6kl *ar, u16 service_id, u8 *pipe_ul,
H A Dhtc.h539 u16 service_id; member in struct:htc_pipe_txcredit_alloc
/linux-4.1.27/arch/sparc/kernel/
H A Dds.c137 const char *service_id; member in struct:ds_cap_state
167 .service_id = "md-update",
171 .service_id = "domain-shutdown",
175 .service_id = "domain-panic",
180 .service_id = "dr-cpu",
185 .service_id = "pri",
189 .service_id = "var-config",
193 .service_id = "var-config-backup",
234 if (strcmp(dp->ds_states[i].service_id, name)) find_cap_by_string()
903 strlen(cp->service_id)); register_services()
911 strcpy(pbuf.req.svc_id, cp->service_id); register_services()
945 dp->id, cp->service_id); ds_handshake()
/linux-4.1.27/include/rdma/
H A Dib_cm.h301 __be64 service_id; member in struct:ib_cm_id
349 * @service_id: Service identifier matched against incoming connection
355 * exactly. This parameter is ignored if %service_id is set to
361 int ib_cm_listen(struct ib_cm_id *cm_id, __be64 service_id, __be64 service_mask,
367 __be64 service_id; member in struct:ib_cm_req_param
568 __be64 service_id; member in struct:ib_cm_sidr_req_param
H A Dib_sa.h135 __be64 service_id; member in struct:ib_sa_path_rec
/linux-4.1.27/include/uapi/rdma/
H A Dib_user_cm.h100 __be64 service_id; member in struct:ib_ucm_attr_id_resp
113 __be64 service_id; member in struct:ib_ucm_listen
/linux-4.1.27/drivers/infiniband/ulp/srp/
H A Dib_srp.c308 ch->path.service_id = target->service_id; srp_new_cm_id()
721 req->param.service_id = target->service_id; srp_send_req()
2580 (unsigned long long) be64_to_cpu(target->service_id)); show_service_id()
2696 static DEVICE_ATTR(service_id, S_IRUGO, show_service_id, NULL);
2872 * pkey=<P_Key>,service_id=<service ID>
2905 { SRP_OPT_SERVICE_ID, "service_id=%s" },
3001 target->service_id = cpu_to_be64(simple_strtoull(p, NULL, 16)); srp_parse_options()
3295 "new target: id_ext %016llx ioc_guid %016llx pkey %04x service_id %016llx sgid %pI6 dgid %pI6\n",
3299 be64_to_cpu(target->service_id),
H A Dib_srp.h200 __be64 service_id; member in struct:srp_target_port
/linux-4.1.27/drivers/crypto/qat/qat_common/
H A Dicp_qat_fw.h144 uint8_t service_id; member in struct:icp_qat_fw_comn_resp_hdr
/linux-4.1.27/drivers/infiniband/ulp/ipoib/
H A Dipoib_cm.c1063 req.service_id = cpu_to_be64(IPOIB_CM_IETF_ID | qpn); ipoib_cm_send_req()
/linux-4.1.27/drivers/infiniband/ulp/srpt/
H A Dib_srpt.c3193 "pkey=ffff,service_id=%016llx\n", srpt_service_guid, srpt_add_one()
3197 * We do not have a consistent service_id (ie. also id_ext of target_id) srpt_add_one()
3199 * in the system as service_id; therefore, the target_id will change srpt_add_one()

Completed in 1059 milliseconds