qcacmn: Add ring stats for direct switch rings
Add ring statistics for reo2ppe and ppe2tcl rings Change-Id: Ib9c15ba2f95d5cb97d238afad8f6f93dc5100e82 CRs-Fixed: 3279422
This commit is contained in:

committed by
Madan Koyyalamudi

parent
27da15777b
commit
c3630a234b
@@ -2377,6 +2377,17 @@ void dp_update_delay_stats(struct cdp_tid_tx_stats *tstats,
|
||||
*/
|
||||
void dp_print_ring_stats(struct dp_pdev *pdev);
|
||||
|
||||
/**
|
||||
* dp_print_ring_stat_from_hal(): Print tail and head pointer through hal
|
||||
* @soc: soc handle
|
||||
* @srng: srng handle
|
||||
* @ring_type: ring type
|
||||
*
|
||||
* Return:void
|
||||
*/
|
||||
void
|
||||
dp_print_ring_stat_from_hal(struct dp_soc *soc, struct dp_srng *srng,
|
||||
enum hal_ring_type ring_type);
|
||||
/**
|
||||
* dp_print_pdev_cfg_params() - Print the pdev cfg parameters
|
||||
* @pdev_handle: DP pdev handle
|
||||
|
Reference in New Issue
Block a user