Home
last modified time | relevance | path

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

/linux-6.1.9/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.c435 struct mlx5e_mqprio_rl { struct
442 struct mlx5e_mqprio_rl *mlx5e_mqprio_rl_alloc(void) in mlx5e_mqprio_rl_alloc() argument
444 return kvzalloc(sizeof(struct mlx5e_mqprio_rl), GFP_KERNEL); in mlx5e_mqprio_rl_alloc()
447 void mlx5e_mqprio_rl_free(struct mlx5e_mqprio_rl *rl) in mlx5e_mqprio_rl_free()
452 int mlx5e_mqprio_rl_init(struct mlx5e_mqprio_rl *rl, struct mlx5_core_dev *mdev, u8 num_tc, in mlx5e_mqprio_rl_init()
500 void mlx5e_mqprio_rl_cleanup(struct mlx5e_mqprio_rl *rl) in mlx5e_mqprio_rl_cleanup()
510 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.1.9/drivers/net/ethernet/mellanox/mlx5/core/
Den_main.c3374 struct mlx5e_mqprio_rl *rl) in mlx5e_mqprio_rl_update_params()
3389 struct mlx5e_mqprio_rl *rl) in mlx5e_params_mqprio_channel_set()
3500 static struct mlx5e_mqprio_rl *mlx5e_mqprio_rl_create(struct mlx5_core_dev *mdev, in mlx5e_mqprio_rl_create()
3503 struct mlx5e_mqprio_rl *rl; in mlx5e_mqprio_rl_create()
3527 struct mlx5e_mqprio_rl *rl; in mlx5e_setup_tc_mqprio_channel()
5333 struct mlx5e_mqprio_rl *rl; in mlx5e_set_mqprio_rl()
Den.h968 struct mlx5e_mqprio_rl *mqprio_rl;