Searched refs:static_cfg (Results 1 – 1 of 1) sorted by relevance
556 u32 quantum, u16 qid, bool static_cfg) in otx2_qos_sw_create_leaf_node() argument574 node->is_static = static_cfg; in otx2_qos_sw_create_leaf_node()1207 u64 prio, bool static_cfg) in otx2_qos_validate_configuration() argument1209 if (prio == parent->child_dwrr_prio && static_cfg) { in otx2_qos_validate_configuration()1214 if (static_cfg && test_bit(prio, parent->prio_bmap)) { in otx2_qos_validate_configuration()1280 bool static_cfg; in otx2_qos_leaf_alloc_queue() local1311 static_cfg = !is_qos_node_dwrr(parent, pfvf, prio); in otx2_qos_leaf_alloc_queue()1313 static_cfg); in otx2_qos_leaf_alloc_queue()1317 if (!static_cfg) { in otx2_qos_leaf_alloc_queue()1324 if (static_cfg) in otx2_qos_leaf_alloc_queue()[all …]