Lines Matching defs:ib_cm_req_event_param
114 struct ib_cm_req_event_param { struct
115 struct ib_cm_id *listen_id;
116 u8 port;
118 struct ib_sa_path_rec *primary_path;
119 struct ib_sa_path_rec *alternate_path;
121 __be64 remote_ca_guid;
122 u32 remote_qkey;
123 u32 remote_qpn;
124 enum ib_qp_type qp_type;
126 u32 starting_psn;
127 u8 responder_resources;
128 u8 initiator_depth;
129 unsigned int local_cm_response_timeout:5;
130 unsigned int flow_control:1;
131 unsigned int remote_cm_response_timeout:5;
132 unsigned int retry_count:3;
133 unsigned int rnr_retry_count:3;
134 unsigned int srq:1;