Searched refs:max_children (Results 1 – 2 of 2) sorted by relevance
20 u16 max_children; in ice_sched_add_root_node() local31 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() local123 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() local1205 max_children = le16_to_cpu(pi->hw->layer_info[qgrp_layer].max_children); in ice_sched_get_free_qparent()[all …]
776 __le16 max_children; member