Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/libmlx5/
H A Dmlx5-abi.h132 struct mlx5_create_srq { struct
H A Dmlx5.h613 struct ibv_srq *mlx5_create_srq(struct ibv_pd *pd,
H A Dverbs.c625 struct ibv_srq *mlx5_create_srq(struct ibv_pd *pd, in mlx5_create_srq() function
628 struct mlx5_create_srq cmd; in mlx5_create_srq()
1955 return mlx5_create_srq(attr->pd, in mlx5_create_srq_ex()
H A Dmlx5.c114 .create_srq = mlx5_create_srq,