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 | 243 list_for_each_entry_reverse(node, &parent->child_schq_list, list) in otx2_qos_free_hw_node_schq() 293 list_for_each_entry_safe(node, tmp, &parent->child_schq_list, list) { in otx2_qos_free_sw_node_schq() 335 list_for_each_entry(node, &parent->child_schq_list, list) in otx2_qos_fill_cfg_schq() 371 list_for_each_entry(node, &parent->child_schq_list, list) { in otx2_qos_read_txschq_cfg_schq() 428 INIT_LIST_HEAD(&node->child_schq_list); in otx2_qos_alloc_root() 483 list_add_tail(&txschq_node->list, &node->child_schq_list); in otx2_qos_alloc_txschq_node() 487 INIT_LIST_HEAD(&txschq_node->child_schq_list); in otx2_qos_alloc_txschq_node() 494 list_for_each_entry_safe(txschq_node, tmp, &node->child_schq_list, in otx2_qos_alloc_txschq_node() 541 INIT_LIST_HEAD(&node->child_schq_list); in otx2_qos_sw_create_leaf_node() 716 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
|