Lines Matching refs:urep
228 static void ib_ucm_event_rep_get(struct ib_ucm_rep_event_resp *urep, in ib_ucm_event_rep_get() argument
231 urep->remote_ca_guid = krep->remote_ca_guid; in ib_ucm_event_rep_get()
232 urep->remote_qkey = krep->remote_qkey; in ib_ucm_event_rep_get()
233 urep->remote_qpn = krep->remote_qpn; in ib_ucm_event_rep_get()
234 urep->starting_psn = krep->starting_psn; in ib_ucm_event_rep_get()
235 urep->responder_resources = krep->responder_resources; in ib_ucm_event_rep_get()
236 urep->initiator_depth = krep->initiator_depth; in ib_ucm_event_rep_get()
237 urep->target_ack_delay = krep->target_ack_delay; in ib_ucm_event_rep_get()
238 urep->failover_accepted = krep->failover_accepted; in ib_ucm_event_rep_get()
239 urep->flow_control = krep->flow_control; in ib_ucm_event_rep_get()
240 urep->rnr_retry_count = krep->rnr_retry_count; in ib_ucm_event_rep_get()
241 urep->srq = krep->srq; in ib_ucm_event_rep_get()
244 static void ib_ucm_event_sidr_rep_get(struct ib_ucm_sidr_rep_event_resp *urep, in ib_ucm_event_sidr_rep_get() argument
247 urep->status = krep->status; in ib_ucm_event_sidr_rep_get()
248 urep->qkey = krep->qkey; in ib_ucm_event_sidr_rep_get()
249 urep->qpn = krep->qpn; in ib_ucm_event_sidr_rep_get()