| /linux/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); 161 __entry->local_id, __entry->remote_id, 197 __field(u32, remote_id) 205 __entry->remote_id = be32_to_cpu(cm_id->remote_id); 211 __entry->local_id, __entry->remote_id, 249 unsigned int remote_id 252 TP_ARGS(local_id, remote_id), 256 __field(unsigned int, remote_id) 261 __entry->remote_id = remote_id; [all …]
|
| H A D | cm.c | 192 __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() 710 __be32 remote_id = timewait_info->work.remote_id; in cm_insert_remote_id() local 716 if (be32_lt(remote_id, cur_timewait_info->work.remote_id)) in cm_insert_remote_id() 718 else if (be32_gt(remote_id, cur_timewait_info->work.remote_id)) in cm_insert_remote_id() 734 __be32 remote_id) in cm_find_remote_id() argument 744 if (be32_lt(remote_id, timewait_info->work.remote_id)) in cm_find_remote_id() 746 else if (be32_gt(remote_id, timewait_info->work.remote_id)) in cm_find_remote_id() 754 timewait_info->work.remote_id); in cm_find_remote_id() [all …]
|
| /linux/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 | 223 subflow_req->remote_id = mp_opt.join_id; in subflow_check_req() 578 WRITE_ONCE(subflow->remote_id, mp_opt.join_id); in subflow_finish_connect() 1620 int remote_id = remote->id; in __mptcp_subflow_connect() local 1635 msk, local_id, remote_id, err); in __mptcp_subflow_connect() 1675 msk, local_id, remote_id, err); in __mptcp_subflow_connect() 1681 remote_token, local_id, remote_id); in __mptcp_subflow_connect() 1683 WRITE_ONCE(subflow->remote_id, remote_id); in __mptcp_subflow_connect() 1695 msk, local_id, remote_id, err); in __mptcp_subflow_connect() 2080 WRITE_ONCE(new_ctx->remote_id, subflow_req->remote_id); in subflow_ulp_clone()
|
| H A D | diag.c | 60 nla_put_u8(skb, MPTCP_SUBFLOW_ATTR_ID_REM, sf->remote_id) || in subflow_get_info()
|
| H A D | pm.c | 751 u8 remote_id = READ_ONCE(subflow->remote_id); in mptcp_pm_rm_addr_or_subflow() local 758 if (rm_type == MPTCP_MIB_RMADDR && remote_id != rm_id) in mptcp_pm_rm_addr_or_subflow() 765 i, rm_id, id, remote_id, msk->mpc_endpoint_id); in mptcp_pm_rm_addr_or_subflow()
|
| H A D | protocol.h | 474 u8 remote_id; member 565 u8 remote_id;
|
| H A D | pm_netlink.c | 339 if (nla_put_u8(skb, MPTCP_ATTR_REM_ID, sf->remote_id)) in mptcp_event_add_subflow()
|
| H A D | pm_kernel.c | 219 __set_bit(subflow->remote_id, unavail_id); in fill_remote_addresses_fullmesh() 224 addrs[i].id = READ_ONCE(subflow->remote_id); in fill_remote_addresses_fullmesh()
|
| /linux/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,
|
| H A D | aic7xxx_core.c | 444 u_int remote_id, struct ahc_tmode_tstate **tstate) in ahc_fetch_transinfo() argument 455 return (&(*tstate)->transinfo[remote_id]); in ahc_fetch_transinfo()
|
| H A D | aic79xx_core.c | 564 u_int remote_id, struct ahd_tmode_tstate **tstate) in ahd_fetch_transinfo() argument 575 return (&(*tstate)->transinfo[remote_id]); in ahd_fetch_transinfo()
|
| /linux/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
|
| /linux/include/rdma/ |
| H A D | ib_cm.h | 300 __be32 remote_id; member
|
| /linux/include/net/bluetooth/ |
| H A D | l2cap.h | 593 __u8 remote_id; member
|
| /linux/drivers/media/v4l2-core/ |
| H A D | v4l2-fwnode.c | 623 link->remote_id = fwep.id; in v4l2_fwnode_parse_link()
|
| /linux/drivers/media/i2c/ |
| H A D | tvp5150.c | 1955 if (link0->fwnode_link.remote_id == 1) { in tvp5150_validate_connectors()
|
| /linux/drivers/scsi/lpfc/ |
| H A D | lpfc_hbadisc.c | 5045 u32 remote_id; in lpfc_check_sli_ndlp() local 5052 remote_id = get_job_els_rsp64_did(phba, iocb); in lpfc_check_sli_ndlp() 5061 if (remote_id == ndlp->nlp_DID) in lpfc_check_sli_ndlp()
|
| /linux/net/bluetooth/ |
| H A D | l2cap_core.c | 3598 chan->remote_id = efs.id; in l2cap_parse_conf_req()
|