Searched refs:smq_tree_ctx (Results 1 – 2 of 2) sorted by relevance
2252 struct nix_smq_tree_ctx *smq_tree_ctx; in nix_smq_flush_fill_ctx() local2261 smq_tree_ctx = &smq_flush_ctx->smq_tree_ctx[lvl]; in nix_smq_flush_fill_ctx()2262 smq_tree_ctx->schq = schq; in nix_smq_flush_fill_ctx()2264 smq_tree_ctx->cir_off = NIX_AF_TL1X_CIR(schq); in nix_smq_flush_fill_ctx()2265 smq_tree_ctx->pir_off = 0; in nix_smq_flush_fill_ctx()2266 smq_tree_ctx->pir_val = 0; in nix_smq_flush_fill_ctx()2269 smq_tree_ctx->cir_off = NIX_AF_TL2X_CIR(schq); in nix_smq_flush_fill_ctx()2270 smq_tree_ctx->pir_off = NIX_AF_TL2X_PIR(schq); in nix_smq_flush_fill_ctx()2273 smq_tree_ctx->cir_off = NIX_AF_TL3X_CIR(schq); in nix_smq_flush_fill_ctx()2274 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