Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dqos.c506 u32 quantum, u16 qid, bool static_cfg) in otx2_qos_sw_create_leaf_node() argument
524 node->is_static = static_cfg; in otx2_qos_sw_create_leaf_node()
1157 u64 prio, bool static_cfg) in otx2_qos_validate_configuration() argument
1159 if (prio == parent->child_dwrr_prio && static_cfg) { in otx2_qos_validate_configuration()
1164 if (static_cfg && test_bit(prio, parent->prio_bmap)) { in otx2_qos_validate_configuration()
1230 bool static_cfg; in otx2_qos_leaf_alloc_queue() local
1261 static_cfg = !is_qos_node_dwrr(parent, pfvf, prio); in otx2_qos_leaf_alloc_queue()
1263 static_cfg); in otx2_qos_leaf_alloc_queue()
1267 if (!static_cfg) { in otx2_qos_leaf_alloc_queue()
1274 if (static_cfg) in otx2_qos_leaf_alloc_queue()
[all …]