Home
last modified time | relevance | path

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

/linux-6.12.1/include/uapi/rdma/
Dmlx5-abi.h305 struct mlx5_ib_resize_cq { struct
/linux-6.12.1/drivers/infiniband/hw/mlx5/
Dcq.c1165 struct mlx5_ib_resize_cq ucmd; in resize_user()
1271 int mlx5_ib_resize_cq(struct ib_cq *ibcq, int entries, struct ib_udata *udata) in mlx5_ib_resize_cq() function
Dmlx5_ib.h1347 int mlx5_ib_resize_cq(struct ib_cq *ibcq, int entries, struct ib_udata *udata);
Dmain.c4136 .resize_cq = mlx5_ib_resize_cq,