qcacmn: Add tx sw internode queue ini config

Add tx sw internode queue ini config that is used by NSS offload mode

Change-Id: I8236a289aa33aaa6bfd1af2ff326438042636139
This commit is contained in:
Prathyusha Guduri
2019-07-24 23:49:45 +05:30
committed by nshrivas
parent f1f12acb9c
commit abac9eedad
4 changed files with 33 additions and 0 deletions

View File

@@ -4489,6 +4489,8 @@ void dp_print_soc_cfg_params(struct dp_soc *soc)
soc_cfg_ctx->tx_desc_limit_2);
DP_PRINT_STATS("TX device limit: %u ",
soc_cfg_ctx->tx_device_limit);
DP_PRINT_STATS("TX sw internode queue: %u ",
soc_cfg_ctx->tx_sw_internode_queue);
DP_PRINT_STATS("RXDMA err dst ring: %u ",
soc_cfg_ctx->rxdma_err_dst_ring);
}