Home
last modified time | relevance | path

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

/freebsd-12.1/sys/ofed/drivers/infiniband/core/
H A Dcm_msgs.h59 struct cm_req_msg { struct
127 static inline u8 cm_req_get_resp_res(struct cm_req_msg *req_msg) in cm_req_get_resp_res()
139 static inline u8 cm_req_get_init_depth(struct cm_req_msg *req_msg) in cm_req_get_init_depth()
144 static inline void cm_req_set_init_depth(struct cm_req_msg *req_msg, in cm_req_set_init_depth()
180 static inline void cm_req_set_qp_type(struct cm_req_msg *req_msg, in cm_req_set_qp_type()
202 static inline u8 cm_req_get_flow_ctrl(struct cm_req_msg *req_msg) in cm_req_get_flow_ctrl()
207 static inline void cm_req_set_flow_ctrl(struct cm_req_msg *req_msg, in cm_req_set_flow_ctrl()
251 static inline u8 cm_req_get_path_mtu(struct cm_req_msg *req_msg) in cm_req_get_path_mtu()
284 static inline u8 cm_req_get_srq(struct cm_req_msg *req_msg) in cm_req_get_srq()
322 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.c1154 static void cm_format_req(struct cm_req_msg *req_msg, in cm_format_req()
1263 struct cm_req_msg *req_msg; in ib_send_cm_req()
1316 req_msg = (struct cm_req_msg *) cm_id_priv->msg->mad; in ib_send_cm_req()
1378 static void cm_format_paths_from_req(struct cm_req_msg *req_msg, in cm_format_paths_from_req()
1449 struct cm_req_msg *req_msg; in cm_format_req_event()
1452 req_msg = (struct cm_req_msg *)work->mad_recv_wc->recv_buf.mad; in cm_format_req_event()
1608 struct cm_req_msg *req_msg; in cm_match_req()
1610 req_msg = (struct cm_req_msg *)work->mad_recv_wc->recv_buf.mad; in cm_match_req()
1689 struct cm_req_msg *req_msg; in cm_req_handler()
1694 req_msg = (struct cm_req_msg *)work->mad_recv_wc->recv_buf.mad; in cm_req_handler()
[all …]
/freebsd-12.1/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()