Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dqos.c466 txschq_node = kzalloc(sizeof(*txschq_node), GFP_KERNEL); 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()
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()
477 txschq_node->quantum = 0; in otx2_qos_alloc_txschq_node()
488 parent = txschq_node; in otx2_qos_alloc_txschq_node()
496 list_del(&txschq_node->list); in otx2_qos_alloc_txschq_node()
[all …]