Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dqos.h44 struct mlx5e_mqprio_rl;
45 struct mlx5e_mqprio_rl *mlx5e_mqprio_rl_alloc(void);
46 void mlx5e_mqprio_rl_free(struct mlx5e_mqprio_rl *rl);
47 int mlx5e_mqprio_rl_init(struct mlx5e_mqprio_rl *rl, struct mlx5_core_dev *mdev, u8 num_tc,
49 void mlx5e_mqprio_rl_cleanup(struct mlx5e_mqprio_rl *rl);
50 int mlx5e_mqprio_rl_get_node_hw_id(struct mlx5e_mqprio_rl *rl, int tc, u32 *hw_id);
H A Dqos.c454 struct mlx5e_mqprio_rl { struct
461 struct mlx5e_mqprio_rl *mlx5e_mqprio_rl_alloc(void) in mlx5e_mqprio_rl_alloc() argument
463 return kvzalloc(sizeof(struct mlx5e_mqprio_rl), GFP_KERNEL); in mlx5e_mqprio_rl_alloc()
466 void mlx5e_mqprio_rl_free(struct mlx5e_mqprio_rl *rl) in mlx5e_mqprio_rl_free()
471 int mlx5e_mqprio_rl_init(struct mlx5e_mqprio_rl *rl, struct mlx5_core_dev *mdev, u8 num_tc, in mlx5e_mqprio_rl_init()
519 void mlx5e_mqprio_rl_cleanup(struct mlx5e_mqprio_rl *rl) in mlx5e_mqprio_rl_cleanup()
529 int mlx5e_mqprio_rl_get_node_hw_id(struct mlx5e_mqprio_rl *rl, int tc, u32 *hw_id) in mlx5e_mqprio_rl_get_node_hw_id()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_main.c3598 struct mlx5e_mqprio_rl *rl) in mlx5e_mqprio_rl_update_params()
3613 struct mlx5e_mqprio_rl *rl) in mlx5e_params_mqprio_channel_set()
3724 static struct mlx5e_mqprio_rl *mlx5e_mqprio_rl_create(struct mlx5_core_dev *mdev, in mlx5e_mqprio_rl_create()
3727 struct mlx5e_mqprio_rl *rl; in mlx5e_mqprio_rl_create()
3750 struct mlx5e_mqprio_rl *rl; in mlx5e_setup_tc_mqprio_channel()
5767 struct mlx5e_mqprio_rl *rl; in mlx5e_set_mqprio_rl()
H A Den.h939 struct mlx5e_mqprio_rl *mqprio_rl;