Home
last modified time | relevance | path

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

/linux-4.4.14/include/rdma/
Dib_cm.h326 struct ib_cm_id *ib_create_cm_id(struct ib_device *device,
/linux-4.4.14/drivers/infiniband/core/
Dcm.c657 struct ib_cm_id *ib_create_cm_id(struct ib_device *device, in ib_create_cm_id() function
688 EXPORT_SYMBOL(ib_create_cm_id);
998 cm_id = ib_create_cm_id(device, cm_handler, NULL); in ib_cm_insert_listen()
1607 cm_id = ib_create_cm_id(work->port->cm_dev->ib_device, NULL, NULL); in cm_req_handler()
3072 cm_id = ib_create_cm_id(work->port->cm_dev->ib_device, NULL, NULL); in cm_sidr_req_handler()
Ducm.c492 ctx->cm_id = ib_create_cm_id(file->device->ib_dev, in ib_ucm_create_id()
Dcma.c3145 id = ib_create_cm_id(id_priv->id.device, cma_sidr_rep_handler, in cma_resolve_ib_udp()
3195 id = ib_create_cm_id(id_priv->id.device, cma_ib_handler, id_priv); in cma_connect_ib()
/linux-4.4.14/drivers/infiniband/ulp/ipoib/
Dipoib_cm.c843 priv->cm.id = ib_create_cm_id(priv->ca, ipoib_cm_rx_handler, dev); in ipoib_cm_dev_open()
1130 p->id = ib_create_cm_id(priv->ca, ipoib_cm_tx_handler, p); in ipoib_cm_tx_init()
/linux-4.4.14/drivers/infiniband/ulp/srpt/
Dib_srpt.c3176 sdev->cm_id = ib_create_cm_id(device, srpt_cm_handler, sdev); in srpt_add_one()
/linux-4.4.14/drivers/infiniband/ulp/srp/
Dib_srp.c296 new_cm_id = ib_create_cm_id(target->srp_host->srp_dev->dev, in srp_new_cm_id()