Home
last modified time | relevance | path

Searched refs:ib_alloc_cq (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_gsi.c167 gsi->cq = ib_alloc_cq(pd->device, gsi, init_attr->cap.max_send_wr, 0, in mlx5_ib_gsi_create_qp()
H A Dmlx5_ib_main.c2819 cq = ib_alloc_cq(&dev->ib_dev, NULL, 128, 0, IB_POLL_SOFTIRQ); in create_umr_res()
/freebsd/sys/ofed/include/rdma/
H A Dib_verbs.h3330 static inline struct ib_cq *ib_alloc_cq(struct ib_device *dev, void *private, in ib_alloc_cq() function
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_mad.c3148 port_priv->cq = ib_alloc_cq(port_priv->device, port_priv, cq_size, 0, in ib_mad_port_open()