Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/rdma/
Dmlx5-abi.h279 struct mlx5_ib_resize_cq { struct
/Linux-v4.19/drivers/infiniband/hw/mlx5/
Dcq.c1204 struct mlx5_ib_resize_cq ucmd; in resize_user()
1326 int mlx5_ib_resize_cq(struct ib_cq *ibcq, int entries, struct ib_udata *udata) in mlx5_ib_resize_cq() function
Dmlx5_ib.h1045 int mlx5_ib_resize_cq(struct ib_cq *ibcq, int entries, struct ib_udata *udata);
Dmain.c5811 dev->ib_dev.resize_cq = mlx5_ib_resize_cq; in mlx5_ib_stage_caps_init()