Searched refs:smq_tree_ctx (Results 1 – 2 of 2) sorted by relevance
2316 struct nix_smq_tree_ctx *smq_tree_ctx; in nix_smq_flush_fill_ctx() local2325 smq_tree_ctx = &smq_flush_ctx->smq_tree_ctx[lvl]; in nix_smq_flush_fill_ctx()2326 smq_tree_ctx->schq = schq; in nix_smq_flush_fill_ctx()2328 smq_tree_ctx->cir_off = NIX_AF_TL1X_CIR(schq); in nix_smq_flush_fill_ctx()2329 smq_tree_ctx->pir_off = 0; in nix_smq_flush_fill_ctx()2330 smq_tree_ctx->pir_val = 0; in nix_smq_flush_fill_ctx()2333 smq_tree_ctx->cir_off = NIX_AF_TL2X_CIR(schq); in nix_smq_flush_fill_ctx()2334 smq_tree_ctx->pir_off = NIX_AF_TL2X_PIR(schq); in nix_smq_flush_fill_ctx()2337 smq_tree_ctx->cir_off = NIX_AF_TL3X_CIR(schq); in nix_smq_flush_fill_ctx()2338 smq_tree_ctx->pir_off = NIX_AF_TL3X_PIR(schq); in nix_smq_flush_fill_ctx()[all …]
332 struct nix_smq_tree_ctx smq_tree_ctx[NIX_TXSCH_LVL_CNT]; member