Lines Matching refs:child_dwrr_prio
113 cfg->regval[*num_regs] = node->parent->child_dwrr_prio << 24 | in otx2_config_sched_shaping()
222 cfg->regval[0] |= ((parent->child_dwrr_prio != OTX2_QOS_DEFAULT_PRIO) ? in otx2_qos_txschq_set_parent_topology()
223 parent->child_dwrr_prio : 0) << 1; in otx2_qos_txschq_set_parent_topology()
414 node->child_dwrr_prio = OTX2_QOS_DEFAULT_PRIO; in otx2_qos_alloc_root()
474 txschq_node->child_dwrr_prio = OTX2_QOS_DEFAULT_PRIO; in otx2_qos_alloc_txschq_node()
520 node->child_dwrr_prio = OTX2_QOS_DEFAULT_PRIO; in otx2_qos_sw_create_leaf_node()
1059 root->child_dwrr_prio = pfvf->hw.txschq_aggr_lvl_rr_prio; in otx2_qos_root_add()
1061 "TL1 DWRR Priority %d\n", root->child_dwrr_prio); in otx2_qos_root_add()
1139 if (parent->child_dwrr_prio == OTX2_QOS_DEFAULT_PRIO) { in otx2_qos_validate_dwrr_cfg()
1140 parent->child_dwrr_prio = prio; in otx2_qos_validate_dwrr_cfg()
1141 } else if (prio != parent->child_dwrr_prio) { in otx2_qos_validate_dwrr_cfg()
1154 if (prio == parent->child_dwrr_prio && static_cfg) { in otx2_qos_validate_configuration()
1174 if (parent->child_dwrr_prio != OTX2_QOS_DEFAULT_PRIO) { in otx2_reset_dwrr_prio()
1175 parent->child_dwrr_prio = OTX2_QOS_DEFAULT_PRIO; in otx2_reset_dwrr_prio()
1187 if (parent->child_dwrr_prio == prio) in is_qos_node_dwrr()
1193 if (parent->child_dwrr_prio != OTX2_QOS_DEFAULT_PRIO && in is_qos_node_dwrr()
1194 parent->child_dwrr_prio != prio) in is_qos_node_dwrr()