Searched refs:child_schq_list (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/marvell/octeontx2/nic/ |
D | qos.c | 238 list_for_each_entry_reverse(node, &parent->child_schq_list, list) in otx2_qos_free_hw_node_schq() 288 list_for_each_entry_safe(node, tmp, &parent->child_schq_list, list) { in otx2_qos_free_sw_node_schq() 330 list_for_each_entry(node, &parent->child_schq_list, list) in otx2_qos_fill_cfg_schq() 366 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() 711 list_for_each_entry(tmp, &node->child_schq_list, list) { in otx2_qos_txschq_fill_cfg_schq() [all …]
|
D | qos.h | 55 struct list_head child_schq_list; member
|