Home
last modified time | relevance | path

Searched refs:mlx5e_activate_qos_sq (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dqos.h23 int mlx5e_activate_qos_sq(void *data, u16 node_qid, u32 hw_id);
H A Dhtb.c334 mlx5e_activate_qos_sq(priv, node->qid, node->hw_id); in mlx5e_htb_leaf_alloc_queue()
413 mlx5e_activate_qos_sq(priv, child->qid, child->hw_id); in mlx5e_htb_leaf_to_inner()
527 mlx5e_activate_qos_sq(priv, node->qid, node->hw_id); in mlx5e_htb_leaf_del()
609 mlx5e_activate_qos_sq(priv, node->qid, node->hw_id); in mlx5e_htb_leaf_del_last()
H A Dqos.c157 int mlx5e_activate_qos_sq(void *data, u16 node_qid, u32 hw_id) in mlx5e_activate_qos_sq() function
326 mlx5e_htb_enumerate_leaves(priv->htb, mlx5e_activate_qos_sq, priv); in mlx5e_qos_activate_queues()