qcacmn: Enable wbm2sw_release ring for ppe2tcl ring

Enable wbm2sw_release ring for ppe2tcl ring to
handle tx completions

Change-Id: I38e81bb46e376e3f059f321454aa4d241e6aadb7
CRs-Fixed: 3309444
This commit is contained in:
Pavankumar Nandeshwar
2022-09-29 06:08:41 -07:00
committed by Madan Koyyalamudi
父節點 84e3277bc8
當前提交 ab2bd061c2
共有 14 個文件被更改,包括 354 次插入17 次删除

查看文件

@@ -247,6 +247,9 @@ struct dp_tx_msdu_info_s {
void dp_tx_deinit_pair_by_index(struct dp_soc *soc, int index);
#endif /* QCA_HOST_MODE_WIFI_DISABLED */
void
dp_tx_comp_process_desc_list(struct dp_soc *soc,
struct dp_tx_desc_s *comp_head, uint8_t ring_id);
void dp_tx_tso_cmn_desc_pool_deinit(struct dp_soc *soc, uint8_t num_pool);
void dp_tx_tso_cmn_desc_pool_free(struct dp_soc *soc, uint8_t num_pool);
void dp_tx_tso_cmn_desc_pool_deinit(struct dp_soc *soc, uint8_t num_pool);