Home
last modified time | relevance | path

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

/freebsd/sys/ofed/include/rdma/
H A Dib_cm.h343 struct ib_cm_id *ib_create_cm_id(struct ib_device *device,
/freebsd/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_cm.c741 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 Dib_cm.c812 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 Dib_ucm.c493 ctx->cm_id = ib_create_cm_id(file->device->ib_dev, in ib_ucm_create_id()
H A Dib_cma.c3690 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()