Home
last modified time | relevance | path

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

/freebsd/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_verbs.c167 priv->recv_cq = ib_create_cq(priv->ca, ipoib_ib_completion, NULL, priv, &cq_attr); in ipoib_transport_dev_init()
174 priv->send_cq = ib_create_cq(priv->ca, ipoib_send_comp_handler, NULL, in ipoib_transport_dev_init()
/freebsd/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_tx.c441 tx_cq = ib_create_cq(device, sdp_tx_irq, sdp_tx_cq_event_handler, in sdp_tx_ring_create()
H A Dsdp_rx.c720 rx_cq = ib_create_cq(device, sdp_rx_irq, sdp_rx_cq_event_handler, in sdp_rx_ring_create()
/freebsd/sys/dev/iser/
H A Diser_verbs.c234 comp->cq = ib_create_cq(device->ib_device, in iser_create_device_ib_res()
/freebsd/sys/contrib/rdma/krping/
H A Dkrping.c667 cb->cq = ib_create_cq(cm_id->device, krping_cq_event_handler, NULL, in krping_setup_qp()
/freebsd/sys/ofed/include/rdma/
H A Dib_verbs.h3375 #define ib_create_cq(device, cmp_hndlr, evt_hndlr, cq_ctxt, cq_attr) \ macro
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_mad.c1974 ctx->cq = ib_create_cq(ctx->ib_dev, mlx4_ib_tunnel_comp_handler, in create_pv_resources()
H A Dmlx4_ib_main.c1186 xrcd->cq = ib_create_cq(ibdev, NULL, NULL, xrcd, &cq_attr); in mlx4_ib_alloc_xrcd()