Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/libmlx5/
H A Dmlx5-abi.h245 struct mlx5_resize_cq { struct
H A Dmlx5.h603 int mlx5_resize_cq(struct ibv_cq *cq, int cqe);
H A Dmlx5.c112 .resize_cq = mlx5_resize_cq,
H A Dverbs.c539 int mlx5_resize_cq(struct ibv_cq *ibcq, int cqe) in mlx5_resize_cq() function
543 struct mlx5_resize_cq cmd; in mlx5_resize_cq()