Searched refs:smq_tree_ctx (Results 1 – 2 of 2) sorted by relevance
2325 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()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()2350 smq_tree_ctx->cir_val = rvu_read64(rvu, blkaddr, smq_tree_ctx->cir_off); in nix_smq_flush_fill_ctx()2351 if (smq_tree_ctx->pir_off) in nix_smq_flush_fill_ctx()2352 smq_tree_ctx->pir_val = rvu_read64(rvu, blkaddr, smq_tree_ctx->pir_off); in nix_smq_flush_fill_ctx()2406 smq_tree_ctx = &smq_flush_ctx->smq_tree_ctx[lvl]; in nix_smq_flush_enadis_rate()2407 cir_off = smq_tree_ctx->cir_off; in nix_smq_flush_enadis_rate()2408 cir_val = smq_tree_ctx->cir_val; in nix_smq_flush_enadis_rate()[all …]
334 struct nix_smq_tree_ctx smq_tree_ctx[NIX_TXSCH_LVL_CNT]; member