Searched refs:mlx4_cq_alloc (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx4/ |
D | cq.c | 290 int mlx4_cq_alloc(struct mlx4_dev *dev, int nent, in mlx4_cq_alloc() function 368 EXPORT_SYMBOL_GPL(mlx4_cq_alloc);
|
D | en_cq.c | 144 err = mlx4_cq_alloc(mdev->dev, cq->size, &cq->wqres.mtt, in mlx4_en_activate_cq()
|
/Linux-v4.19/drivers/infiniband/hw/mlx4/ |
D | cq.c | 247 err = mlx4_cq_alloc(dev->dev, entries, &cq->buf.mtt, uar, in mlx4_ib_create_cq()
|
/Linux-v4.19/include/linux/mlx4/ |
D | device.h | 1137 int mlx4_cq_alloc(struct mlx4_dev *dev, int nent, struct mlx4_mtt *mtt,
|