Searched refs:mlx5e_rqt (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/en/ ! |
D | rqt.h | 20 struct mlx5e_rqt { struct 26 int mlx5e_rqt_init_direct(struct mlx5e_rqt *rqt, struct mlx5_core_dev *mdev, argument 28 int mlx5e_rqt_init_indir(struct mlx5e_rqt *rqt, struct mlx5_core_dev *mdev, 31 void mlx5e_rqt_destroy(struct mlx5e_rqt *rqt); 33 static inline u32 mlx5e_rqt_get_rqtn(struct mlx5e_rqt *rqt) in mlx5e_rqt_get_rqtn() 38 int mlx5e_rqt_redirect_direct(struct mlx5e_rqt *rqt, u32 rqn); 39 int mlx5e_rqt_redirect_indir(struct mlx5e_rqt *rqt, u32 *rqns, unsigned int num_rqns,
|
D | rqt.c | 16 static int mlx5e_rqt_init(struct mlx5e_rqt *rqt, struct mlx5_core_dev *mdev, in mlx5e_rqt_init() 47 int mlx5e_rqt_init_direct(struct mlx5e_rqt *rqt, struct mlx5_core_dev *mdev, in mlx5e_rqt_init_direct() 90 int mlx5e_rqt_init_indir(struct mlx5e_rqt *rqt, struct mlx5_core_dev *mdev, in mlx5e_rqt_init_indir() 112 void mlx5e_rqt_destroy(struct mlx5e_rqt *rqt) in mlx5e_rqt_destroy() 117 static int mlx5e_rqt_redirect(struct mlx5e_rqt *rqt, u32 *rqns, unsigned int size) in mlx5e_rqt_redirect() 143 int mlx5e_rqt_redirect_direct(struct mlx5e_rqt *rqt, u32 rqn) in mlx5e_rqt_redirect_direct() 148 int mlx5e_rqt_redirect_indir(struct mlx5e_rqt *rqt, u32 *rqns, unsigned int num_rqns, in mlx5e_rqt_redirect_indir()
|
D | rx_res.c | 25 struct mlx5e_rqt direct_rqt; 30 struct mlx5e_rqt rqt;
|
D | rss.c | 76 struct mlx5e_rqt rqt;
|
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/ ! |
D | en_tc.c | 546 struct mlx5e_rqt indir_rqt;
|