Searched refs:mlx5e_mqprio_rl (Results 1 – 4 of 4) sorted by relevance
| /Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/en/ |
| D | qos.h | 44 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);
|
| D | qos.c | 441 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-v6.6/drivers/net/ethernet/mellanox/mlx5/core/ |
| D | en.h | 937 struct mlx5e_mqprio_rl *mqprio_rl;
|
| D | en_main.c | 3422 struct mlx5e_mqprio_rl *rl) in mlx5e_mqprio_rl_update_params() 3437 struct mlx5e_mqprio_rl *rl) in mlx5e_params_mqprio_channel_set() 3548 static struct mlx5e_mqprio_rl *mlx5e_mqprio_rl_create(struct mlx5_core_dev *mdev, in mlx5e_mqprio_rl_create() 3551 struct mlx5e_mqprio_rl *rl; in mlx5e_mqprio_rl_create() 3575 struct mlx5e_mqprio_rl *rl; in mlx5e_setup_tc_mqprio_channel() 5404 struct mlx5e_mqprio_rl *rl; in mlx5e_set_mqprio_rl()
|