Searched refs:ib_cm_id (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/include/rdma/ |
D | ib_cm.h | 110 struct ib_cm_id; 113 struct ib_cm_id *listen_id; 234 struct ib_cm_id *listen_id; 313 typedef int (*ib_cm_handler)(struct ib_cm_id *cm_id, 316 struct ib_cm_id { struct 340 struct ib_cm_id *ib_create_cm_id(struct ib_device *device, argument 350 void ib_destroy_cm_id(struct ib_cm_id *cm_id); 372 int ib_cm_listen(struct ib_cm_id *cm_id, __be64 service_id, 375 struct ib_cm_id *ib_cm_insert_listen(struct ib_device *device, 408 int ib_send_cm_req(struct ib_cm_id *cm_id, [all …]
|
/Linux-v4.19/drivers/infiniband/ulp/srpt/ |
D | ib_srpt.h | 283 struct ib_cm_id *cm_id; 408 struct ib_cm_id *cm_id;
|
D | ib_srpt.c | 2074 struct ib_cm_id *ib_cm_id, in srpt_cm_req_recv() argument 2157 if (ib_cm_id) { in srpt_cm_req_recv() 2158 ch->ib_cm.cm_id = ib_cm_id; in srpt_cm_req_recv() 2159 ib_cm_id->context = ch; in srpt_cm_req_recv() 2329 ret = ib_send_cm_rep(ib_cm_id, &rep_param->ib_cm); in srpt_cm_req_recv() 2366 ib_cm_id->context = NULL; in srpt_cm_req_recv() 2382 ib_send_cm_rej(ib_cm_id, IB_CM_REJ_CONSUMER_DEFINED, NULL, 0, in srpt_cm_req_recv() 2402 static int srpt_ib_cm_req_recv(struct ib_cm_id *cm_id, in srpt_ib_cm_req_recv() 2515 static int srpt_cm_handler(struct ib_cm_id *cm_id, in srpt_cm_handler()
|
/Linux-v4.19/drivers/infiniband/core/ |
D | cma_priv.h | 77 struct ib_cm_id *ib;
|
D | cm.c | 259 struct ib_cm_id id; 863 struct ib_cm_id *ib_create_cm_id(struct ib_device *device, in ib_create_cm_id() 1016 static void cm_destroy_id(struct ib_cm_id *cm_id, int err) in cm_destroy_id() 1124 void ib_destroy_cm_id(struct ib_cm_id *cm_id) in ib_destroy_cm_id() 1143 static int __ib_cm_listen(struct ib_cm_id *cm_id, __be64 service_id, in __ib_cm_listen() 1179 int ib_cm_listen(struct ib_cm_id *cm_id, __be64 service_id, __be64 service_mask) in ib_cm_listen() 1208 struct ib_cm_id *ib_cm_insert_listen(struct ib_device *device, in ib_cm_insert_listen() 1213 struct ib_cm_id *cm_id; in ib_cm_insert_listen() 1411 int ib_send_cm_req(struct ib_cm_id *cm_id, in ib_send_cm_req() 1686 struct ib_cm_id *listen_id) in cm_format_req_event() [all …]
|
D | ucm.c | 88 struct ib_cm_id *cm_id; 100 struct ib_cm_id *cm_id; 355 static int ib_ucm_event_handler(struct ib_cm_id *cm_id, in ib_ucm_event_handler() 838 int (*func)(struct ib_cm_id *cm_id, in ib_ucm_send_private_data() 888 int (*func)(struct ib_cm_id *cm_id, in ib_ucm_send_info()
|
D | cma.c | 1490 const struct ib_cm_id *cm_id, in cma_find_listener() 1519 cma_ib_id_from_event(struct ib_cm_id *cm_id, in cma_ib_id_from_event() 1782 static int cma_ib_handler(struct ib_cm_id *cm_id, in cma_ib_handler() 1997 static int cma_ib_req_handler(struct ib_cm_id *cm_id, in cma_ib_req_handler() 2276 struct ib_cm_id *id; in cma_ib_listen() 3482 static int cma_sidr_rep_handler(struct ib_cm_id *cm_id, in cma_sidr_rep_handler() 3553 struct ib_cm_id *id; in cma_resolve_ib_udp() 3613 struct ib_cm_id *id; in cma_connect_ib()
|
/Linux-v4.19/drivers/infiniband/ulp/ipoib/ |
D | ipoib.h | 194 struct ib_cm_id; 235 struct ib_cm_id *id; 246 struct ib_cm_id *id; 268 struct ib_cm_id *id;
|
D | ipoib_cm.c | 80 static int ipoib_cm_tx_handler(struct ib_cm_id *cm_id, 274 struct ib_cm_id *cm_id, struct ib_qp *qp, in ipoib_cm_modify_rx_qp() 347 static int ipoib_cm_nonsrq_init_rx(struct net_device *dev, struct ib_cm_id *cm_id, in ipoib_cm_nonsrq_init_rx() 420 static int ipoib_cm_send_rep(struct net_device *dev, struct ib_cm_id *cm_id, in ipoib_cm_send_rep() 442 static int ipoib_cm_req_handler(struct ib_cm_id *cm_id, in ipoib_cm_req_handler() 504 static int ipoib_cm_rx_handler(struct ib_cm_id *cm_id, in ipoib_cm_rx_handler() 983 static int ipoib_cm_rep_handler(struct ib_cm_id *cm_id, in ipoib_cm_rep_handler() 1081 struct ib_cm_id *id, struct ib_qp *qp, in ipoib_cm_send_req() 1118 struct ib_cm_id *cm_id, struct ib_qp *qp) in ipoib_cm_modify_tx_init() 1251 static int ipoib_cm_tx_handler(struct ib_cm_id *cm_id, in ipoib_cm_tx_handler()
|
/Linux-v4.19/drivers/infiniband/ulp/srp/ |
D | ib_srp.h | 162 struct ib_cm_id *cm_id;
|
D | ib_srp.c | 145 static int srp_ib_cm_handler(struct ib_cm_id *cm_id, 305 struct ib_cm_id *new_cm_id; in srp_new_ib_cm_id() 2475 static void srp_cm_rep_handler(struct ib_cm_id *cm_id, in srp_cm_rep_handler() 2556 static void srp_ib_cm_rej_handler(struct ib_cm_id *cm_id, in srp_ib_cm_rej_handler() 2642 static int srp_ib_cm_handler(struct ib_cm_id *cm_id, in srp_ib_cm_handler()
|