Home
last modified time | relevance | path

Searched refs:using_rdma_cm (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/infiniband/ulp/srp/
Dib_srp.c376 return target->using_rdma_cm ? srp_new_rdma_cm_id(ch) : in srp_new_cm_id()
582 if (target->using_rdma_cm) { in srp_create_ch_ib()
644 if (target->using_rdma_cm) in srp_create_ch_ib()
673 if (target->using_rdma_cm) { in srp_free_ch_ib()
805 return target->using_rdma_cm ? srp_rdma_lookup_path(ch) : in srp_lookup_path()
861 if (target->using_rdma_cm) { in srp_send_req()
935 if (target->using_rdma_cm) in srp_send_req()
973 if (target->using_rdma_cm) { in srp_disconnect_target()
2520 if (!target->using_rdma_cm) { in srp_cm_rep_handler()
3047 if (target->using_rdma_cm) in show_service_id()
[all …]
Dib_srp.h222 bool using_rdma_cm; member
/Linux-v4.19/drivers/infiniband/ulp/srpt/
Dib_srpt.h308 bool using_rdma_cm; member
Dib_srpt.c229 if (ch->using_rdma_cm) in srpt_qp_event()
1071 WARN_ON_ONCE(ch->using_rdma_cm); in srpt_init_ch_qp()
1112 WARN_ON_ONCE(ch->using_rdma_cm); in srpt_ch_qp_rtr()
1766 if (ch->using_rdma_cm) { in srpt_create_ch_ib()
1878 if (ch->using_rdma_cm) { in srpt_disconnect_ch()
2034 if (ch->using_rdma_cm) in srpt_release_channel_work()
2161 ch->using_rdma_cm = true; in srpt_cm_req_recv()
2277 ret = ch->using_rdma_cm ? 0 : srpt_ch_qp_rtr(ch, ch->qp); in srpt_cm_req_recv()
2301 if (ch->using_rdma_cm) { in srpt_cm_req_recv()
2326 if (ch->using_rdma_cm) in srpt_cm_req_recv()
[all …]