Lines Matching refs:max_children
20 u16 max_children; in ice_sched_add_root_node() local
31 max_children = le16_to_cpu(hw->layer_info[0].max_children); in ice_sched_add_root_node()
32 root->children = devm_kcalloc(ice_hw_to_dev(hw), max_children, in ice_sched_add_root_node()
103 u16 max_children; in ice_sched_add_node() local
123 max_children = le16_to_cpu(hw->layer_info[layer].max_children); in ice_sched_add_node()
124 if (max_children) { in ice_sched_add_node()
125 node->children = devm_kcalloc(ice_hw_to_dev(hw), max_children, in ice_sched_add_node()
764 le16_to_cpu(hw->layer_info[parent->tx_sched_layer].max_children); in ice_sched_add_nodes_to_layer()
1201 u16 max_children; in ice_sched_get_free_qparent() local
1205 max_children = le16_to_cpu(pi->hw->layer_info[qgrp_layer].max_children); in ice_sched_get_free_qparent()
1222 if (qgrp_node->num_children < max_children && in ice_sched_get_free_qparent()
1281 u16 max_children = le16_to_cpu(hw->layer_info[i].max_children); in ice_sched_calc_vsi_child_nodes() local
1284 num = DIV_ROUND_UP(num, max_children); in ice_sched_calc_vsi_child_nodes()
1416 max_child = le16_to_cpu(hw->layer_info[i].max_children); in ice_sched_calc_vsi_support_nodes()