Searched refs:mlx5e_activate_qos_sq (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
H A D | qos.h | 23 int mlx5e_activate_qos_sq(void *data, u16 node_qid, u32 hw_id);
|
H A D | htb.c | 334 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 D | qos.c | 157 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()
|