Searched refs:mlx4_cq_alloc (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/net/ethernet/mellanox/mlx4/ |
| A D | cq.c | 342 int mlx4_cq_alloc(struct mlx4_dev *dev, int nent, in mlx4_cq_alloc() function 434 EXPORT_SYMBOL_GPL(mlx4_cq_alloc);
|
| A D | en_cq.c | 140 err = mlx4_cq_alloc(mdev->dev, cq->size, &cq->wqres.mtt, in mlx4_en_activate_cq()
|
| /linux/drivers/infiniband/hw/mlx4/ |
| A D | cq.c | 248 err = mlx4_cq_alloc(dev->dev, entries, &cq->buf.mtt, uar, cq->db.dma, in mlx4_ib_create_cq()
|
| /linux/include/linux/mlx4/ |
| A D | device.h | 1146 int mlx4_cq_alloc(struct mlx4_dev *dev, int nent, struct mlx4_mtt *mtt,
|
Completed in 16 milliseconds