qcacmn: Add per CPU interrupt statistics
Add per CPU per copy engine interrupt statistics. Change-Id: I1619f0db3314ae3d915284459f2b191f31fc2190 CRs-Fixed: 1017437
This commit is contained in:

committed by
Nandini Suresh

szülő
8f7d421854
commit
b70bd731ec
@@ -266,3 +266,21 @@ hif_dummy_mask_interrupt_call(struct hif_softc *hif_sc)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
/**
|
||||
* hif_dummy_display_stats - dummy call
|
||||
* hif_ctx: hif context
|
||||
*
|
||||
* Return: none
|
||||
*/
|
||||
void hif_dummy_display_stats(struct hif_softc *hif_ctx)
|
||||
{}
|
||||
|
||||
/**
|
||||
* hif_dummy_clear_stats - dummy call
|
||||
* hif_ctx: hif context
|
||||
*
|
||||
* Return: none
|
||||
*/
|
||||
void hif_dummy_clear_stats(struct hif_softc *hif_ctx)
|
||||
{}
|
||||
|
Reference in New Issue
Block a user