Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/infiniband/core/
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()
Dcm.c2213 static void cm_format_rep(struct cm_rep_msg *rep_msg, in cm_format_rep() argument
2217 cm_format_mad_ece_hdr(&rep_msg->hdr, CM_REP_ATTR_ID, cm_id_priv->tid, in cm_format_rep()
2219 IBA_SET(CM_REP_LOCAL_COMM_ID, rep_msg, in cm_format_rep()
2221 IBA_SET(CM_REP_REMOTE_COMM_ID, rep_msg, in cm_format_rep()
2223 IBA_SET(CM_REP_STARTING_PSN, rep_msg, param->starting_psn); in cm_format_rep()
2224 IBA_SET(CM_REP_RESPONDER_RESOURCES, rep_msg, in cm_format_rep()
2226 IBA_SET(CM_REP_TARGET_ACK_DELAY, rep_msg, in cm_format_rep()
2228 IBA_SET(CM_REP_FAILOVER_ACCEPTED, rep_msg, param->failover_accepted); in cm_format_rep()
2229 IBA_SET(CM_REP_RNR_RETRY_COUNT, rep_msg, param->rnr_retry_count); in cm_format_rep()
2230 IBA_SET(CM_REP_LOCAL_CA_GUID, rep_msg, in cm_format_rep()
[all …]