Searched refs:ib_cm_id (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/kernel/include/rdma/ |
| H A D | ib_cm.h | 83 struct ib_cm_id; 86 struct ib_cm_id *listen_id; 210 struct ib_cm_id *listen_id; 289 typedef int (*ib_cm_handler)(struct ib_cm_id *cm_id, 292 struct ib_cm_id { struct 316 struct ib_cm_id *ib_create_cm_id(struct ib_device *device, argument 326 void ib_destroy_cm_id(struct ib_cm_id *cm_id); 348 int ib_cm_listen(struct ib_cm_id *cm_id, __be64 service_id, 351 struct ib_cm_id *ib_cm_insert_listen(struct ib_device *device, 384 int ib_send_cm_req(struct ib_cm_id *cm_id, [all …]
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/core/ |
| H A D | cm_trace.h | 139 const struct ib_cm_id *cm_id 171 const struct ib_cm_id *cm_id \ 188 const struct ib_cm_id *cm_id, 221 const struct ib_cm_id *cm_id \ 241 const struct ib_cm_id *cm_id \
|
| H A D | cm.c | 250 struct ib_cm_id id; 885 struct ib_cm_id *ib_create_cm_id(struct ib_device *device, in ib_create_cm_id() 1059 static void cm_destroy_id(struct ib_cm_id *cm_id, int err) in cm_destroy_id() 1184 void ib_destroy_cm_id(struct ib_cm_id *cm_id) in ib_destroy_cm_id() 1222 int ib_cm_listen(struct ib_cm_id *cm_id, __be64 service_id, __be64 service_mask) in ib_cm_listen() 1269 struct ib_cm_id *ib_cm_insert_listen(struct ib_device *device, in ib_cm_insert_listen() 1501 int ib_send_cm_req(struct ib_cm_id *cm_id, in ib_send_cm_req() 1800 struct ib_cm_id *listen_id) in cm_format_req_event() 2269 int ib_send_cm_rep(struct ib_cm_id *cm_id, in ib_send_cm_rep() 2339 int ib_send_cm_rtu(struct ib_cm_id *cm_id, in ib_send_cm_rtu() [all …]
|
| H A D | cma_priv.h | 77 struct ib_cm_id *ib;
|
| H A D | cma.c | 1641 const struct ib_cm_id *cm_id, in cma_find_listener() 1673 cma_ib_id_from_event(struct ib_cm_id *cm_id, in cma_ib_id_from_event() 1999 static int cma_ib_handler(struct ib_cm_id *cm_id, in cma_ib_handler() 2221 static int cma_ib_req_handler(struct ib_cm_id *cm_id, in cma_ib_req_handler() 2474 struct ib_cm_id *id; in cma_ib_listen() 3912 static int cma_sidr_rep_handler(struct ib_cm_id *cm_id, in cma_sidr_rep_handler() 3981 struct ib_cm_id *id; in cma_resolve_ib_udp() 4042 struct ib_cm_id *id; in cma_connect_ib()
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/ulp/srpt/ |
| H A D | ib_srpt.h | 297 struct ib_cm_id *cm_id; 458 struct ib_cm_id *cm_id;
|
| H A D | ib_srpt.c | 2136 struct ib_cm_id *ib_cm_id, in srpt_cm_req_recv() argument 2217 if (ib_cm_id) { in srpt_cm_req_recv() 2218 ch->ib_cm.cm_id = ib_cm_id; in srpt_cm_req_recv() 2219 ib_cm_id->context = ch; in srpt_cm_req_recv() 2440 ret = ib_send_cm_rep(ib_cm_id, &rep_param->ib_cm); in srpt_cm_req_recv() 2483 ib_cm_id->context = NULL; in srpt_cm_req_recv() 2500 ib_send_cm_rej(ib_cm_id, IB_CM_REJ_CONSUMER_DEFINED, NULL, 0, in srpt_cm_req_recv() 2520 static int srpt_ib_cm_req_recv(struct ib_cm_id *cm_id, in srpt_ib_cm_req_recv() 2635 static int srpt_cm_handler(struct ib_cm_id *cm_id, in srpt_cm_handler()
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/ulp/ipoib/ |
| H A D | ipoib.h | 194 struct ib_cm_id; 235 struct ib_cm_id *id; 246 struct ib_cm_id *id; 267 struct ib_cm_id *id;
|
| H A 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() 985 static int ipoib_cm_rep_handler(struct ib_cm_id *cm_id, in ipoib_cm_rep_handler() 1083 struct ib_cm_id *id, struct ib_qp *qp, in ipoib_cm_send_req() 1120 struct ib_cm_id *cm_id, struct ib_qp *qp) in ipoib_cm_modify_tx_init() 1253 static int ipoib_cm_tx_handler(struct ib_cm_id *cm_id, in ipoib_cm_tx_handler()
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/ulp/srp/ |
| H A D | ib_srp.h | 168 struct ib_cm_id *cm_id;
|
| H A D | ib_srp.c | 150 static int srp_ib_cm_handler(struct ib_cm_id *cm_id, 311 struct ib_cm_id *new_cm_id; in srp_new_ib_cm_id() 2353 static void srp_cm_rep_handler(struct ib_cm_id *cm_id, in srp_cm_rep_handler() 2445 static void srp_ib_cm_rej_handler(struct ib_cm_id *cm_id, in srp_ib_cm_rej_handler() 2531 static int srp_ib_cm_handler(struct ib_cm_id *cm_id, in srp_ib_cm_handler()
|