Searched refs:sidr_rep_msg (Results 1 – 2 of 2) sorted by relevance
806 static inline __be32 cm_sidr_rep_get_qpn(struct cm_sidr_rep_msg *sidr_rep_msg) in cm_sidr_rep_get_qpn() argument808 return cpu_to_be32(be32_to_cpu(sidr_rep_msg->offset8) >> 8); in cm_sidr_rep_get_qpn()811 static inline void cm_sidr_rep_set_qpn(struct cm_sidr_rep_msg *sidr_rep_msg, in cm_sidr_rep_set_qpn() argument814 sidr_rep_msg->offset8 = cpu_to_be32((be32_to_cpu(qpn) << 8) | in cm_sidr_rep_set_qpn()815 (be32_to_cpu(sidr_rep_msg->offset8) & in cm_sidr_rep_set_qpn()
3026 static void cm_format_sidr_rep(struct cm_sidr_rep_msg *sidr_rep_msg, in cm_format_sidr_rep() argument3030 cm_format_mad_hdr(&sidr_rep_msg->hdr, CM_SIDR_REP_ATTR_ID, in cm_format_sidr_rep()3032 sidr_rep_msg->request_id = cm_id_priv->id.remote_id; in cm_format_sidr_rep()3033 sidr_rep_msg->status = param->status; in cm_format_sidr_rep()3034 cm_sidr_rep_set_qpn(sidr_rep_msg, cpu_to_be32(param->qp_num)); in cm_format_sidr_rep()3035 sidr_rep_msg->service_id = cm_id_priv->id.service_id; in cm_format_sidr_rep()3036 sidr_rep_msg->qkey = cpu_to_be32(param->qkey); in cm_format_sidr_rep()3039 memcpy(sidr_rep_msg->info, param->info, param->info_length); in cm_format_sidr_rep()3042 memcpy(sidr_rep_msg->private_data, param->private_data, in cm_format_sidr_rep()3093 struct cm_sidr_rep_msg *sidr_rep_msg; in cm_format_sidr_rep_event() local[all …]