Home
last modified time | relevance | path

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

/freebsd-14.2/sys/ofed/drivers/infiniband/core/
H A Dcm_msgs.h50 struct cm_req_msg { struct
118 static inline u8 cm_req_get_resp_res(struct cm_req_msg *req_msg) in cm_req_get_resp_res()
130 static inline u8 cm_req_get_init_depth(struct cm_req_msg *req_msg) in cm_req_get_init_depth()
135 static inline void cm_req_set_init_depth(struct cm_req_msg *req_msg, in cm_req_set_init_depth()
171 static inline void cm_req_set_qp_type(struct cm_req_msg *req_msg, in cm_req_set_qp_type()
193 static inline u8 cm_req_get_flow_ctrl(struct cm_req_msg *req_msg) in cm_req_get_flow_ctrl()
198 static inline void cm_req_set_flow_ctrl(struct cm_req_msg *req_msg, in cm_req_set_flow_ctrl()
242 static inline u8 cm_req_get_path_mtu(struct cm_req_msg *req_msg) in cm_req_get_path_mtu()
275 static inline u8 cm_req_get_srq(struct cm_req_msg *req_msg) in cm_req_get_srq()
313 static inline u8 cm_req_get_primary_sl(struct cm_req_msg *req_msg) in cm_req_get_primary_sl()
[all …]
H A Dib_cm.c1226 static void cm_format_req(struct cm_req_msg *req_msg, in cm_format_req()
1335 struct cm_req_msg *req_msg; in ib_send_cm_req()
1388 req_msg = (struct cm_req_msg *) cm_id_priv->msg->mad; in ib_send_cm_req()
1450 static void cm_format_paths_from_req(struct cm_req_msg *req_msg, in cm_format_paths_from_req()
1521 struct cm_req_msg *req_msg; in cm_format_req_event()
1524 req_msg = (struct cm_req_msg *)work->mad_recv_wc->recv_buf.mad; in cm_format_req_event()
1680 struct cm_req_msg *req_msg; in cm_match_req()
1683 req_msg = (struct cm_req_msg *)work->mad_recv_wc->recv_buf.mad; in cm_match_req()
1770 struct cm_req_msg *req_msg; in cm_req_handler()
1775 req_msg = (struct cm_req_msg *)work->mad_recv_wc->recv_buf.mad; in cm_req_handler()
[all …]
/freebsd-14.2/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_cm.c69 struct cm_req_msg { struct
137 struct cm_req_msg *msg = (struct cm_req_msg *)mad; in gid_from_req_msg()