Home
last modified time | relevance | path

Searched refs:mlx5_ib_create_cq (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/infiniband/hw/mlx5/
Duser.h90 struct mlx5_ib_create_cq { struct
Dcq.c609 struct mlx5_ib_create_cq ucmd; in create_cq_user()
739 struct ib_cq *mlx5_ib_create_cq(struct ib_device *ibdev, int entries, in mlx5_ib_create_cq() function
Dmlx5_ib.h559 struct ib_cq *mlx5_ib_create_cq(struct ib_device *ibdev, int entries,
Dmain.c1103 devr->c0 = mlx5_ib_create_cq(&dev->ib_dev, 1, 0, NULL, NULL); in create_dev_resources()
1270 dev->ib_dev.create_cq = mlx5_ib_create_cq; in mlx5_ib_add()