Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/en/
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);
Dqos.c441 struct mlx5e_mqprio_rl { struct
448 struct mlx5e_mqprio_rl *mlx5e_mqprio_rl_alloc(void) in mlx5e_mqprio_rl_alloc() argument
450 return kvzalloc(sizeof(struct mlx5e_mqprio_rl), GFP_KERNEL); in mlx5e_mqprio_rl_alloc()
453 void mlx5e_mqprio_rl_free(struct mlx5e_mqprio_rl *rl) in mlx5e_mqprio_rl_free()
458 int mlx5e_mqprio_rl_init(struct mlx5e_mqprio_rl *rl, struct mlx5_core_dev *mdev, u8 num_tc, in mlx5e_mqprio_rl_init()
506 void mlx5e_mqprio_rl_cleanup(struct mlx5e_mqprio_rl *rl) in mlx5e_mqprio_rl_cleanup()
516 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-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/
Den.h938 struct mlx5e_mqprio_rl *mqprio_rl;
Den_main.c3435 struct mlx5e_mqprio_rl *rl) in mlx5e_mqprio_rl_update_params()
3450 struct mlx5e_mqprio_rl *rl) in mlx5e_params_mqprio_channel_set()
3561 static struct mlx5e_mqprio_rl *mlx5e_mqprio_rl_create(struct mlx5_core_dev *mdev, in mlx5e_mqprio_rl_create()
3564 struct mlx5e_mqprio_rl *rl; in mlx5e_mqprio_rl_create()
3588 struct mlx5e_mqprio_rl *rl; in mlx5e_setup_tc_mqprio_channel()
5425 struct mlx5e_mqprio_rl *rl; in mlx5e_set_mqprio_rl()