Lines Matching refs:dreq_msg
2650 static void cm_format_dreq(struct cm_dreq_msg *dreq_msg, in cm_format_dreq() argument
2655 cm_format_mad_hdr(&dreq_msg->hdr, CM_DREQ_ATTR_ID, in cm_format_dreq()
2657 IBA_SET(CM_DREQ_LOCAL_COMM_ID, dreq_msg, in cm_format_dreq()
2659 IBA_SET(CM_DREQ_REMOTE_COMM_ID, dreq_msg, in cm_format_dreq()
2661 IBA_SET(CM_DREQ_REMOTE_QPN_EECN, dreq_msg, in cm_format_dreq()
2665 IBA_SET_MEM(CM_DREQ_PRIVATE_DATA, dreq_msg, private_data, in cm_format_dreq()
2812 struct cm_dreq_msg *dreq_msg; in cm_issue_drep() local
2820 dreq_msg = (struct cm_dreq_msg *) mad_recv_wc->recv_buf.mad; in cm_issue_drep()
2823 cm_format_mad_hdr(&drep_msg->hdr, CM_DREP_ATTR_ID, dreq_msg->hdr.tid); in cm_issue_drep()
2825 IBA_GET(CM_DREQ_LOCAL_COMM_ID, dreq_msg)); in cm_issue_drep()
2827 IBA_GET(CM_DREQ_REMOTE_COMM_ID, dreq_msg)); in cm_issue_drep()
2830 IBA_GET(CM_DREQ_LOCAL_COMM_ID, dreq_msg), in cm_issue_drep()
2831 IBA_GET(CM_DREQ_REMOTE_COMM_ID, dreq_msg)); in cm_issue_drep()
2842 struct cm_dreq_msg *dreq_msg; in cm_dreq_handler() local
2845 dreq_msg = (struct cm_dreq_msg *)work->mad_recv_wc->recv_buf.mad; in cm_dreq_handler()
2847 cpu_to_be32(IBA_GET(CM_DREQ_REMOTE_COMM_ID, dreq_msg)), in cm_dreq_handler()
2848 cpu_to_be32(IBA_GET(CM_DREQ_LOCAL_COMM_ID, dreq_msg))); in cm_dreq_handler()
2854 IBA_GET(CM_DREQ_LOCAL_COMM_ID, dreq_msg), in cm_dreq_handler()
2855 IBA_GET(CM_DREQ_REMOTE_COMM_ID, dreq_msg)); in cm_dreq_handler()
2860 IBA_GET_MEM_PTR(CM_DREQ_PRIVATE_DATA, dreq_msg); in cm_dreq_handler()
2864 cpu_to_be32(IBA_GET(CM_DREQ_REMOTE_QPN_EECN, dreq_msg))) in cm_dreq_handler()
2904 cm_id_priv->tid = dreq_msg->hdr.tid; in cm_dreq_handler()