mlx5e_qid_from_qos
res = mlx5e_qid_from_qos(&htb->priv->channels, qid);
return mlx5e_qid_from_qos(&priv->channels, node->qid);
mlx5e_qid_from_qos(&priv->channels, qid));
mlx5e_qid_from_qos(&priv->channels, moved_qid));
qid = mlx5e_qid_from_qos(&priv->channels, node_qid);
txq_ix = mlx5e_qid_from_qos(&priv->channels, qid);
txq_ix = mlx5e_qid_from_qos(&c->priv->channels, qid);
txq_ix = mlx5e_qid_from_qos(chs, node_qid);
u16 mlx5e_qid_from_qos(struct mlx5e_channels *chs, u16 qid);