Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/infiniband/core/
H A Dcm.c2704 static void cm_format_drep(struct cm_drep_msg *drep_msg, in cm_format_drep() argument
2709 cm_format_mad_hdr(&drep_msg->hdr, CM_DREP_ATTR_ID, cm_id_priv->tid); in cm_format_drep()
2710 IBA_SET(CM_DREP_LOCAL_COMM_ID, drep_msg, in cm_format_drep()
2712 IBA_SET(CM_DREP_REMOTE_COMM_ID, drep_msg, in cm_format_drep()
2716 IBA_SET_MEM(CM_DREP_PRIVATE_DATA, drep_msg, private_data, in cm_format_drep()
2781 struct cm_drep_msg *drep_msg; in cm_issue_drep() local
2789 drep_msg = (struct cm_drep_msg *) msg->mad; in cm_issue_drep()
2791 cm_format_mad_hdr(&drep_msg->hdr, CM_DREP_ATTR_ID, dreq_msg->hdr.tid); in cm_issue_drep()
2792 IBA_SET(CM_DREP_REMOTE_COMM_ID, drep_msg, in cm_issue_drep()
2794 IBA_SET(CM_DREP_LOCAL_COMM_ID, drep_msg, in cm_issue_drep()
[all …]