Lines Matching refs:dev

25  * $FreeBSD: releng/11.0/sys/dev/mlx5/mlx5_core/transobj.h 290650 2015-11-10 12:20:22Z hselasky $
31 int mlx5_alloc_transport_domain(struct mlx5_core_dev *dev, u32 *tdn);
32 void mlx5_dealloc_transport_domain(struct mlx5_core_dev *dev, u32 tdn);
33 int mlx5_core_create_rq(struct mlx5_core_dev *dev, u32 *in, int inlen,
35 int mlx5_core_modify_rq(struct mlx5_core_dev *dev, u32 *in, int inlen);
36 void mlx5_core_destroy_rq(struct mlx5_core_dev *dev, u32 rqn);
37 int mlx5_core_create_sq(struct mlx5_core_dev *dev, u32 *in, int inlen,
39 int mlx5_core_modify_sq(struct mlx5_core_dev *dev, u32 *in, int inlen);
40 void mlx5_core_destroy_sq(struct mlx5_core_dev *dev, u32 sqn);
41 int mlx5_core_create_tir(struct mlx5_core_dev *dev, u32 *in, int inlen,
43 void mlx5_core_destroy_tir(struct mlx5_core_dev *dev, u32 tirn);
44 int mlx5_core_create_tis(struct mlx5_core_dev *dev, u32 *in, int inlen,
46 void mlx5_core_destroy_tis(struct mlx5_core_dev *dev, u32 tisn);
47 int mlx5_core_create_rmp(struct mlx5_core_dev *dev, u32 *in, int inlen, u32 *rmpn);
48 int mlx5_core_modify_rmp(struct mlx5_core_dev *dev, u32 *in, int inlen);
49 int mlx5_core_destroy_rmp(struct mlx5_core_dev *dev, u32 rmpn);
50 int mlx5_core_query_rmp(struct mlx5_core_dev *dev, u32 rmpn, u32 *out);
51 int mlx5_core_arm_rmp(struct mlx5_core_dev *dev, u32 rmpn, u16 lwm);
52 int mlx5_core_create_xsrq(struct mlx5_core_dev *dev, u32 *in, int inlen, u32 *rmpn);
53 int mlx5_core_destroy_xsrq(struct mlx5_core_dev *dev, u32 rmpn);
54 int mlx5_core_query_xsrq(struct mlx5_core_dev *dev, u32 rmpn, u32 *out);
55 int mlx5_core_arm_xsrq(struct mlx5_core_dev *dev, u32 rmpn, u16 lwm);
57 int mlx5_core_create_rqt(struct mlx5_core_dev *dev, u32 *in, int inlen,
59 int mlx5_core_modify_rqt(struct mlx5_core_dev *dev, u32 rqtn, u32 *in,
61 void mlx5_core_destroy_rqt(struct mlx5_core_dev *dev, u32 rqtn);