Searched refs:mlx5_qos_destroy_node (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/drivers/net/ethernet/mellanox/mlx5/core/en/ |
D | qos.c | 567 err = mlx5_qos_destroy_node(priv->mdev, root->hw_id); in mlx5e_htb_root_del() 720 err = mlx5_qos_destroy_node(priv->mdev, node->hw_id); in mlx5e_htb_leaf_to_inner() 745 tmp_err = mlx5_qos_destroy_node(priv->mdev, new_hw_id); in mlx5e_htb_leaf_to_inner() 810 err = mlx5_qos_destroy_node(priv->mdev, node->hw_id); in mlx5e_htb_leaf_del() 920 err = mlx5_qos_destroy_node(priv->mdev, node->hw_id); in mlx5e_htb_leaf_del_last() 951 err = mlx5_qos_destroy_node(priv->mdev, old_hw_id); in mlx5e_htb_leaf_del_last() 1089 mlx5_qos_destroy_node(mdev, rl->leaves_id[tc]); in mlx5e_mqprio_rl_init() 1090 mlx5_qos_destroy_node(mdev, rl->root_id); in mlx5e_mqprio_rl_init() 1101 mlx5_qos_destroy_node(rl->mdev, rl->leaves_id[tc]); in mlx5e_mqprio_rl_cleanup() 1102 mlx5_qos_destroy_node(rl->mdev, rl->root_id); in mlx5e_mqprio_rl_cleanup()
|
/linux-5.19.10/drivers/net/ethernet/mellanox/mlx5/core/ |
D | qos.h | 28 int mlx5_qos_destroy_node(struct mlx5_core_dev *mdev, u32 id);
|
D | qos.c | 82 int mlx5_qos_destroy_node(struct mlx5_core_dev *mdev, u32 id) in mlx5_qos_destroy_node() function
|