Searched refs:txschq_node (Results 1 – 1 of 1) sorted by relevance
511 struct otx2_qos_node *txschq_node, *parent, *tmp; in otx2_qos_alloc_txschq_node() local516 txschq_node = kzalloc_obj(*txschq_node); in otx2_qos_alloc_txschq_node()517 if (!txschq_node) in otx2_qos_alloc_txschq_node()520 txschq_node->parent = parent; in otx2_qos_alloc_txschq_node()521 txschq_node->level = lvl; in otx2_qos_alloc_txschq_node()522 txschq_node->classid = OTX2_QOS_CLASS_NONE; in otx2_qos_alloc_txschq_node()523 WRITE_ONCE(txschq_node->qid, OTX2_QOS_QID_NONE); in otx2_qos_alloc_txschq_node()524 txschq_node->rate = 0; in otx2_qos_alloc_txschq_node()525 txschq_node->ceil = 0; in otx2_qos_alloc_txschq_node()526 txschq_node->prio = 0; in otx2_qos_alloc_txschq_node()[all …]