Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/intel/ice/
Dice_sched.c1023 u16 max_child_nodes; in ice_sched_add_nodes_to_hw_layer() local
1034 max_child_nodes = pi->hw->max_children[parent->tx_sched_layer]; in ice_sched_add_nodes_to_hw_layer()
1037 if ((parent->num_children + num_nodes) > max_child_nodes) { in ice_sched_add_nodes_to_hw_layer()
1073 u16 max_child_nodes, num_added = 0; in ice_sched_add_nodes_to_layer() local
1096 max_child_nodes = pi->hw->max_children[parent->tx_sched_layer]; in ice_sched_add_nodes_to_layer()
1098 if (parent->num_children < max_child_nodes) { in ice_sched_add_nodes_to_layer()
1099 new_num_nodes = max_child_nodes - parent->num_children; in ice_sched_add_nodes_to_layer()