Searched refs:child_schq_list (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
| H A D | qos.c | 293 list_for_each_entry_reverse(node, &parent->child_schq_list, list) in otx2_qos_free_hw_node_schq() 343 list_for_each_entry_safe(node, tmp, &parent->child_schq_list, list) { in otx2_qos_free_sw_node_schq() 385 list_for_each_entry(node, &parent->child_schq_list, list) in otx2_qos_fill_cfg_schq() 421 list_for_each_entry(node, &parent->child_schq_list, list) { in otx2_qos_read_txschq_cfg_schq() 478 INIT_LIST_HEAD(&node->child_schq_list); in otx2_qos_alloc_root() 533 list_add_tail(&txschq_node->list, &node->child_schq_list); in otx2_qos_alloc_txschq_node() 537 INIT_LIST_HEAD(&txschq_node->child_schq_list); in otx2_qos_alloc_txschq_node() 544 list_for_each_entry_safe(txschq_node, tmp, &node->child_schq_list, in otx2_qos_alloc_txschq_node() 591 INIT_LIST_HEAD(&node->child_schq_list); in otx2_qos_sw_create_leaf_node() 766 list_for_each_entry(tmp, &node->child_schq_list, list) { in otx2_qos_txschq_fill_cfg_schq() [all …]
|
| H A D | qos.h | 55 struct list_head child_schq_list; member
|