Searched refs:mlx5_create_cq (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/ |
D | cq.c | 89 int mlx5_create_cq(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq, in mlx5_create_cq() function 151 EXPORT_SYMBOL(mlx5_create_cq); 157 int err = mlx5_create_cq(dev, cq, in, inlen, out, outlen); in mlx5_core_create_cq()
|
/linux-6.6.21/include/linux/mlx5/ |
D | cq.h | 186 int mlx5_create_cq(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq,
|
/linux-6.6.21/drivers/infiniband/hw/mlx5/ |
D | devx.c | 1518 err = mlx5_create_cq(dev->mdev, &obj->core_cq, in UVERBS_HANDLER()
|