qcacmn: Handle special tx descriptor pool cases
Fix the missing special tx descriptor pool cases Change-Id: Ie6a7539e77b805483c32cb7bcfbc3143f9ef8034 CRs-Fixed: 3610126
这个提交包含在:
@@ -12562,7 +12562,8 @@ void dp_find_missing_tx_comp(struct dp_soc *soc)
|
||||
desc_pages.cacheable_pages)))
|
||||
break;
|
||||
|
||||
tx_desc = dp_tx_desc_find(soc, i, page_id, offset);
|
||||
tx_desc = dp_tx_desc_find(soc, i, page_id, offset,
|
||||
false);
|
||||
if (tx_desc->magic == DP_TX_MAGIC_PATTERN_FREE) {
|
||||
continue;
|
||||
} else if (tx_desc->magic ==
|
||||
|
在新工单中引用
屏蔽一个用户