Home
last modified time | relevance | path

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

/freebsd-13.1/sys/ofed/drivers/infiniband/core/
H A Dcm_msgs.h52 struct cm_req_msg { struct
120 static inline u8 cm_req_get_resp_res(struct cm_req_msg *req_msg) in cm_req_get_resp_res()
132 static inline u8 cm_req_get_init_depth(struct cm_req_msg *req_msg) in cm_req_get_init_depth()
137 static inline void cm_req_set_init_depth(struct cm_req_msg *req_msg, in cm_req_set_init_depth()
173 static inline void cm_req_set_qp_type(struct cm_req_msg *req_msg, in cm_req_set_qp_type()
195 static inline u8 cm_req_get_flow_ctrl(struct cm_req_msg *req_msg) in cm_req_get_flow_ctrl()
200 static inline void cm_req_set_flow_ctrl(struct cm_req_msg *req_msg, in cm_req_set_flow_ctrl()
244 static inline u8 cm_req_get_path_mtu(struct cm_req_msg *req_msg) in cm_req_get_path_mtu()
277 static inline u8 cm_req_get_srq(struct cm_req_msg *req_msg) in cm_req_get_srq()
315 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.c1227 static void cm_format_req(struct cm_req_msg *req_msg, in cm_format_req()
1336 struct cm_req_msg *req_msg; in ib_send_cm_req()
1389 req_msg = (struct cm_req_msg *) cm_id_priv->msg->mad; in ib_send_cm_req()
1451 static void cm_format_paths_from_req(struct cm_req_msg *req_msg, in cm_format_paths_from_req()
1522 struct cm_req_msg *req_msg; in cm_format_req_event()
1525 req_msg = (struct cm_req_msg *)work->mad_recv_wc->recv_buf.mad; in cm_format_req_event()
1681 struct cm_req_msg *req_msg; in cm_match_req()
1684 req_msg = (struct cm_req_msg *)work->mad_recv_wc->recv_buf.mad; in cm_match_req()
1771 struct cm_req_msg *req_msg; in cm_req_handler()
1776 req_msg = (struct cm_req_msg *)work->mad_recv_wc->recv_buf.mad; in cm_req_handler()
[all …]
/freebsd-13.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()