Home
last modified time | relevance | path

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

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