Searched refs:mlx5_core_create_cq (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/ |
D | cq.c | 88 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);
|
D | en_main.c | 1699 err = mlx5_core_create_cq(mdev, mcq, in, inlen); in mlx5e_create_cq()
|
/Linux-v4.19/include/linux/mlx5/ |
D | cq.h | 186 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/ |
D | conn.c | 479 err = mlx5_core_create_cq(mdev, &conn->cq.mcq, in, inlen); in mlx5_fpga_conn_create_cq()
|
/Linux-v4.19/drivers/infiniband/hw/mlx5/ |
D | cq.c | 1053 err = mlx5_core_create_cq(dev->mdev, &cq->mcq, cqb, inlen); in mlx5_ib_create_cq()
|