ib_create_cq
comp->cq = ib_create_cq(device->ib_device,
ctx->cq = ib_create_cq(ctx->ib_dev, mlx4_ib_tunnel_comp_handler,
xrcd->cq = ib_create_cq(ibdev, NULL, NULL, xrcd, &cq_attr);
priv->recv_cq = ib_create_cq(priv->ca, ipoib_ib_completion, NULL, priv, &cq_attr);
priv->send_cq = ib_create_cq(priv->ca, ipoib_send_comp_handler, NULL,
rx_cq = ib_create_cq(device, sdp_rx_irq, sdp_rx_cq_event_handler,
tx_cq = ib_create_cq(device, sdp_tx_irq, sdp_tx_cq_event_handler,