Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dqos.c347 cfg->schq_contig[parent->level - 1] += parent->child_dwrr_cnt + in otx2_qos_fill_cfg_tl()
772 child_cnt = node->child_dwrr_cnt + node->max_static_prio + 1; in otx2_qos_assign_base_idx_tl()
1191 parent->child_dwrr_cnt++; in is_qos_node_dwrr()
1257 parent->child_dwrr_cnt++; in otx2_qos_leaf_alloc_queue()
1334 parent->child_dwrr_cnt--; in otx2_qos_leaf_alloc_queue()
1392 node->child_dwrr_cnt++; in otx2_qos_leaf_to_inner()
1474 node->child_dwrr_cnt--; in otx2_qos_leaf_to_inner()
1509 parent->child_dwrr_cnt--; in otx2_qos_leaf_del()
1516 if (!parent->child_dwrr_cnt) in otx2_qos_leaf_del()
1564 parent->child_dwrr_cnt--; in otx2_qos_leaf_del_last()
[all …]
H A Dqos.h69 u16 child_dwrr_cnt; member