Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/intel/ice/
Dice_sched.c20 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()
[all …]
Dice_adminq_cmd.h776 __le16 max_children; member