Home
last modified time | relevance | path

Searched refs:ib_cm_id (Results 1 – 10 of 10) sorted by relevance

/linux-4.1.27/include/rdma/
Dib_cm.h112 struct ib_cm_id;
115 struct ib_cm_id *listen_id;
225 struct ib_cm_id *listen_id;
294 typedef int (*ib_cm_handler)(struct ib_cm_id *cm_id,
297 struct ib_cm_id { struct
321 struct ib_cm_id *ib_create_cm_id(struct ib_device *device, argument
331 void ib_destroy_cm_id(struct ib_cm_id *cm_id);
361 int ib_cm_listen(struct ib_cm_id *cm_id, __be64 service_id, __be64 service_mask,
392 int ib_send_cm_req(struct ib_cm_id *cm_id,
416 int ib_send_cm_rep(struct ib_cm_id *cm_id,
[all …]
/linux-4.1.27/drivers/infiniband/ulp/srpt/
Dib_srpt.h305 struct ib_cm_id *cm_id;
399 struct ib_cm_id *cm_id;
Dib_srpt.c2203 static void srpt_drain_channel(struct ib_cm_id *cm_id) in srpt_drain_channel()
2246 struct ib_cm_id *cm_id) in srpt_find_channel()
2353 static int srpt_cm_req_recv(struct ib_cm_id *cm_id, in srpt_cm_req_recv()
2620 static void srpt_cm_rej_recv(struct ib_cm_id *cm_id) in srpt_cm_rej_recv()
2632 static void srpt_cm_rtu_recv(struct ib_cm_id *cm_id) in srpt_cm_rtu_recv()
2655 static void srpt_cm_timewait_exit(struct ib_cm_id *cm_id) in srpt_cm_timewait_exit()
2661 static void srpt_cm_rep_error(struct ib_cm_id *cm_id) in srpt_cm_rep_error()
2670 static void srpt_cm_dreq_recv(struct ib_cm_id *cm_id) in srpt_cm_dreq_recv()
2707 static void srpt_cm_drep_recv(struct ib_cm_id *cm_id) in srpt_cm_drep_recv()
2723 static int srpt_cm_handler(struct ib_cm_id *cm_id, struct ib_cm_event *event) in srpt_cm_handler()
/linux-4.1.27/drivers/infiniband/ulp/ipoib/
Dipoib.h184 struct ib_cm_id;
225 struct ib_cm_id *id;
236 struct ib_cm_id *id;
257 struct ib_cm_id *id;
Dipoib_cm.c77 static int ipoib_cm_tx_handler(struct ib_cm_id *cm_id,
273 struct ib_cm_id *cm_id, struct ib_qp *qp, in ipoib_cm_modify_rx_qp()
346 static int ipoib_cm_nonsrq_init_rx(struct net_device *dev, struct ib_cm_id *cm_id, in ipoib_cm_nonsrq_init_rx()
419 static int ipoib_cm_send_rep(struct net_device *dev, struct ib_cm_id *cm_id, in ipoib_cm_send_rep()
440 static int ipoib_cm_req_handler(struct ib_cm_id *cm_id, struct ib_cm_event *event) in ipoib_cm_req_handler()
501 static int ipoib_cm_rx_handler(struct ib_cm_id *cm_id, in ipoib_cm_rx_handler()
954 static int ipoib_cm_rep_handler(struct ib_cm_id *cm_id, struct ib_cm_event *event) in ipoib_cm_rep_handler()
1050 struct ib_cm_id *id, struct ib_qp *qp, in ipoib_cm_send_req()
1087 struct ib_cm_id *cm_id, struct ib_qp *qp) in ipoib_cm_modify_tx_init()
1219 static int ipoib_cm_tx_handler(struct ib_cm_id *cm_id, in ipoib_cm_tx_handler()
/linux-4.1.27/drivers/infiniband/core/
Dcm.c208 struct ib_cm_id id;
698 struct ib_cm_id *ib_create_cm_id(struct ib_device *device, in ib_create_cm_id()
838 static void cm_destroy_id(struct ib_cm_id *cm_id, int err) in cm_destroy_id()
929 void ib_destroy_cm_id(struct ib_cm_id *cm_id) in ib_destroy_cm_id()
935 int ib_cm_listen(struct ib_cm_id *cm_id, __be64 service_id, __be64 service_mask, in ib_cm_listen()
1113 int ib_send_cm_req(struct ib_cm_id *cm_id, in ib_send_cm_req()
1288 struct ib_cm_id *listen_id) in cm_format_req_event()
1527 struct ib_cm_id *cm_id; in cm_req_handler()
1645 int ib_send_cm_rep(struct ib_cm_id *cm_id, in ib_send_cm_rep()
1707 int ib_send_cm_rtu(struct ib_cm_id *cm_id, in ib_send_cm_rtu()
[all …]
Ducm.c84 struct ib_cm_id *cm_id;
96 struct ib_cm_id *cm_id;
348 static int ib_ucm_event_handler(struct ib_cm_id *cm_id, in ib_ucm_event_handler()
832 int (*func)(struct ib_cm_id *cm_id, in ib_ucm_send_private_data()
882 int (*func)(struct ib_cm_id *cm_id, in ib_ucm_send_info()
Dcma.c136 struct ib_cm_id *ib;
1123 static int cma_ib_handler(struct ib_cm_id *cm_id, struct ib_cm_event *ib_event) in cma_ib_handler()
1299 static int cma_req_handler(struct ib_cm_id *cm_id, struct ib_cm_event *ib_event) in cma_req_handler()
1575 struct ib_cm_id *id; in cma_ib_listen()
2663 static int cma_sidr_rep_handler(struct ib_cm_id *cm_id, in cma_sidr_rep_handler()
2726 struct ib_cm_id *id; in cma_resolve_ib_udp()
2784 struct ib_cm_id *id; in cma_connect_ib()
/linux-4.1.27/drivers/infiniband/ulp/srp/
Dib_srp.h164 struct ib_cm_id *cm_id;
Dib_srp.c136 static int srp_cm_handler(struct ib_cm_id *cm_id, struct ib_cm_event *event);
295 struct ib_cm_id *new_cm_id; in srp_new_cm_id()
2174 static void srp_cm_rep_handler(struct ib_cm_id *cm_id, in srp_cm_rep_handler()
2253 static void srp_cm_rej_handler(struct ib_cm_id *cm_id, in srp_cm_rej_handler()
2336 static int srp_cm_handler(struct ib_cm_id *cm_id, struct ib_cm_event *event) in srp_cm_handler()