Searched refs:smq_tree_ctx (Results 1 – 2 of 2) sorted by relevance
2327 smq_tree_ctx = &smq_flush_ctx->smq_tree_ctx[lvl]; in nix_smq_flush_fill_ctx()2328 smq_tree_ctx->schq = schq; in nix_smq_flush_fill_ctx()2331 smq_tree_ctx->pir_off = 0; in nix_smq_flush_fill_ctx()2332 smq_tree_ctx->pir_val = 0; in nix_smq_flush_fill_ctx()2352 smq_tree_ctx->cir_val = rvu_read64(rvu, blkaddr, smq_tree_ctx->cir_off); in nix_smq_flush_fill_ctx()2353 if (smq_tree_ctx->pir_off) in nix_smq_flush_fill_ctx()2354 smq_tree_ctx->pir_val = rvu_read64(rvu, blkaddr, smq_tree_ctx->pir_off); in nix_smq_flush_fill_ctx()2408 smq_tree_ctx = &smq_flush_ctx->smq_tree_ctx[lvl]; in nix_smq_flush_enadis_rate()2409 cir_off = smq_tree_ctx->cir_off; in nix_smq_flush_enadis_rate()2410 cir_val = smq_tree_ctx->cir_val; in nix_smq_flush_enadis_rate()[all …]
362 struct nix_smq_tree_ctx smq_tree_ctx[NIX_TXSCH_LVL_CNT]; member
Completed in 20 milliseconds