Searched refs:mlx5_core_create_cq (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/ |
D | cq.c | 91 int mlx5_core_create_cq(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq, in mlx5_core_create_cq() function 136 EXPORT_SYMBOL(mlx5_core_create_cq);
|
D | en_main.c | 828 err = mlx5_core_create_cq(mdev, mcq, in, inlen); in mlx5e_enable_cq()
|
/linux-4.4.14/include/linux/mlx5/ |
D | cq.h | 165 int mlx5_core_create_cq(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq,
|
/linux-4.4.14/drivers/infiniband/hw/mlx5/ |
D | cq.c | 807 err = mlx5_core_create_cq(dev->mdev, &cq->mcq, cqb, inlen); in mlx5_ib_create_cq()
|