Searched refs:ib_cm (Results 1 – 7 of 7) sorted by relevance
318 if (ch->ib_cm.cm_id) in srp_new_ib_cm_id()320 ch->ib_cm.cm_id = new_cm_id; in srp_new_ib_cm_id()327 ch->ib_cm.path.dgid = target->ib_cm.orig_dgid; in srp_new_ib_cm_id()328 ch->ib_cm.path.pkey = target->ib_cm.pkey; in srp_new_ib_cm_id()329 ch->ib_cm.path.service_id = target->ib_cm.service_id; in srp_new_ib_cm_id()656 if (ch->ib_cm.cm_id) { in srp_free_ch_ib()658 ch->ib_cm.cm_id = NULL; in srp_free_ch_ib()712 ch->ib_cm.path = *pathrec; in srp_path_rec_completion()728 &ch->ib_cm.path, in srp_ib_lookup_path()748 ch->ib_cm.path.sgid.raw, ch->ib_cm.path.dgid.raw, in srp_ib_lookup_path()[all …]
174 struct ib_cm { struct179 } ib_cm; member242 } ib_cm; member
5 obj-$(CONFIG_INFINIBAND) += ib_core.o ib_cm.o iw_cm.o \20 ib_cm-y := cm.o cm_trace.o
110 static struct ib_cm { struct
9 ib.o ib_cm.o ib_recv.o ib_ring.o ib_send.o ib_stats.o \
226 ib_cm_notify(ch->ib_cm.cm_id, event->event); in srpt_qp_event()2098 ib_destroy_cm_id(ch->ib_cm.cm_id); in srpt_release_channel_work()2152 struct ib_cm_rep_param ib_cm; in srpt_cm_req_recv() member2226 ch->ib_cm.cm_id = ib_cm_id; in srpt_cm_req_recv()2424 rep_param->ib_cm.qp_num = ch->qp->qp_num; in srpt_cm_req_recv()2427 rep_param->ib_cm.rnr_retry_count = 7; in srpt_cm_req_recv()2428 rep_param->ib_cm.flow_control = 1; in srpt_cm_req_recv()2429 rep_param->ib_cm.failover_accepted = 0; in srpt_cm_req_recv()2430 rep_param->ib_cm.srq = 1; in srpt_cm_req_recv()2431 rep_param->ib_cm.responder_resources = 4; in srpt_cm_req_recv()[all …]
298 } ib_cm; member
Completed in 28 milliseconds