Lines Matching refs:dreq_msg

2637 static void cm_format_dreq(struct cm_dreq_msg *dreq_msg,  in cm_format_dreq()  argument
2642 cm_format_mad_hdr(&dreq_msg->hdr, CM_DREQ_ATTR_ID, in cm_format_dreq()
2644 IBA_SET(CM_DREQ_LOCAL_COMM_ID, dreq_msg, in cm_format_dreq()
2646 IBA_SET(CM_DREQ_REMOTE_COMM_ID, dreq_msg, in cm_format_dreq()
2648 IBA_SET(CM_DREQ_REMOTE_QPN_EECN, dreq_msg, in cm_format_dreq()
2652 IBA_SET_MEM(CM_DREQ_PRIVATE_DATA, dreq_msg, private_data, in cm_format_dreq()
2790 struct cm_dreq_msg *dreq_msg; in cm_issue_drep() local
2798 dreq_msg = (struct cm_dreq_msg *) mad_recv_wc->recv_buf.mad; in cm_issue_drep()
2801 cm_format_mad_hdr(&drep_msg->hdr, CM_DREP_ATTR_ID, dreq_msg->hdr.tid); in cm_issue_drep()
2803 IBA_GET(CM_DREQ_LOCAL_COMM_ID, dreq_msg)); in cm_issue_drep()
2805 IBA_GET(CM_DREQ_REMOTE_COMM_ID, dreq_msg)); in cm_issue_drep()
2808 IBA_GET(CM_DREQ_LOCAL_COMM_ID, dreq_msg), in cm_issue_drep()
2809 IBA_GET(CM_DREQ_REMOTE_COMM_ID, dreq_msg)); in cm_issue_drep()
2820 struct cm_dreq_msg *dreq_msg; in cm_dreq_handler() local
2823 dreq_msg = (struct cm_dreq_msg *)work->mad_recv_wc->recv_buf.mad; in cm_dreq_handler()
2825 cpu_to_be32(IBA_GET(CM_DREQ_REMOTE_COMM_ID, dreq_msg)), in cm_dreq_handler()
2826 cpu_to_be32(IBA_GET(CM_DREQ_LOCAL_COMM_ID, dreq_msg))); in cm_dreq_handler()
2832 IBA_GET(CM_DREQ_LOCAL_COMM_ID, dreq_msg), in cm_dreq_handler()
2833 IBA_GET(CM_DREQ_REMOTE_COMM_ID, dreq_msg)); in cm_dreq_handler()
2838 IBA_GET_MEM_PTR(CM_DREQ_PRIVATE_DATA, dreq_msg); in cm_dreq_handler()
2842 cpu_to_be32(IBA_GET(CM_DREQ_REMOTE_QPN_EECN, dreq_msg))) in cm_dreq_handler()
2881 cm_id_priv->tid = dreq_msg->hdr.tid; in cm_dreq_handler()