Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/marvell/octeontx2/nic/
Dqos.c113 cfg->regval[*num_regs] = node->parent->child_dwrr_prio << 24 | in otx2_config_sched_shaping()
223 cfg->regval[0] |= ((parent->child_dwrr_prio != OTX2_QOS_DEFAULT_PRIO) ? in otx2_qos_txschq_set_parent_topology()
224 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()
1044 root->child_dwrr_prio = pfvf->hw.txschq_aggr_lvl_rr_prio; in otx2_qos_root_add()
1046 "TL1 DWRR Priority %d\n", root->child_dwrr_prio); in otx2_qos_root_add()
1124 if (parent->child_dwrr_prio == OTX2_QOS_DEFAULT_PRIO) { in otx2_qos_validate_dwrr_cfg()
1125 parent->child_dwrr_prio = prio; in otx2_qos_validate_dwrr_cfg()
[all …]
Dqos.h71 u16 child_dwrr_prio; member