Home
last modified time | relevance | path

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

/linux/drivers/infiniband/ulp/srp/
H A Dib_srp.c378 return target->using_rdma_cm ? srp_new_rdma_cm_id(ch) : in srp_new_cm_id()
567 if (target->using_rdma_cm) { in srp_create_ch_ib()
617 if (target->using_rdma_cm) in srp_create_ch_ib()
646 if (target->using_rdma_cm) { in srp_free_ch_ib()
775 return target->using_rdma_cm ? srp_rdma_lookup_path(ch) : in srp_lookup_path()
836 if (target->using_rdma_cm) { in srp_send_req()
911 if (target->using_rdma_cm) in srp_send_req()
949 if (target->using_rdma_cm) { in srp_disconnect_target()
2386 if (!target->using_rdma_cm) { in srp_cm_rep_handler()
2888 if (target->using_rdma_cm) in service_id_show()
[all …]
H A Dib_srp.h235 bool using_rdma_cm; member
/linux/drivers/infiniband/ulp/srpt/
H A Dib_srpt.h326 bool using_rdma_cm; member
H A Dib_srpt.c289 if (ch->using_rdma_cm) in srpt_qp_event()
1181 WARN_ON_ONCE(ch->using_rdma_cm); in srpt_init_ch_qp()
1222 WARN_ON_ONCE(ch->using_rdma_cm); in srpt_ch_qp_rtr()
1897 if (ch->using_rdma_cm) { in srpt_create_ch_ib()
2009 if (ch->using_rdma_cm) { in srpt_disconnect_ch()
2162 if (ch->using_rdma_cm) in srpt_release_channel_work()
2289 ch->using_rdma_cm = true; in srpt_cm_req_recv()
2457 ret = ch->using_rdma_cm ? 0 : srpt_ch_qp_rtr(ch, ch->qp); in srpt_cm_req_recv()
2481 if (ch->using_rdma_cm) { in srpt_cm_req_recv()
2506 if (ch->using_rdma_cm) in srpt_cm_req_recv()
[all …]