Home
last modified time | relevance | path

Searched refs:drep_msg (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_cm.c2507 static void cm_format_drep(struct cm_drep_msg *drep_msg, in cm_format_drep() argument
2512 cm_format_mad_hdr(&drep_msg->hdr, CM_DREP_ATTR_ID, cm_id_priv->tid); in cm_format_drep()
2513 drep_msg->local_comm_id = cm_id_priv->id.local_id; in cm_format_drep()
2514 drep_msg->remote_comm_id = cm_id_priv->id.remote_id; in cm_format_drep()
2517 memcpy(drep_msg->private_data, private_data, private_data_len); in cm_format_drep()
2572 struct cm_drep_msg *drep_msg; in cm_issue_drep() local
2580 drep_msg = (struct cm_drep_msg *) msg->mad; in cm_issue_drep()
2582 cm_format_mad_hdr(&drep_msg->hdr, CM_DREP_ATTR_ID, dreq_msg->hdr.tid); in cm_issue_drep()
2583 drep_msg->remote_comm_id = dreq_msg->local_comm_id; in cm_issue_drep()
2584 drep_msg->local_comm_id = dreq_msg->remote_comm_id; in cm_issue_drep()
[all …]