qcacmn: pipeline prefetch of tx comp ring for BE

pipeline prefetch of tx comp ring for BE

CRs-Fixed: 3272534
Change-Id: Ib1091b5163e75b56be08fbbf87c26b1c77638b76
This commit is contained in:
Tallapragada Kalyan
2022-08-21 17:51:59 +05:30
committed by Madan Koyyalamudi
vanhempi 7630cc90f0
commit 3203b7bf92
2 muutettua tiedostoa jossa 15 lisäystä ja 8 poistoa

Näytä tiedosto

@@ -5236,8 +5236,9 @@ more_data:
num_avail_for_reap = quota;
dp_srng_dst_inv_cached_descs(soc, hal_ring_hdl, num_avail_for_reap);
last_prefetched_hw_desc = dp_srng_dst_prefetch(hal_soc, hal_ring_hdl,
num_avail_for_reap);
last_prefetched_hw_desc = dp_srng_dst_prefetch_32_byte_desc(hal_soc,
hal_ring_hdl,
num_avail_for_reap);
/* Find head descriptor from completion ring */
while (qdf_likely(num_avail_for_reap--)) {