Searched refs:CM_REP_STARTING_PSN (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/include/rdma/ |
H A D | ibta_vol1_c12.h | 126 #define CM_REP_STARTING_PSN CM_FIELD32_LOC(struct cm_rep_msg, 20, 24) macro
|
/kernel/linux/linux-6.6/include/rdma/ |
H A D | ibta_vol1_c12.h | 126 #define CM_REP_STARTING_PSN CM_FIELD32_LOC(struct cm_rep_msg, 20, 24) macro
|
/kernel/linux/linux-5.10/drivers/infiniband/core/ |
H A D | cm.c | 2238 IBA_SET(CM_REP_STARTING_PSN, rep_msg, param->starting_psn); in cm_format_rep() 2312 cm_id_priv->rq_psn = cpu_to_be32(IBA_GET(CM_REP_STARTING_PSN, rep_msg)); in ib_send_cm_rep() 2403 param->starting_psn = IBA_GET(CM_REP_STARTING_PSN, rep_msg); in cm_format_rep_event() 2550 cm_id_priv->sq_psn = cpu_to_be32(IBA_GET(CM_REP_STARTING_PSN, rep_msg)); in cm_rep_handler()
|
/kernel/linux/linux-6.6/drivers/infiniband/core/ |
H A D | cm.c | 2223 IBA_SET(CM_REP_STARTING_PSN, rep_msg, param->starting_psn); in cm_format_rep() 2295 cm_id_priv->rq_psn = cpu_to_be32(IBA_GET(CM_REP_STARTING_PSN, rep_msg)); in ib_send_cm_rep() 2393 param->starting_psn = IBA_GET(CM_REP_STARTING_PSN, rep_msg); in cm_format_rep_event() 2540 cm_id_priv->sq_psn = cpu_to_be32(IBA_GET(CM_REP_STARTING_PSN, rep_msg)); in cm_rep_handler()
|
Completed in 17 milliseconds