Searched refs:sidr_rep_msg (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.15/drivers/infiniband/core/ |
| D | cm.c | 3619 static void cm_format_sidr_rep(struct cm_sidr_rep_msg *sidr_rep_msg, in cm_format_sidr_rep() argument 3623 cm_format_mad_ece_hdr(&sidr_rep_msg->hdr, CM_SIDR_REP_ATTR_ID, in cm_format_sidr_rep() 3625 IBA_SET(CM_SIDR_REP_REQUESTID, sidr_rep_msg, in cm_format_sidr_rep() 3627 IBA_SET(CM_SIDR_REP_STATUS, sidr_rep_msg, param->status); in cm_format_sidr_rep() 3628 IBA_SET(CM_SIDR_REP_QPN, sidr_rep_msg, param->qp_num); in cm_format_sidr_rep() 3629 IBA_SET(CM_SIDR_REP_SERVICEID, sidr_rep_msg, in cm_format_sidr_rep() 3631 IBA_SET(CM_SIDR_REP_Q_KEY, sidr_rep_msg, param->qkey); in cm_format_sidr_rep() 3632 IBA_SET(CM_SIDR_REP_VENDOR_ID_L, sidr_rep_msg, in cm_format_sidr_rep() 3634 IBA_SET(CM_SIDR_REP_VENDOR_ID_H, sidr_rep_msg, in cm_format_sidr_rep() 3638 IBA_SET_MEM(CM_SIDR_REP_ADDITIONAL_INFORMATION, sidr_rep_msg, in cm_format_sidr_rep() [all …]
|