Searched refs:ib_create_cm_id (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12-stable/sys/ofed/include/rdma/ |
| D | ib_cm.h | 345 struct ib_cm_id *ib_create_cm_id(struct ib_device *device,
|
| /freebsd-12-stable/sys/ofed/drivers/infiniband/ulp/ipoib/ |
| D | ipoib_cm.c | 743 priv->cm.id = ib_create_cm_id(priv->ca, ipoib_cm_rx_handler, priv); in ipoib_cm_dev_open() 1024 p->id = ib_create_cm_id(priv->ca, ipoib_cm_tx_handler, p); in ipoib_cm_tx_init()
|
| /freebsd-12-stable/sys/ofed/drivers/infiniband/core/ |
| D | ib_cm.c | 739 struct ib_cm_id *ib_create_cm_id(struct ib_device *device, in ib_create_cm_id() function 772 EXPORT_SYMBOL(ib_create_cm_id); 1091 cm_id = ib_create_cm_id(device, cm_handler, NULL); in ib_cm_insert_listen() 1697 cm_id = ib_create_cm_id(work->port->cm_dev->ib_device, NULL, NULL); in cm_req_handler() 3199 cm_id = ib_create_cm_id(work->port->cm_dev->ib_device, NULL, NULL); in cm_sidr_req_handler()
|
| D | ib_ucm.c | 495 ctx->cm_id = ib_create_cm_id(file->device->ib_dev, in ib_ucm_create_id()
|
| D | ib_cma.c | 3427 id = ib_create_cm_id(id_priv->id.device, cma_sidr_rep_handler, in cma_resolve_ib_udp() 3477 id = ib_create_cm_id(id_priv->id.device, cma_ib_handler, id_priv); in cma_connect_ib()
|