Home
last modified time | relevance | path

Searched refs:ib_create_cm_id (Results 1 – 6 of 6) sorted by relevance

/linux-2.6.39/include/rdma/
Dib_cm.h305 struct ib_cm_id *ib_create_cm_id(struct ib_device *device,
/linux-2.6.39/drivers/infiniband/ulp/ipoib/
Dipoib_cm.c840 priv->cm.id = ib_create_cm_id(priv->ca, ipoib_cm_rx_handler, dev); in ipoib_cm_dev_open()
1112 p->id = ib_create_cm_id(priv->ca, ipoib_cm_tx_handler, p); in ipoib_cm_tx_init()
/linux-2.6.39/drivers/infiniband/core/
Dcm.c694 struct ib_cm_id *ib_create_cm_id(struct ib_device *device, in ib_create_cm_id() function
725 EXPORT_SYMBOL(ib_create_cm_id);
1519 cm_id = ib_create_cm_id(work->port->cm_dev->ib_device, NULL, NULL); in cm_req_handler()
2973 cm_id = ib_create_cm_id(work->port->cm_dev->ib_device, NULL, NULL); in cm_sidr_req_handler()
Dcma.c1472 id_priv->cm_id.ib = ib_create_cm_id(id_priv->id.device, cma_req_handler, in cma_ib_listen()
2443 id_priv->cm_id.ib = ib_create_cm_id(id_priv->id.device, in cma_resolve_ib_udp()
2485 id_priv->cm_id.ib = ib_create_cm_id(id_priv->id.device, cma_ib_handler, in cma_connect_ib()
Ducm.c503 ctx->cm_id = ib_create_cm_id(file->device->ib_dev, in ib_ucm_create_id()
/linux-2.6.39/drivers/infiniband/ulp/srp/
Dib_srp.c208 new_cm_id = ib_create_cm_id(target->srp_host->srp_dev->dev, in srp_new_cm_id()