Searched refs:ib_create_cm_id (Results 1 – 5 of 5) sorted by relevance
| /freebsd/sys/ofed/include/rdma/ |
| H A D | ib_cm.h | 343 struct ib_cm_id *ib_create_cm_id(struct ib_device *device,
|
| /freebsd/sys/ofed/drivers/infiniband/ulp/ipoib/ |
| H A D | ipoib_cm.c | 741 priv->cm.id = ib_create_cm_id(priv->ca, ipoib_cm_rx_handler, priv); in ipoib_cm_dev_open() 1025 p->id = ib_create_cm_id(priv->ca, ipoib_cm_tx_handler, p); in ipoib_cm_tx_init()
|
| /freebsd/sys/ofed/drivers/infiniband/core/ |
| H A D | ib_cm.c | 812 struct ib_cm_id *ib_create_cm_id(struct ib_device *device, in ib_create_cm_id() function 845 EXPORT_SYMBOL(ib_create_cm_id); 1164 cm_id = ib_create_cm_id(device, cm_handler, NULL); in ib_cm_insert_listen() 1777 cm_id = ib_create_cm_id(work->port->cm_dev->ib_device, NULL, NULL); in cm_req_handler() 3307 cm_id = ib_create_cm_id(work->port->cm_dev->ib_device, NULL, NULL); in cm_sidr_req_handler()
|
| H A D | ib_ucm.c | 493 ctx->cm_id = ib_create_cm_id(file->device->ib_dev, in ib_ucm_create_id()
|
| H A D | ib_cma.c | 3690 id = ib_create_cm_id(id_priv->id.device, cma_sidr_rep_handler, in cma_resolve_ib_udp() 3740 id = ib_create_cm_id(id_priv->id.device, cma_ib_handler, id_priv); in cma_connect_ib()
|