Searched refs:mlx5e_htb (Results 1 – 5 of 5) sorted by relevance
| /drivers/net/ethernet/mellanox/mlx5/core/en/ |
| A D | htb.h | 12 struct mlx5e_htb; 17 int mlx5e_htb_cur_leaf_nodes(struct mlx5e_htb *htb); 20 int mlx5e_htb_get_txq_by_classid(struct mlx5e_htb *htb, u16 classid); 25 mlx5e_htb_leaf_alloc_queue(struct mlx5e_htb *htb, u16 classid, 29 mlx5e_htb_leaf_to_inner(struct mlx5e_htb *htb, u16 classid, u16 child_classid, 31 int mlx5e_htb_leaf_del(struct mlx5e_htb *htb, u16 *classid, 34 mlx5e_htb_leaf_del_last(struct mlx5e_htb *htb, u16 classid, bool force, 37 mlx5e_htb_node_modify(struct mlx5e_htb *htb, u16 classid, u64 rate, u64 ceil, 39 struct mlx5e_htb *mlx5e_htb_alloc(void); 40 void mlx5e_htb_free(struct mlx5e_htb *htb); [all …]
|
| A D | htb.c | 20 struct mlx5e_htb { struct 49 int mlx5e_htb_cur_leaf_nodes(struct mlx5e_htb *htb) in mlx5e_htb_cur_leaf_nodes() 57 static int mlx5e_htb_find_unused_qos_qid(struct mlx5e_htb *htb) in mlx5e_htb_find_unused_qos_qid() 221 static int mlx5e_htb_root_del(struct mlx5e_htb *htb) in mlx5e_htb_root_del() 254 static int mlx5e_htb_convert_rate(struct mlx5e_htb *htb, u64 rate, in mlx5e_htb_convert_rate() 286 mlx5e_htb_leaf_alloc_queue(struct mlx5e_htb *htb, u16 classid, in mlx5e_htb_leaf_alloc_queue() 443 int mlx5e_htb_leaf_del(struct mlx5e_htb *htb, u16 *classid, in mlx5e_htb_leaf_del() 695 struct mlx5e_htb *mlx5e_htb_alloc(void) in mlx5e_htb_alloc() 697 return kvzalloc(sizeof(struct mlx5e_htb), GFP_KERNEL); in mlx5e_htb_alloc() 700 void mlx5e_htb_free(struct mlx5e_htb *htb) in mlx5e_htb_free() [all …]
|
| A D | qos.h | 12 struct mlx5e_htb;
|
| A D | qos.c | 389 struct mlx5e_htb *htb = priv->htb; in mlx5e_htb_setup_tc()
|
| /drivers/net/ethernet/mellanox/mlx5/core/ |
| A D | en.h | 873 struct mlx5e_htb; 949 struct mlx5e_htb *htb;
|
Completed in 13 milliseconds