Home
last modified time | relevance | path

Searched refs:mlx5_core_create_cq (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/
Dcq.c89 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);
Den_main.c1646 err = mlx5_core_create_cq(mdev, mcq, in, inlen, out, sizeof(out)); in mlx5e_create_cq()
/Linux-v5.10/include/linux/mlx5/
Dcq.h186 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/
Ddr_send.c766 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/
Dconn.c466 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/
Dcq.c991 err = mlx5_core_create_cq(dev->mdev, &cq->mcq, cqb, inlen, out, sizeof(out)); in mlx5_ib_create_cq()
Ddevx.c1407 err = mlx5_core_create_cq(dev->mdev, &obj->core_cq, in UVERBS_HANDLER()
/Linux-v5.10/drivers/vdpa/mlx5/net/
Dmlx5_vnet.c556 err = mlx5_core_create_cq(mdev, &vcq->mcq, in, inlen, out, sizeof(out)); in cq_create()