Lines Matching refs:static_cfg
501 u32 quantum, u16 qid, bool static_cfg) in otx2_qos_sw_create_leaf_node() argument
519 node->is_static = static_cfg; in otx2_qos_sw_create_leaf_node()
1137 u64 prio, bool static_cfg) in otx2_qos_validate_configuration() argument
1139 if (prio == parent->child_dwrr_prio && static_cfg) { in otx2_qos_validate_configuration()
1144 if (static_cfg && test_bit(prio, parent->prio_bmap)) { in otx2_qos_validate_configuration()
1210 bool static_cfg; in otx2_qos_leaf_alloc_queue() local
1241 static_cfg = !is_qos_node_dwrr(parent, pfvf, prio); in otx2_qos_leaf_alloc_queue()
1243 static_cfg); in otx2_qos_leaf_alloc_queue()
1247 if (!static_cfg) { in otx2_qos_leaf_alloc_queue()
1254 if (static_cfg) in otx2_qos_leaf_alloc_queue()
1283 ceil, quantum, qid, static_cfg); in otx2_qos_leaf_alloc_queue()
1331 if (static_cfg) in otx2_qos_leaf_alloc_queue()
1347 bool static_cfg; in otx2_qos_leaf_to_inner() local
1381 static_cfg = !is_qos_node_dwrr(node, pfvf, prio); in otx2_qos_leaf_to_inner()
1382 if (!static_cfg) { in otx2_qos_leaf_to_inner()
1389 if (static_cfg) in otx2_qos_leaf_to_inner()
1417 qid, static_cfg); in otx2_qos_leaf_to_inner()
1468 if (static_cfg) in otx2_qos_leaf_to_inner()