Lines Matching refs:mlx5_core_dev

38 int mlx5_core_alloc_transport_domain(struct mlx5_core_dev *dev, u32 *tdn);
39 void mlx5_core_dealloc_transport_domain(struct mlx5_core_dev *dev, u32 tdn);
40 int mlx5_core_create_rq(struct mlx5_core_dev *dev, u32 *in, int inlen,
42 int mlx5_core_modify_rq(struct mlx5_core_dev *dev, u32 rqn, u32 *in);
43 void mlx5_core_destroy_rq(struct mlx5_core_dev *dev, u32 rqn);
44 int mlx5_core_query_rq(struct mlx5_core_dev *dev, u32 rqn, u32 *out);
45 int mlx5_core_create_sq(struct mlx5_core_dev *dev, u32 *in, int inlen,
47 int mlx5_core_modify_sq(struct mlx5_core_dev *dev, u32 sqn, u32 *in);
48 void mlx5_core_destroy_sq(struct mlx5_core_dev *dev, u32 sqn);
49 int mlx5_core_query_sq(struct mlx5_core_dev *dev, u32 sqn, u32 *out);
50 int mlx5_core_query_sq_state(struct mlx5_core_dev *dev, u32 sqn, u8 *state);
51 int mlx5_core_create_tir(struct mlx5_core_dev *dev, u32 *in, u32 *tirn);
52 int mlx5_core_modify_tir(struct mlx5_core_dev *dev, u32 tirn, u32 *in);
53 void mlx5_core_destroy_tir(struct mlx5_core_dev *dev, u32 tirn);
54 int mlx5_core_create_tis(struct mlx5_core_dev *dev, u32 *in, u32 *tisn);
55 int mlx5_core_modify_tis(struct mlx5_core_dev *dev, u32 tisn, u32 *in);
56 void mlx5_core_destroy_tis(struct mlx5_core_dev *dev, u32 tisn);
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);
71 struct mlx5_core_dev *func_mdev;
72 struct mlx5_core_dev *peer_mdev;
83 mlx5_core_hairpin_create(struct mlx5_core_dev *func_mdev,
84 struct mlx5_core_dev *peer_mdev,