Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/marvell/octeontx2/nic/
Dqos.c456 struct otx2_qos_node *txschq_node, *parent, *tmp; in otx2_qos_alloc_txschq_node() local
461 txschq_node = kzalloc(sizeof(*txschq_node), GFP_KERNEL); in otx2_qos_alloc_txschq_node()
462 if (!txschq_node) in otx2_qos_alloc_txschq_node()
465 txschq_node->parent = parent; in otx2_qos_alloc_txschq_node()
466 txschq_node->level = lvl; in otx2_qos_alloc_txschq_node()
467 txschq_node->classid = OTX2_QOS_CLASS_NONE; in otx2_qos_alloc_txschq_node()
468 WRITE_ONCE(txschq_node->qid, OTX2_QOS_QID_NONE); in otx2_qos_alloc_txschq_node()
469 txschq_node->rate = 0; in otx2_qos_alloc_txschq_node()
470 txschq_node->ceil = 0; in otx2_qos_alloc_txschq_node()
471 txschq_node->prio = 0; in otx2_qos_alloc_txschq_node()
[all …]