Searched refs:static_cfg (Results 1 – 1 of 1) sorted by relevance
501 u32 quantum, u16 qid, bool static_cfg) in otx2_qos_sw_create_leaf_node() argument519 node->is_static = static_cfg; in otx2_qos_sw_create_leaf_node()1137 u64 prio, bool static_cfg) in otx2_qos_validate_configuration() argument1139 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() local1241 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()[all …]