Searched refs:mlx5_core_create_cq (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/ |
D | cq.c | 89 int mlx5_core_create_cq(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq, in mlx5_core_create_cq() function 151 EXPORT_SYMBOL(mlx5_core_create_cq);
|
D | en_main.c | 1628 err = mlx5_core_create_cq(mdev, mcq, in, inlen, out, sizeof(out)); in mlx5e_create_cq()
|
/Linux-v5.15/include/linux/mlx5/ |
D | cq.h | 186 int mlx5_core_create_cq(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq,
|
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
D | dr_send.c | 816 err = mlx5_core_create_cq(mdev, &cq->mcq, in, inlen, out, sizeof(out)); in dr_create_cq()
|
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/fpga/ |
D | conn.c | 465 err = mlx5_core_create_cq(mdev, &conn->cq.mcq, in, inlen, out, sizeof(out)); in mlx5_fpga_conn_create_cq()
|
/Linux-v5.15/drivers/infiniband/hw/mlx5/ |
D | cq.c | 1004 err = mlx5_core_create_cq(dev->mdev, &cq->mcq, cqb, inlen, out, sizeof(out)); in mlx5_ib_create_cq()
|
D | devx.c | 1505 err = mlx5_core_create_cq(dev->mdev, &obj->core_cq, in UVERBS_HANDLER()
|
/Linux-v5.15/drivers/vdpa/mlx5/net/ |
D | mlx5_vnet.c | 624 err = mlx5_core_create_cq(mdev, &vcq->mcq, in, inlen, out, sizeof(out)); in cq_create()
|