Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Dcq.c88 int mlx5_core_create_cq(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq, in mlx5_core_create_cq() function
150 EXPORT_SYMBOL(mlx5_core_create_cq);
Den_main.c1699 err = mlx5_core_create_cq(mdev, mcq, in, inlen); in mlx5e_create_cq()
/Linux-v4.19/include/linux/mlx5/
Dcq.h186 int mlx5_core_create_cq(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq,
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/fpga/
Dconn.c479 err = mlx5_core_create_cq(mdev, &conn->cq.mcq, in, inlen); in mlx5_fpga_conn_create_cq()
/Linux-v4.19/drivers/infiniband/hw/mlx5/
Dcq.c1053 err = mlx5_core_create_cq(dev->mdev, &cq->mcq, cqb, inlen); in mlx5_ib_create_cq()