Lines Matching refs:node
760 cq->tag, cq->q, cq->node, cq->cqe_type); in roc_nix_cqe_dump()
1040 struct nix_tm_node *node, *parent; in nix_tm_dump_lvl() local
1046 TAILQ_FOREACH(node, list, node) { in nix_tm_dump_lvl()
1047 if (node->hw_lvl != hw_lvl) in nix_tm_dump_lvl()
1051 parent = node->parent; in nix_tm_dump_lvl()
1054 schq = node->id; in nix_tm_dump_lvl()
1056 lvlstr = nix_tm_hwlvl2str(node->hw_lvl); in nix_tm_dump_lvl()
1057 schq = node->hw_id; in nix_tm_dump_lvl()
1063 } else if (node->hw_lvl == NIX_TXSCH_LVL_TL1) { in nix_tm_dump_lvl()
1067 parent_schq = node->parent_hw_id; in nix_tm_dump_lvl()
1068 parent_lvlstr = nix_tm_hwlvl2str(node->hw_lvl + 1); in nix_tm_dump_lvl()
1071 nix_dump("\t(%p%s) %s_%d->%s_%d", node, in nix_tm_dump_lvl()
1072 node->child_realloc ? "[CR]" : "", lvlstr, schq, in nix_tm_dump_lvl()
1075 if (!(node->flags & NIX_TM_NODE_HWRES)) in nix_tm_dump_lvl()
1079 if (node->hw_lvl == nix->tm_root_lvl) in nix_tm_dump_lvl()
1080 root = node; in nix_tm_dump_lvl()
1083 k = nix_tm_reg_dump_prep(node->hw_lvl, schq, nix->tx_link, reg, in nix_tm_dump_lvl()
1090 req->lvl = node->hw_lvl; in nix_tm_dump_lvl()