Home
last modified time | relevance | path

Searched refs:smq_tree_ctx (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_nix.c2138 struct nix_smq_tree_ctx *smq_tree_ctx; in nix_smq_flush_fill_ctx() local
2147 smq_tree_ctx = &smq_flush_ctx->smq_tree_ctx[lvl]; in nix_smq_flush_fill_ctx()
2150 smq_tree_ctx->cir_off = NIX_AF_TL1X_CIR(schq); in nix_smq_flush_fill_ctx()
2151 smq_tree_ctx->pir_off = 0; in nix_smq_flush_fill_ctx()
2152 smq_tree_ctx->pir_val = 0; in nix_smq_flush_fill_ctx()
2156 smq_tree_ctx->cir_off = NIX_AF_TL2X_CIR(schq); in nix_smq_flush_fill_ctx()
2157 smq_tree_ctx->pir_off = NIX_AF_TL2X_PIR(schq); in nix_smq_flush_fill_ctx()
2160 smq_tree_ctx->cir_off = NIX_AF_TL3X_CIR(schq); in nix_smq_flush_fill_ctx()
2161 smq_tree_ctx->pir_off = NIX_AF_TL3X_PIR(schq); in nix_smq_flush_fill_ctx()
2164 smq_tree_ctx->cir_off = NIX_AF_TL4X_CIR(schq); in nix_smq_flush_fill_ctx()
[all …]
Drvu.h304 struct nix_smq_tree_ctx smq_tree_ctx[NIX_TXSCH_LVL_CNT]; member