|
@@ -973,6 +973,10 @@ static int ath10k_ce_init_src_ring(struct ath10k *ar,
|
|
|
ath10k_ce_src_ring_lowmark_set(ar, ctrl_addr, 0);
|
|
|
ath10k_ce_src_ring_highmark_set(ar, ctrl_addr, nentries);
|
|
|
|
|
|
+ ath10k_dbg(ATH10K_DBG_BOOT,
|
|
|
+ "boot ce src ring id %d entries %d base_addr %p\n",
|
|
|
+ ce_id, nentries, src_ring->base_addr_owner_space);
|
|
|
+
|
|
|
return 0;
|
|
|
}
|
|
|
|
|
@@ -1054,6 +1058,10 @@ static int ath10k_ce_init_dest_ring(struct ath10k *ar,
|
|
|
ath10k_ce_dest_ring_lowmark_set(ar, ctrl_addr, 0);
|
|
|
ath10k_ce_dest_ring_highmark_set(ar, ctrl_addr, nentries);
|
|
|
|
|
|
+ ath10k_dbg(ATH10K_DBG_BOOT,
|
|
|
+ "boot ce dest ring id %d entries %d base_addr %p\n",
|
|
|
+ ce_id, nentries, dest_ring->base_addr_owner_space);
|
|
|
+
|
|
|
return 0;
|
|
|
}
|
|
|
|