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