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