/kernel/linux/linux-5.10/drivers/infiniband/core/ |
H A D | cm_trace.h | 147 __field(unsigned int, remote_id) 155 __entry->remote_id = be32_to_cpu(cm_id->remote_id); 160 TP_printk("local_id=%u remote_id=%u state=%s lap_state=%s", 161 __entry->local_id, __entry->remote_id, 197 __field(u32, remote_id) 205 __entry->remote_id = be32_to_cpu(cm_id->remote_id); 210 TP_printk("local_id=%u remote_id=%u state=%s reason=%s", 211 __entry->local_id, __entry->remote_id, [all...] |
H A D | cm.c | 233 __be32 remote_id; member 587 static struct cm_id_private *cm_acquire_id(__be32 local_id, __be32 remote_id) in cm_acquire_id() argument 593 if (!cm_id_priv || cm_id_priv->id.remote_id != remote_id || in cm_acquire_id() 718 __be32 remote_id = timewait_info->work.remote_id; in cm_insert_remote_id() local 724 if (be32_lt(remote_id, cur_timewait_info->work.remote_id)) in cm_insert_remote_id() 726 else if (be32_gt(remote_id, cur_timewait_info->work.remote_id)) in cm_insert_remote_id() 741 cm_find_remote_id(__be64 remote_ca_guid, __be32 remote_id) cm_find_remote_id() argument 807 __be32 remote_id = cm_id_priv->id.remote_id; cm_insert_remote_sidr() local 3002 __be32 remote_id; cm_acquire_rejected_id() local [all...] |
/kernel/linux/linux-6.6/drivers/infiniband/core/ |
H A D | cm_trace.h | 147 __field(unsigned int, remote_id) 155 __entry->remote_id = be32_to_cpu(cm_id->remote_id); 160 TP_printk("local_id=%u remote_id=%u state=%s lap_state=%s", 161 __entry->local_id, __entry->remote_id, 197 __field(u32, remote_id) 205 __entry->remote_id = be32_to_cpu(cm_id->remote_id); 210 TP_printk("local_id=%u remote_id=%u state=%s reason=%s", 211 __entry->local_id, __entry->remote_id, [all...] |
H A D | cm.c | 189 __be32 remote_id; member 570 static struct cm_id_private *cm_acquire_id(__be32 local_id, __be32 remote_id) in cm_acquire_id() argument 576 if (!cm_id_priv || cm_id_priv->id.remote_id != remote_id || in cm_acquire_id() 693 __be32 remote_id = timewait_info->work.remote_id; in cm_insert_remote_id() local 699 if (be32_lt(remote_id, cur_timewait_info->work.remote_id)) in cm_insert_remote_id() 701 else if (be32_gt(remote_id, cur_timewait_info->work.remote_id)) in cm_insert_remote_id() 716 cm_find_remote_id(__be64 remote_ca_guid, __be32 remote_id) cm_find_remote_id() argument 781 __be32 remote_id = cm_id_priv->id.remote_id; cm_insert_remote_sidr() local 2990 __be32 remote_id; cm_acquire_rejected_id() local [all...] |
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | a2mp.c | 484 BT_DBG("local_id %d, remote_id %d", req->local_id, req->remote_id); in a2mp_createphyslink_req() 488 rsp.local_id = req->remote_id; in a2mp_createphyslink_req() 489 rsp.remote_id = req->local_id; in a2mp_createphyslink_req() 491 hdev = hci_dev_get(req->remote_id); in a2mp_createphyslink_req() 497 ctrl = amp_ctrl_lookup(mgr, rsp.remote_id); in a2mp_createphyslink_req() 499 ctrl = amp_ctrl_add(mgr, rsp.remote_id); in a2mp_createphyslink_req() 565 BT_DBG("local_id %d remote_id %d", req->local_id, req->remote_id); in a2mp_discphyslink_req() 569 rsp.local_id = req->remote_id; in a2mp_discphyslink_req() [all...] |
H A D | a2mp.h | 103 __u8 remote_id; member 111 __u8 remote_id; member
|
H A D | amp.c | 106 u8 remote_id, bool out) in phylink_add() 121 hcon->remote_id = remote_id; in phylink_add() 341 ctrl = amp_ctrl_lookup(mgr, hcon->remote_id); in amp_write_rem_assoc_frag() 518 bredr_chan->remote_amp_id = hs_hcon->remote_id; in amp_physical_cfm() 555 cp.rx_flow_spec.id = chan->remote_id; in amp_create_logical_link() 105 phylink_add(struct hci_dev *hdev, struct amp_mgr *mgr, u8 remote_id, bool out) phylink_add() argument
|
H A D | amp.h | 27 u8 remote_id, bool out);
|
/kernel/linux/linux-5.10/net/mptcp/ |
H A D | syncookies.c | 66 entry->join_id = subflow_req->remote_id; in mptcp_join_store_state() 120 subflow_req->remote_id = e->join_id; in mptcp_token_join_cookie_init_state()
|
H A D | subflow.c | 172 subflow_req->remote_id = mp_opt.join_id; in subflow_init_req() 1102 int remote_id = remote->id; in __mptcp_subflow_connect() local 1147 pr_debug("msk=%p remote_token=%u local_id=%d remote_id=%d", msk, in __mptcp_subflow_connect() 1148 remote_token, local_id, remote_id); in __mptcp_subflow_connect() 1151 subflow->remote_id = remote_id; in __mptcp_subflow_connect() 1388 new_ctx->remote_id = subflow_req->remote_id; in subflow_ulp_clone()
|
H A D | diag.c | 65 nla_put_u8(skb, MPTCP_SUBFLOW_ATTR_ID_REM, sf->remote_id) || in subflow_get_info()
|
H A D | protocol.h | 266 u8 remote_id; member 323 u8 remote_id; member
|
/kernel/linux/linux-6.6/net/mptcp/ |
H A D | syncookies.c | 66 entry->join_id = subflow_req->remote_id; in mptcp_join_store_state() 120 subflow_req->remote_id = e->join_id; in mptcp_token_join_cookie_init_state()
|
H A D | diag.c | 70 nla_put_u8(skb, MPTCP_SUBFLOW_ATTR_ID_REM, sf->remote_id) || in subflow_get_info()
|
H A D | subflow.c | 206 subflow_req->remote_id = mp_opt.join_id; in subflow_check_req() 538 WRITE_ONCE(subflow->remote_id, mp_opt.join_id); in subflow_finish_connect() 1514 int remote_id = remote->id; in __mptcp_subflow_connect() local 1561 pr_debug("msk=%p remote_token=%u local_id=%d remote_id=%d", msk, in __mptcp_subflow_connect() 1562 remote_token, local_id, remote_id); in __mptcp_subflow_connect() 1564 WRITE_ONCE(subflow->remote_id, remote_id); in __mptcp_subflow_connect() 1969 WRITE_ONCE(new_ctx->remote_id, subflow_req->remote_id); in subflow_ulp_clone()
|
H A D | pm_netlink.c | 438 __set_bit(subflow->remote_id, unavail_id); in fill_remote_addresses_vec() 443 addrs[i].id = READ_ONCE(subflow->remote_id); in fill_remote_addresses_vec() 805 u8 remote_id = READ_ONCE(subflow->remote_id); in mptcp_pm_nl_rm_addr_or_subflow() local 809 if (rm_type == MPTCP_MIB_RMADDR && remote_id != rm_id) in mptcp_pm_nl_rm_addr_or_subflow() 814 pr_debug(" -> %s rm_list_ids[%d]=%u local_id=%u remote_id=%u mpc_id=%u", in mptcp_pm_nl_rm_addr_or_subflow() 816 i, rm_id, id, remote_id, msk->mpc_endpoint_id); in mptcp_pm_nl_rm_addr_or_subflow() 2028 if (nla_put_u8(skb, MPTCP_ATTR_REM_ID, sf->remote_id)) in mptcp_event_add_subflow()
|
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_inline.h | 70 u_int remote_id,
|
H A D | aic79xx_inline.h | 120 u_int remote_id,
|
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_inline.h | 70 u_int remote_id,
|
H A D | aic79xx_inline.h | 120 u_int remote_id,
|
/kernel/linux/linux-6.6/include/media/ |
H A D | v4l2-fwnode.h | 91 * @remote_id: identifier of the id the remote endpoint belongs to 99 unsigned int remote_id; member
|
/kernel/linux/linux-5.10/include/media/ |
H A D | v4l2-fwnode.h | 148 * @remote_id: identifier of the id the remote endpoint belongs to 156 unsigned int remote_id; member
|
/kernel/linux/linux-5.10/drivers/mailbox/ |
H A D | zynqmp-ipi-mailbox.c | 83 * @remote_id: remote IPI agent ID 91 u32 remote_id; member 129 a2 = ipi_mbox->remote_id; in zynqmp_ipi_fw_call() 576 ret = of_property_read_u32(node, "xlnx,ipi-id", &ipi_mbox->remote_id); in zynqmp_ipi_mbox_probe()
|
/kernel/linux/linux-6.6/drivers/mailbox/ |
H A D | zynqmp-ipi-mailbox.c | 81 * @remote_id: remote IPI agent ID 89 u32 remote_id; member 127 a2 = ipi_mbox->remote_id; in zynqmp_ipi_fw_call() 574 ret = of_property_read_u32(node, "xlnx,ipi-id", &ipi_mbox->remote_id); in zynqmp_ipi_mbox_probe()
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/rdma/ |
H A D | ib_user_cm.h | 60 __be32 remote_id; member
|