Searched refs:mlx5_core_create_cq (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/ |
D | cq.c | 90 int mlx5_core_create_cq(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq, in mlx5_core_create_cq() function 153 EXPORT_SYMBOL(mlx5_core_create_cq);
|
D | en_main.c | 1614 err = mlx5_core_create_cq(mdev, mcq, in, inlen, out, sizeof(out)); in mlx5e_create_cq()
|
/Linux-v5.4/include/linux/mlx5/ |
D | cq.h | 187 int mlx5_core_create_cq(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq,
|
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
D | dr_send.c | 752 err = mlx5_core_create_cq(mdev, &cq->mcq, in, inlen, out, sizeof(out)); in dr_create_cq()
|
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/fpga/ |
D | conn.c | 483 err = mlx5_core_create_cq(mdev, &conn->cq.mcq, in, inlen, out, sizeof(out)); in mlx5_fpga_conn_create_cq()
|
/Linux-v5.4/drivers/infiniband/hw/mlx5/ |
D | cq.c | 958 err = mlx5_core_create_cq(dev->mdev, &cq->mcq, cqb, inlen, out, sizeof(out)); in mlx5_ib_create_cq()
|
D | devx.c | 1454 err = mlx5_core_create_cq(dev->mdev, &obj->core_cq, in UVERBS_HANDLER()
|