Lines Matching refs:urep
235 static void ib_ucm_event_rep_get(struct ib_ucm_rep_event_resp *urep, in ib_ucm_event_rep_get() argument
238 urep->remote_ca_guid = krep->remote_ca_guid; in ib_ucm_event_rep_get()
239 urep->remote_qkey = krep->remote_qkey; in ib_ucm_event_rep_get()
240 urep->remote_qpn = krep->remote_qpn; in ib_ucm_event_rep_get()
241 urep->starting_psn = krep->starting_psn; in ib_ucm_event_rep_get()
242 urep->responder_resources = krep->responder_resources; in ib_ucm_event_rep_get()
243 urep->initiator_depth = krep->initiator_depth; in ib_ucm_event_rep_get()
244 urep->target_ack_delay = krep->target_ack_delay; in ib_ucm_event_rep_get()
245 urep->failover_accepted = krep->failover_accepted; in ib_ucm_event_rep_get()
246 urep->flow_control = krep->flow_control; in ib_ucm_event_rep_get()
247 urep->rnr_retry_count = krep->rnr_retry_count; in ib_ucm_event_rep_get()
248 urep->srq = krep->srq; in ib_ucm_event_rep_get()
251 static void ib_ucm_event_sidr_rep_get(struct ib_ucm_sidr_rep_event_resp *urep, in ib_ucm_event_sidr_rep_get() argument
254 urep->status = krep->status; in ib_ucm_event_sidr_rep_get()
255 urep->qkey = krep->qkey; in ib_ucm_event_sidr_rep_get()
256 urep->qpn = krep->qpn; in ib_ucm_event_sidr_rep_get()