Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/ofed/libmlx5/
HDmlx5-abi.h132 struct mlx5_create_srq { struct
HDmlx5.h613 struct ibv_srq *mlx5_create_srq(struct ibv_pd *pd,
HDverbs.c613 struct ibv_srq *mlx5_create_srq(struct ibv_pd *pd, in mlx5_create_srq() function
616 struct mlx5_create_srq cmd; in mlx5_create_srq()
1926 return mlx5_create_srq(attr->pd, in mlx5_create_srq_ex()
HDmlx5.c114 .create_srq = mlx5_create_srq,