Home
last modified time | relevance | path

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

/freebsd-14.2/sys/ofed/drivers/infiniband/core/
H A Dib_cm.c2326 static void cm_format_drep(struct cm_drep_msg *drep_msg, in cm_format_drep() argument
2332 drep_msg->local_comm_id = cm_id_priv->id.local_id; in cm_format_drep()
2333 drep_msg->remote_comm_id = cm_id_priv->id.remote_id; in cm_format_drep()
2391 struct cm_drep_msg *drep_msg; in cm_issue_drep() local
2399 drep_msg = (struct cm_drep_msg *) msg->mad; in cm_issue_drep()
2402 drep_msg->remote_comm_id = dreq_msg->local_comm_id; in cm_issue_drep()
2403 drep_msg->local_comm_id = dreq_msg->remote_comm_id; in cm_issue_drep()
2491 struct cm_drep_msg *drep_msg; in cm_drep_handler() local
2495 cm_id_priv = cm_acquire_id(drep_msg->remote_comm_id, in cm_drep_handler()
2496 drep_msg->local_comm_id); in cm_drep_handler()
[all …]