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 à :

révisé par
nshrivas

Parent
36ce817b7e
révision
aed67e197c
@@ -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);
|
||||
}
|
||||
|
Référencer dans un nouveau ticket
Bloquer un utilisateur