Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/infiniband/hw/mlx4/
Duser.h74 struct mlx4_ib_create_cq { struct
Dcq.c169 struct ib_cq *mlx4_ib_create_cq(struct ib_device *ibdev, int entries, int vector, in mlx4_ib_create_cq() function
195 struct mlx4_ib_create_cq ucmd; in mlx4_ib_create_cq()
Dmlx4_ib.h671 struct ib_cq *mlx4_ib_create_cq(struct ib_device *ibdev, int entries, int vector,
Dmain.c2228 ibdev->ib_dev.create_cq = mlx4_ib_create_cq; in mlx4_ib_add()