Searched refs:mlx5_core_create_cq (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
D | cq.c | 89 int mlx5_core_create_cq(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq, in mlx5_core_create_cq() function 149 EXPORT_SYMBOL(mlx5_core_create_cq);
|
D | en_main.c | 1646 err = mlx5_core_create_cq(mdev, mcq, in, inlen, out, sizeof(out)); in mlx5e_create_cq()
|
/Linux-v5.10/include/linux/mlx5/ |
D | cq.h | 186 int mlx5_core_create_cq(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq,
|
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
D | dr_send.c | 766 err = mlx5_core_create_cq(mdev, &cq->mcq, in, inlen, out, sizeof(out)); in dr_create_cq()
|
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/fpga/ |
D | conn.c | 466 err = mlx5_core_create_cq(mdev, &conn->cq.mcq, in, inlen, out, sizeof(out)); in mlx5_fpga_conn_create_cq()
|
/Linux-v5.10/drivers/infiniband/hw/mlx5/ |
D | cq.c | 991 err = mlx5_core_create_cq(dev->mdev, &cq->mcq, cqb, inlen, out, sizeof(out)); in mlx5_ib_create_cq()
|
D | devx.c | 1407 err = mlx5_core_create_cq(dev->mdev, &obj->core_cq, in UVERBS_HANDLER()
|
/Linux-v5.10/drivers/vdpa/mlx5/net/ |
D | mlx5_vnet.c | 556 err = mlx5_core_create_cq(mdev, &vcq->mcq, in, inlen, out, sizeof(out)); in cq_create()
|