qcacmn: Add tx device limit

Add tx device limit configurable from INI.
This is used to limit the overall tx descriptors used in the device

Change-Id: I51e9611ca14bdc146de914317b38b98329130c9f
Cette révision appartient à :
Prathyusha Guduri
2019-07-21 23:55:52 +05:30
révisé par nshrivas
Parent 36ce817b7e
révision aed67e197c
4 fichiers modifiés avec 33 ajouts et 0 suppressions

Voir le fichier

@@ -4487,6 +4487,8 @@ void dp_print_soc_cfg_params(struct dp_soc *soc)
soc_cfg_ctx->tx_desc_limit_1);
DP_PRINT_STATS("TX_desc limit_2: %u ",
soc_cfg_ctx->tx_desc_limit_2);
DP_PRINT_STATS("TX device limit: %u ",
soc_cfg_ctx->tx_device_limit);
DP_PRINT_STATS("RXDMA err dst ring: %u ",
soc_cfg_ctx->rxdma_err_dst_ring);
}