Searched refs:ib_create_cm_id (Results 1 – 6 of 6) sorted by relevance
/drivers/infiniband/ulp/ipoib/ |
D | ipoib_cm.c | 847 priv->cm.id = ib_create_cm_id(priv->ca, ipoib_cm_rx_handler, dev); in ipoib_cm_dev_open() 1119 p->id = ib_create_cm_id(priv->ca, ipoib_cm_tx_handler, p); in ipoib_cm_tx_init()
|
/drivers/infiniband/core/ |
D | cm.c | 696 struct ib_cm_id *ib_create_cm_id(struct ib_device *device, in ib_create_cm_id() function 727 EXPORT_SYMBOL(ib_create_cm_id); 1527 cm_id = ib_create_cm_id(work->port->cm_dev->ib_device, NULL, NULL); in cm_req_handler() 2987 cm_id = ib_create_cm_id(work->port->cm_dev->ib_device, NULL, NULL); in cm_sidr_req_handler()
|
D | cma.c | 1503 id = ib_create_cm_id(id_priv->id.device, cma_req_handler, id_priv); in cma_ib_listen() 2567 id = ib_create_cm_id(id_priv->id.device, cma_sidr_rep_handler, in cma_resolve_ib_udp() 2614 id = ib_create_cm_id(id_priv->id.device, cma_ib_handler, id_priv); in cma_connect_ib()
|
D | ucm.c | 491 ctx->cm_id = ib_create_cm_id(file->device->ib_dev, in ib_ucm_create_id()
|
/drivers/infiniband/ulp/srp/ |
D | ib_srp.c | 210 new_cm_id = ib_create_cm_id(target->srp_host->srp_dev->dev, in srp_new_cm_id()
|
/drivers/infiniband/ulp/srpt/ |
D | ib_srpt.c | 3233 sdev->cm_id = ib_create_cm_id(device, srpt_cm_handler, sdev); in srpt_add_one()
|