Home
last modified time | relevance | path

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

/drivers/infiniband/ulp/ipoib/
Dipoib_verbs.c175 priv->recv_cq = ib_create_cq(priv->ca, ipoib_ib_completion, NULL, in ipoib_transport_dev_init()
183 priv->send_cq = ib_create_cq(priv->ca, ipoib_send_comp_handler, NULL, in ipoib_transport_dev_init()
/drivers/infiniband/core/
Dverbs.c1501 struct ib_cq *ib_create_cq(struct ib_device *device, in ib_create_cq() function
1522 EXPORT_SYMBOL(ib_create_cq);
/drivers/staging/lustre/lnet/klnds/o2iblnd/
Do2iblnd.c740 cq = ib_create_cq(cmid->device, in kiblnd_create_conn()
/drivers/infiniband/hw/mlx4/
Dmad.c2015 ctx->cq = ib_create_cq(ctx->ib_dev, mlx4_ib_tunnel_comp_handler, in create_pv_resources()
Dmain.c1363 xrcd->cq = ib_create_cq(ibdev, NULL, NULL, xrcd, &cq_attr); in mlx4_ib_alloc_xrcd()