Searched refs:dreq_msg (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/core/ |
H A D | cm.c | 2626 static void cm_format_dreq(struct cm_dreq_msg *dreq_msg, in cm_format_dreq() argument 2631 cm_format_mad_hdr(&dreq_msg->hdr, CM_DREQ_ATTR_ID, in cm_format_dreq() 2633 IBA_SET(CM_DREQ_LOCAL_COMM_ID, dreq_msg, in cm_format_dreq() 2635 IBA_SET(CM_DREQ_REMOTE_COMM_ID, dreq_msg, in cm_format_dreq() 2637 IBA_SET(CM_DREQ_REMOTE_QPN_EECN, dreq_msg, in cm_format_dreq() 2641 IBA_SET_MEM(CM_DREQ_PRIVATE_DATA, dreq_msg, private_data, in cm_format_dreq() 2780 struct cm_dreq_msg *dreq_msg; in cm_issue_drep() local 2788 dreq_msg = (struct cm_dreq_msg *) mad_recv_wc->recv_buf.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() 2793 IBA_GET(CM_DREQ_LOCAL_COMM_ID, dreq_msg)); in cm_issue_drep() 2810 struct cm_dreq_msg *dreq_msg; cm_dreq_handler() local [all...] |
/kernel/linux/linux-6.6/drivers/infiniband/core/ |
H A D | cm.c | 2616 static void cm_format_dreq(struct cm_dreq_msg *dreq_msg, in cm_format_dreq() argument 2621 cm_format_mad_hdr(&dreq_msg->hdr, CM_DREQ_ATTR_ID, in cm_format_dreq() 2623 IBA_SET(CM_DREQ_LOCAL_COMM_ID, dreq_msg, in cm_format_dreq() 2625 IBA_SET(CM_DREQ_REMOTE_COMM_ID, dreq_msg, in cm_format_dreq() 2627 IBA_SET(CM_DREQ_REMOTE_QPN_EECN, dreq_msg, in cm_format_dreq() 2631 IBA_SET_MEM(CM_DREQ_PRIVATE_DATA, dreq_msg, private_data, in cm_format_dreq() 2769 struct cm_dreq_msg *dreq_msg; in cm_issue_drep() local 2777 dreq_msg = (struct cm_dreq_msg *) mad_recv_wc->recv_buf.mad; in cm_issue_drep() 2780 cm_format_mad_hdr(&drep_msg->hdr, CM_DREP_ATTR_ID, dreq_msg->hdr.tid); in cm_issue_drep() 2782 IBA_GET(CM_DREQ_LOCAL_COMM_ID, dreq_msg)); in cm_issue_drep() 2799 struct cm_dreq_msg *dreq_msg; cm_dreq_handler() local [all...] |
Completed in 8 milliseconds