Home
last modified time | relevance | path

Searched refs:mlx5e_htb_get_txq_by_classid (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/en/
Dhtb.h20 int mlx5e_htb_get_txq_by_classid(struct mlx5e_htb *htb, u16 classid);
Dselq.c190 return mlx5e_htb_get_txq_by_classid(priv->htb, classid); in mlx5e_select_htb_queue()
Dqos.c444 res = mlx5e_htb_get_txq_by_classid(htb, htb_qopt->classid); in mlx5e_htb_setup_tc()
Dhtb.c147 int mlx5e_htb_get_txq_by_classid(struct mlx5e_htb *htb, u16 classid) in mlx5e_htb_get_txq_by_classid() function