Searched refs:ib_cm_id (Results 1 – 11 of 11) sorted by relevance
/linux-6.3-rc2/include/rdma/ |
A D | ib_cm.h | 83 struct ib_cm_id; 86 struct ib_cm_id *listen_id; 210 struct ib_cm_id *listen_id; 292 struct ib_cm_id { struct 380 int ib_send_cm_req(struct ib_cm_id *cm_id, 405 int ib_send_cm_rep(struct ib_cm_id *cm_id, 416 int ib_send_cm_rtu(struct ib_cm_id *cm_id, 429 int ib_send_cm_dreq(struct ib_cm_id *cm_id, 444 int ib_send_cm_drep(struct ib_cm_id *cm_id, 476 int ib_send_cm_rej(struct ib_cm_id *cm_id, [all …]
|
/linux-6.3-rc2/drivers/infiniband/core/ |
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 \
|
A D | cma_priv.h | 85 struct ib_cm_id *ib;
|
A D | cm.c | 206 struct ib_cm_id id; 1148 void ib_destroy_cm_id(struct ib_cm_id *cm_id) in ib_destroy_cm_id() 1473 int ib_send_cm_req(struct ib_cm_id *cm_id, in ib_send_cm_req() 1784 struct ib_cm_id *listen_id) in cm_format_req_event() 2254 int ib_send_cm_rep(struct ib_cm_id *cm_id, in ib_send_cm_rep() 2327 int ib_send_cm_rtu(struct ib_cm_id *cm_id, in ib_send_cm_rtu() 3066 int ib_send_cm_mra(struct ib_cm_id *cm_id, in ib_send_cm_mra() 3466 int ib_send_cm_sidr_req(struct ib_cm_id *cm_id, in ib_send_cm_sidr_req() 3522 struct ib_cm_id *listen_id) in cm_format_sidr_req_event() 3955 static int cm_migrate(struct ib_cm_id *cm_id) in cm_migrate() [all …]
|
A D | cma.c | 1767 const struct ib_cm_id *cm_id, in cma_find_listener() 1799 cma_ib_id_from_event(struct ib_cm_id *cm_id, in cma_ib_id_from_event() 2137 static int cma_ib_handler(struct ib_cm_id *cm_id, in cma_ib_handler() 2359 static int cma_ib_req_handler(struct ib_cm_id *cm_id, in cma_ib_req_handler() 2612 struct ib_cm_id *id; in cma_ib_listen() 4168 static int cma_sidr_rep_handler(struct ib_cm_id *cm_id, in cma_sidr_rep_handler() 4237 struct ib_cm_id *id; in cma_resolve_ib_udp() 4297 struct ib_cm_id *id; in cma_connect_ib()
|
/linux-6.3-rc2/drivers/infiniband/ulp/srpt/ |
A D | ib_srpt.h | 297 struct ib_cm_id *cm_id; 458 struct ib_cm_id *cm_id;
|
A D | ib_srpt.c | 2140 struct ib_cm_id *ib_cm_id, in srpt_cm_req_recv() argument 2226 ch->ib_cm.cm_id = ib_cm_id; in srpt_cm_req_recv() 2227 ib_cm_id->context = ch; in srpt_cm_req_recv() 2444 ret = ib_send_cm_rep(ib_cm_id, &rep_param->ib_cm); in srpt_cm_req_recv() 2487 ib_cm_id->context = NULL; in srpt_cm_req_recv() 2504 ib_send_cm_rej(ib_cm_id, IB_CM_REJ_CONSUMER_DEFINED, NULL, 0, in srpt_cm_req_recv() 2524 static int srpt_ib_cm_req_recv(struct ib_cm_id *cm_id, in srpt_ib_cm_req_recv() 2639 static int srpt_cm_handler(struct ib_cm_id *cm_id, in srpt_cm_handler()
|
/linux-6.3-rc2/drivers/infiniband/ulp/ipoib/ |
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;
|
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() 1249 static int ipoib_cm_tx_handler(struct ib_cm_id *cm_id, in ipoib_cm_tx_handler()
|
/linux-6.3-rc2/drivers/infiniband/ulp/srp/ |
A D | ib_srp.h | 178 struct ib_cm_id *cm_id;
|
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() 2339 static void srp_cm_rep_handler(struct ib_cm_id *cm_id, in srp_cm_rep_handler() 2431 static void srp_ib_cm_rej_handler(struct ib_cm_id *cm_id, in srp_ib_cm_rej_handler() 2517 static int srp_ib_cm_handler(struct ib_cm_id *cm_id, in srp_ib_cm_handler()
|
Completed in 52 milliseconds