Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dcq.c154 int mlx5_core_create_cq(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq, in mlx5_core_create_cq() function
161 EXPORT_SYMBOL(mlx5_core_create_cq);
H A Den_main.c2018 err = mlx5_core_create_cq(mdev, mcq, in, inlen, out, sizeof(out)); in mlx5e_create_cq()
/openbmc/linux/include/linux/mlx5/
H A Dcq.h188 int mlx5_core_create_cq(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq,
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Daso.c108 err = mlx5_core_create_cq(mdev, mcq, in, inlen, out, sizeof(out)); in create_aso_cq()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/fpga/
H A Dconn.c465 err = mlx5_core_create_cq(mdev, &conn->cq.mcq, in, inlen, out, sizeof(out)); in mlx5_fpga_conn_create_cq()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_send.c1119 err = mlx5_core_create_cq(mdev, &cq->mcq, in, inlen, out, sizeof(out)); in dr_create_cq()
/openbmc/linux/drivers/infiniband/hw/mlx5/
H A Dcq.c1014 err = mlx5_core_create_cq(dev->mdev, &cq->mcq, cqb, inlen, out, sizeof(out)); in mlx5_ib_create_cq()
/openbmc/linux/drivers/vfio/pci/mlx5/
H A Dcmd.c998 err = mlx5_core_create_cq(mdev, &cq->mcq, in, inlen, out, sizeof(out)); in mlx5vf_create_cq()
/openbmc/linux/drivers/vdpa/mlx5/net/
H A Dmlx5_vnet.c591 err = mlx5_core_create_cq(mdev, &vcq->mcq, in, inlen, out, sizeof(out)); in cq_create()