Searched refs:drep_msg (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/drivers/infiniband/core/ |
| H A D | cm.c | 2722 static void cm_format_drep(struct cm_drep_msg *drep_msg, in cm_format_drep() argument 2728 IBA_SET(CM_DREP_LOCAL_COMM_ID, drep_msg, in cm_format_drep() 2730 IBA_SET(CM_DREP_REMOTE_COMM_ID, drep_msg, in cm_format_drep() 2799 struct cm_drep_msg *drep_msg; in cm_issue_drep() local 2807 drep_msg = (struct cm_drep_msg *) msg->mad; in cm_issue_drep() 2810 IBA_SET(CM_DREP_REMOTE_COMM_ID, drep_msg, in cm_issue_drep() 2812 IBA_SET(CM_DREP_LOCAL_COMM_ID, drep_msg, in cm_issue_drep() 2902 struct cm_drep_msg *drep_msg; in cm_drep_handler() local 2906 cpu_to_be32(IBA_GET(CM_DREP_REMOTE_COMM_ID, drep_msg)), in cm_drep_handler() 2907 cpu_to_be32(IBA_GET(CM_DREP_LOCAL_COMM_ID, drep_msg))); in cm_drep_handler() [all …]
|