qcacmn: Add rind id info in TX HW descriptor history

Add ring id info in TX HW descriptor event history,
this helps to map history event to corresponding HW TX
ring in multi TX queue enabled case.

Change-Id: I82dcece76b1342f4086d489ba489da7c20ea6cad
CRs-Fixed: 3294177
This commit is contained in:
Karthik Kantamneni
2022-09-14 15:43:27 +05:30
کامیت شده توسط Madan Koyyalamudi
والد 8be4fef5d9
کامیت 276f3b27ac
4فایلهای تغییر یافته به همراه6 افزوده شده و 4 حذف شده

مشاهده پرونده

@@ -906,7 +906,7 @@ dp_tx_hw_enqueue_be(struct dp_soc *soc, struct dp_vdev *vdev,
status = QDF_STATUS_SUCCESS;
dp_tx_hw_desc_update_evt((uint8_t *)hal_tx_desc_cached,
hal_ring_hdl, soc);
hal_ring_hdl, soc, ring_id);
ring_access_fail:
dp_tx_ring_access_end_wrapper(soc, hal_ring_hdl, coalesce);