Searched refs:mlx5e_htb (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dhtb.h12 struct mlx5e_htb;
15 int mlx5e_htb_enumerate_leaves(struct mlx5e_htb *htb, mlx5e_fp_htb_enumerate callback, void *data);
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_allo
[all...]
H A Dhtb.c20 struct mlx5e_htb { struct
34 int mlx5e_htb_enumerate_leaves(struct mlx5e_htb *htb, mlx5e_fp_htb_enumerate callback, void *data)
49 int mlx5e_htb_cur_leaf_nodes(struct mlx5e_htb *htb)
57 static int mlx5e_htb_find_unused_qos_qid(struct mlx5e_htb *htb)
70 mlx5e_htb_node_create_leaf(struct mlx5e_htb *htb, u16 classid, u16 qid,
92 static struct mlx5e_qos_node *mlx5e_htb_node_create_root(struct mlx5e_htb *htb)
107 static struct mlx5e_qos_node *mlx5e_htb_node_find(struct mlx5e_htb *htb, u32 classid)
119 static struct mlx5e_qos_node *mlx5e_htb_node_find_rcu(struct mlx5e_htb *htb, u32 classid)
131 static void mlx5e_htb_node_delete(struct mlx5e_htb *htb, struct mlx5e_qos_node *node)
147 int mlx5e_htb_get_txq_by_classid(struct mlx5e_htb *ht
[all...]
H A Dqos.h12 struct mlx5e_htb;
H A Dqos.c380 struct mlx5e_htb *htb = priv->htb;
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den.h876 struct mlx5e_htb;
948 struct mlx5e_htb *htb;

Completed in 94 milliseconds