Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/infiniband/core/
Dcm_msgs.h54 struct cm_req_msg { struct
110 static inline __be32 cm_req_get_local_qpn(struct cm_req_msg *req_msg) in cm_req_get_local_qpn() argument
115 static inline void cm_req_set_local_qpn(struct cm_req_msg *req_msg, __be32 qpn) in cm_req_set_local_qpn()
122 static inline u8 cm_req_get_resp_res(struct cm_req_msg *req_msg) in cm_req_get_resp_res()
127 static inline void cm_req_set_resp_res(struct cm_req_msg *req_msg, u8 resp_res) in cm_req_set_resp_res()
134 static inline u8 cm_req_get_init_depth(struct cm_req_msg *req_msg) in cm_req_get_init_depth()
139 static inline void cm_req_set_init_depth(struct cm_req_msg *req_msg, in cm_req_set_init_depth()
147 static inline u8 cm_req_get_remote_resp_timeout(struct cm_req_msg *req_msg) in cm_req_get_remote_resp_timeout()
152 static inline void cm_req_set_remote_resp_timeout(struct cm_req_msg *req_msg, in cm_req_set_remote_resp_timeout()
160 static inline enum ib_qp_type cm_req_get_qp_type(struct cm_req_msg *req_msg) in cm_req_get_qp_type()
[all …]
Dcm.c1061 static void cm_format_req(struct cm_req_msg *req_msg, in cm_format_req()
1170 struct cm_req_msg *req_msg; in ib_send_cm_req()
1222 req_msg = (struct cm_req_msg *) cm_id_priv->msg->mad; in ib_send_cm_req()
1292 static void cm_format_paths_from_req(struct cm_req_msg *req_msg, in cm_format_paths_from_req()
1363 struct cm_req_msg *req_msg; in cm_format_req_event()
1366 req_msg = (struct cm_req_msg *)work->mad_recv_wc->recv_buf.mad; in cm_format_req_event()
1521 struct cm_req_msg *req_msg; in cm_match_req()
1523 req_msg = (struct cm_req_msg *)work->mad_recv_wc->recv_buf.mad; in cm_match_req()
1575 static void cm_process_routed_req(struct cm_req_msg *req_msg, struct ib_wc *wc) in cm_process_routed_req()
1602 struct cm_req_msg *req_msg; in cm_req_handler()
[all …]
/linux-4.4.14/drivers/infiniband/hw/mlx4/
Dcm.c69 struct cm_req_msg { struct
137 struct cm_req_msg *msg = (struct cm_req_msg *)mad; in gid_from_req_msg()