Lines Matching refs:drep_msg
2527 static void cm_format_drep(struct cm_drep_msg *drep_msg, in cm_format_drep() argument
2532 cm_format_mad_hdr(&drep_msg->hdr, CM_DREP_ATTR_ID, cm_id_priv->tid); in cm_format_drep()
2533 drep_msg->local_comm_id = cm_id_priv->id.local_id; in cm_format_drep()
2534 drep_msg->remote_comm_id = cm_id_priv->id.remote_id; in cm_format_drep()
2537 memcpy(drep_msg->private_data, private_data, private_data_len); in cm_format_drep()
2594 struct cm_drep_msg *drep_msg; in cm_issue_drep() local
2602 drep_msg = (struct cm_drep_msg *) msg->mad; in cm_issue_drep()
2604 cm_format_mad_hdr(&drep_msg->hdr, CM_DREP_ATTR_ID, dreq_msg->hdr.tid); in cm_issue_drep()
2605 drep_msg->remote_comm_id = dreq_msg->local_comm_id; in cm_issue_drep()
2606 drep_msg->local_comm_id = dreq_msg->remote_comm_id; in cm_issue_drep()
2700 struct cm_drep_msg *drep_msg; in cm_drep_handler() local
2703 drep_msg = (struct cm_drep_msg *)work->mad_recv_wc->recv_buf.mad; in cm_drep_handler()
2704 cm_id_priv = cm_acquire_id(drep_msg->remote_comm_id, in cm_drep_handler()
2705 drep_msg->local_comm_id); in cm_drep_handler()
2709 work->cm_event.private_data = &drep_msg->private_data; in cm_drep_handler()