Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dqos.c461 struct otx2_qos_node *txschq_node, *parent, *tmp; in otx2_qos_alloc_txschq_node() local
466 txschq_node = kzalloc_obj(*txschq_node); in otx2_qos_alloc_txschq_node()
467 if (!txschq_node) in otx2_qos_alloc_txschq_node()
470 txschq_node->parent = parent; in otx2_qos_alloc_txschq_node()
471 txschq_node->level = lvl; in otx2_qos_alloc_txschq_node()
472 txschq_node->classid = OTX2_QOS_CLASS_NONE; in otx2_qos_alloc_txschq_node()
473 WRITE_ONCE(txschq_node->qid, OTX2_QOS_QID_NONE); in otx2_qos_alloc_txschq_node()
474 txschq_node->rate = 0; in otx2_qos_alloc_txschq_node()
475 txschq_node->ceil = 0; in otx2_qos_alloc_txschq_node()
476 txschq_node->prio = 0; in otx2_qos_alloc_txschq_node()
[all …]