Home
last modified time | relevance | path

Searched refs:rep_msg (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/infiniband/core/
H A Dcm_msgs.h60 static inline __be32 cm_rep_get_qpn(struct cm_rep_msg *rep_msg, enum ib_qp_type qp_type) in cm_rep_get_qpn() argument
64 rep_msg)) : in cm_rep_get_qpn()
65 cpu_to_be32(IBA_GET(CM_REP_LOCAL_QPN, rep_msg)); in cm_rep_get_qpn()
H A Dcm.c2234 static void cm_format_rep(struct cm_rep_msg *rep_msg, in cm_format_rep() argument
2238 cm_format_mad_ece_hdr(&rep_msg->hdr, CM_REP_ATTR_ID, cm_id_priv->tid, in cm_format_rep()
2240 IBA_SET(CM_REP_LOCAL_COMM_ID, rep_msg, in cm_format_rep()
2242 IBA_SET(CM_REP_REMOTE_COMM_ID, rep_msg, in cm_format_rep()
2244 IBA_SET(CM_REP_STARTING_PSN, rep_msg, param->starting_psn); in cm_format_rep()
2245 IBA_SET(CM_REP_RESPONDER_RESOURCES, rep_msg, in cm_format_rep()
2247 IBA_SET(CM_REP_TARGET_ACK_DELAY, rep_msg, in cm_format_rep()
2249 IBA_SET(CM_REP_FAILOVER_ACCEPTED, rep_msg, param->failover_accepted); in cm_format_rep()
2250 IBA_SET(CM_REP_RNR_RETRY_COUNT, rep_msg, param->rnr_retry_count); in cm_format_rep()
2251 IBA_SET(CM_REP_LOCAL_CA_GUID, rep_msg, in cm_format_rep()
[all …]