Searched refs:remote_id (Results 1 - 20 of 20) sorted by relevance

/linux-master/drivers/infiniband/core/
H A Dcm_trace.h147 __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 Dcm.c190 __be32 remote_id; member in struct:cm_work
571 static struct cm_id_private *cm_acquire_id(__be32 local_id, __be32 remote_id) argument
577 if (!cm_id_priv || cm_id_priv->id.remote_id != remote_id ||
694 __be32 remote_id = timewait_info->work.remote_id; local
700 if (be32_lt(remote_id, cur_timewait_info->work.remote_id))
702 else if (be32_gt(remote_id, cur_timewait_info->work.remote_id))
717 cm_find_remote_id(__be64 remote_ca_guid, __be32 remote_id) argument
782 __be32 remote_id = cm_id_priv->id.remote_id; local
3011 __be32 remote_id; local
[all...]
/linux-master/net/mptcp/
H A Dsyncookies.c66 entry->join_id = subflow_req->remote_id;
120 subflow_req->remote_id = e->join_id;
H A Ddiag.c69 nla_put_u8(skb, MPTCP_SUBFLOW_ATTR_ID_REM, sf->remote_id) ||
H A Dsubflow.c205 subflow_req->remote_id = mp_opt.join_id;
537 WRITE_ONCE(subflow->remote_id, mp_opt.join_id);
1524 int remote_id = remote->id; local
1569 pr_debug("msk=%p remote_token=%u local_id=%d remote_id=%d", msk,
1570 remote_token, local_id, remote_id);
1572 WRITE_ONCE(subflow->remote_id, remote_id);
1979 WRITE_ONCE(new_ctx->remote_id, subflow_req->remote_id);
H A Dpm_netlink.c432 __set_bit(subflow->remote_id, unavail_id);
437 addrs[i].id = READ_ONCE(subflow->remote_id);
796 u8 remote_id = READ_ONCE(subflow->remote_id); local
800 if (rm_type == MPTCP_MIB_RMADDR && remote_id != rm_id)
805 pr_debug(" -> %s rm_list_ids[%d]=%u local_id=%u remote_id=%u mpc_id=%u",
807 i, rm_id, id, remote_id, msk->mpc_endpoint_id);
2002 if (nla_put_u8(skb, MPTCP_ATTR_REM_ID, sf->remote_id))
H A Dprotocol.h444 u8 remote_id; member in struct:mptcp_subflow_request_sock
528 u8 remote_id;
/linux-master/drivers/scsi/aic7xxx/
H A Daic7xxx_inline.h70 u_int remote_id,
H A Daic79xx_inline.h120 u_int remote_id,
H A Daic7xxx_core.c440 * for the specified our_id/remote_id pair.
444 u_int remote_id, struct ahc_tmode_tstate **tstate)
455 return (&(*tstate)->transinfo[remote_id]);
443 ahc_fetch_transinfo(struct ahc_softc *ahc, char channel, u_int our_id, u_int remote_id, struct ahc_tmode_tstate **tstate) argument
H A Daic79xx_core.c560 * for the specified our_id/remote_id pair.
564 u_int remote_id, struct ahd_tmode_tstate **tstate)
575 return (&(*tstate)->transinfo[remote_id]);
563 ahd_fetch_transinfo(struct ahd_softc *ahd, char channel, u_int our_id, u_int remote_id, struct ahd_tmode_tstate **tstate) argument
/linux-master/include/media/
H A Dv4l2-fwnode.h91 * @remote_id: identifier of the id the remote endpoint belongs to
99 unsigned int remote_id; member in struct:v4l2_fwnode_link
/linux-master/drivers/mailbox/
H A Dzynqmp-ipi-mailbox.c81 * @remote_id: remote IPI agent ID
88 u32 remote_id; member in struct:zynqmp_ipi_mbox
126 a2 = ipi_mbox->remote_id;
573 ret = of_property_read_u32(node, "xlnx,ipi-id", &ipi_mbox->remote_id);
/linux-master/include/rdma/
H A Dib_cm.h300 __be32 remote_id; member in struct:ib_cm_id
/linux-master/drivers/media/v4l2-core/
H A Dv4l2-fwnode.c579 link->remote_id = fwep.id;
/linux-master/include/net/bluetooth/
H A Dl2cap.h582 __u8 remote_id; member in struct:l2cap_chan
H A Dhci_core.h759 __u8 remote_id; member in struct:hci_conn
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_hbadisc.c5050 u32 remote_id; local
5057 remote_id = get_job_els_rsp64_did(phba, iocb);
5066 if (remote_id == ndlp->nlp_DID)
/linux-master/drivers/media/i2c/
H A Dtvp5150.c1955 if (link0->fwnode_link.remote_id == 1) {
/linux-master/net/bluetooth/
H A Dl2cap_core.c3521 chan->remote_id = efs.id;

Completed in 454 milliseconds