qcacmn: Increase the max WBM2SW rel rings for qca6750
Increase the max WBM2SW release rings for qca6750 when multiple tx ring pairs support is enabled. Change-Id: Ifa3be25a7c9b7cb019165e76b3a71d3db9572334 CRs-Fixed: 3075392
这个提交包含在:

提交者
Madan Koyyalamudi

父节点
ddfe7df316
当前提交
371d4ebd86
@@ -2302,7 +2302,11 @@ struct hal_hw_srng_config hw_srng_table_6750[] = {
|
||||
},
|
||||
{ /* WBM2SW_RELEASE */
|
||||
.start_ring_id = HAL_SRNG_WBM2SW0_RELEASE,
|
||||
#ifdef TX_MULTI_TCL
|
||||
.max_rings = 5,
|
||||
#else
|
||||
.max_rings = 4,
|
||||
#endif
|
||||
.entry_size = sizeof(struct wbm_release_ring) >> 2,
|
||||
.lmac_ring = FALSE,
|
||||
.ring_dir = HAL_SRNG_DST_RING,
|
||||
|
在新工单中引用
屏蔽一个用户