Searched refs:mlx5e_mqprio_rl (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en/ |
A 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);
|
A D | qos.c | 435 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.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/ |
A D | en_main.c | 3379 struct mlx5e_mqprio_rl *rl) in mlx5e_mqprio_rl_update_params() 3394 struct mlx5e_mqprio_rl *rl) in mlx5e_params_mqprio_channel_set() 3505 static struct mlx5e_mqprio_rl *mlx5e_mqprio_rl_create(struct mlx5_core_dev *mdev, in mlx5e_mqprio_rl_create() 3508 struct mlx5e_mqprio_rl *rl; in mlx5e_mqprio_rl_create() 3532 struct mlx5e_mqprio_rl *rl; in mlx5e_setup_tc_mqprio_channel() 5335 struct mlx5e_mqprio_rl *rl; in mlx5e_set_mqprio_rl()
|
A D | en.h | 972 struct mlx5e_mqprio_rl *mqprio_rl;
|
Completed in 20 milliseconds