Home
last modified time | relevance | path

Searched refs:mlx5_core_create_rmp (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/mlx5/mlx5_core/
H A Dtransobj.h50 int mlx5_core_create_rmp(struct mlx5_core_dev *dev, u32 *in, int inlen, u32 *rmpn);
H A Dmlx5_transobj.c231 int mlx5_core_create_rmp(struct mlx5_core_dev *dev, u32 *in, int inlen, u32 *rmpn) in mlx5_core_create_rmp() function
H A Dmlx5_srq.c169 err = mlx5_core_create_rmp(dev, create_in, inlen, &srq->srqn); in create_rmp_cmd()