Lines Matching defs:ib_cm_req_event_param
112 struct ib_cm_req_event_param { struct
113 struct ib_cm_id *listen_id;
116 u16 bth_pkey;
118 u8 port;
120 struct ib_sa_path_rec *primary_path;
121 struct ib_sa_path_rec *alternate_path;
123 __be64 remote_ca_guid;
124 u32 remote_qkey;
125 u32 remote_qpn;
126 enum ib_qp_type qp_type;
128 u32 starting_psn;
129 u8 responder_resources;
130 u8 initiator_depth;
131 unsigned int local_cm_response_timeout:5;
132 unsigned int flow_control:1;
133 unsigned int remote_cm_response_timeout:5;
134 unsigned int retry_count:3;
135 unsigned int rnr_retry_count:3;
136 unsigned int srq:1;