Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dqos.c239 list_for_each_entry_reverse(node, &parent->child_schq_list, list) in otx2_qos_free_hw_node_schq()
331 list_for_each_entry(node, &parent->child_schq_list, list) in otx2_qos_fill_cfg_schq()
367 list_for_each_entry(node, &parent->child_schq_list, list) { in otx2_qos_read_txschq_cfg_schq()
424 INIT_LIST_HEAD(&node->child_schq_list); in otx2_qos_alloc_root()
479 list_add_tail(&txschq_node->list, &node->child_schq_list); in otx2_qos_alloc_txschq_node()
483 INIT_LIST_HEAD(&txschq_node->child_schq_list); in otx2_qos_alloc_txschq_node()
490 list_for_each_entry_safe(txschq_node, tmp, &node->child_schq_list, in otx2_qos_alloc_txschq_node()
537 INIT_LIST_HEAD(&node->child_schq_list); in otx2_qos_sw_create_leaf_node()
698 list_for_each_entry(tmp, &node->child_schq_list, list) { in otx2_qos_txschq_fill_cfg_schq()
820 list_for_each_entry(tmp, &node->child_schq_list, list) { in otx2_qos_txschq_push_cfg_schq()
[all …]
H A Dqos.h55 struct list_head child_schq_list; member