Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/marvell/octeontx2/nic/
Dqos.c239 list_for_each_entry_reverse(node, &parent->child_schq_list, list) in otx2_qos_free_hw_node_schq()
289 list_for_each_entry_safe(node, tmp, &parent->child_schq_list, list) { in otx2_qos_free_sw_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()
423 INIT_LIST_HEAD(&node->child_schq_list); in otx2_qos_alloc_root()
478 list_add_tail(&txschq_node->list, &node->child_schq_list); in otx2_qos_alloc_txschq_node()
482 INIT_LIST_HEAD(&txschq_node->child_schq_list); in otx2_qos_alloc_txschq_node()
489 list_for_each_entry_safe(txschq_node, tmp, &node->child_schq_list, in otx2_qos_alloc_txschq_node()
536 INIT_LIST_HEAD(&node->child_schq_list); in otx2_qos_sw_create_leaf_node()
697 list_for_each_entry(tmp, &node->child_schq_list, list) { in otx2_qos_txschq_fill_cfg_schq()
[all …]
Dqos.h55 struct list_head child_schq_list; member