Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/infiniband/hw/mlx4/
Duser.h74 struct mlx4_ib_resize_cq { struct
Dmlx4_ib.h294 int mlx4_ib_resize_cq(struct ib_cq *ibcq, int entries, struct ib_udata *udata);
Dcq.c290 struct mlx4_ib_resize_cq ucmd; in mlx4_alloc_resize_umem()
345 int mlx4_ib_resize_cq(struct ib_cq *ibcq, int entries, struct ib_udata *udata) in mlx4_ib_resize_cq() function
Dmain.c1186 ibdev->ib_dev.resize_cq = mlx4_ib_resize_cq; in mlx4_ib_add()