Searched refs:ib_create_cq (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/ofed/drivers/infiniband/ulp/ipoib/ |
H A D | ipoib_verbs.c | 167 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 D | sdp_tx.c | 441 tx_cq = ib_create_cq(device, sdp_tx_irq, sdp_tx_cq_event_handler, in sdp_tx_ring_create()
|
H A D | sdp_rx.c | 720 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 D | iser_verbs.c | 234 comp->cq = ib_create_cq(device->ib_device, in iser_create_device_ib_res()
|
/freebsd/sys/contrib/rdma/krping/ |
H A D | krping.c | 667 cb->cq = ib_create_cq(cm_id->device, krping_cq_event_handler, NULL, in krping_setup_qp()
|
/freebsd/sys/ofed/include/rdma/ |
H A D | ib_verbs.h | 3375 #define ib_create_cq(device, cmp_hndlr, evt_hndlr, cq_ctxt, cq_attr) \ macro
|
/freebsd/sys/dev/mlx4/mlx4_ib/ |
H A D | mlx4_ib_mad.c | 1974 ctx->cq = ib_create_cq(ctx->ib_dev, mlx4_ib_tunnel_comp_handler, in create_pv_resources()
|
H A D | mlx4_ib_main.c | 1186 xrcd->cq = ib_create_cq(ibdev, NULL, NULL, xrcd, &cq_attr); in mlx4_ib_alloc_xrcd()
|