Lines Matching refs:dreq_msg
2616 static void cm_format_dreq(struct cm_dreq_msg *dreq_msg, in cm_format_dreq() argument
2621 cm_format_mad_hdr(&dreq_msg->hdr, CM_DREQ_ATTR_ID, in cm_format_dreq()
2623 IBA_SET(CM_DREQ_LOCAL_COMM_ID, dreq_msg, in cm_format_dreq()
2625 IBA_SET(CM_DREQ_REMOTE_COMM_ID, dreq_msg, in cm_format_dreq()
2627 IBA_SET(CM_DREQ_REMOTE_QPN_EECN, dreq_msg, in cm_format_dreq()
2631 IBA_SET_MEM(CM_DREQ_PRIVATE_DATA, dreq_msg, private_data, in cm_format_dreq()
2769 struct cm_dreq_msg *dreq_msg; in cm_issue_drep() local
2777 dreq_msg = (struct cm_dreq_msg *) mad_recv_wc->recv_buf.mad; in cm_issue_drep()
2780 cm_format_mad_hdr(&drep_msg->hdr, CM_DREP_ATTR_ID, dreq_msg->hdr.tid); in cm_issue_drep()
2782 IBA_GET(CM_DREQ_LOCAL_COMM_ID, dreq_msg)); in cm_issue_drep()
2784 IBA_GET(CM_DREQ_REMOTE_COMM_ID, dreq_msg)); in cm_issue_drep()
2787 IBA_GET(CM_DREQ_LOCAL_COMM_ID, dreq_msg), in cm_issue_drep()
2788 IBA_GET(CM_DREQ_REMOTE_COMM_ID, dreq_msg)); in cm_issue_drep()
2799 struct cm_dreq_msg *dreq_msg; in cm_dreq_handler() local
2802 dreq_msg = (struct cm_dreq_msg *)work->mad_recv_wc->recv_buf.mad; in cm_dreq_handler()
2804 cpu_to_be32(IBA_GET(CM_DREQ_REMOTE_COMM_ID, dreq_msg)), in cm_dreq_handler()
2805 cpu_to_be32(IBA_GET(CM_DREQ_LOCAL_COMM_ID, dreq_msg))); in cm_dreq_handler()
2811 IBA_GET(CM_DREQ_LOCAL_COMM_ID, dreq_msg), in cm_dreq_handler()
2812 IBA_GET(CM_DREQ_REMOTE_COMM_ID, dreq_msg)); in cm_dreq_handler()
2817 IBA_GET_MEM_PTR(CM_DREQ_PRIVATE_DATA, dreq_msg); in cm_dreq_handler()
2821 cpu_to_be32(IBA_GET(CM_DREQ_REMOTE_QPN_EECN, dreq_msg))) in cm_dreq_handler()
2860 cm_id_priv->tid = dreq_msg->hdr.tid; in cm_dreq_handler()