add packet loss and stall counter

This commit is contained in:
none
2020-03-31 16:43:18 +02:00
parent ee6eab9ead
commit 54e8bb1575
2 changed files with 25 additions and 6 deletions

View File

@@ -214,6 +214,9 @@ struct ddb_dma {
u32 ctrl;
u32 cbuf;
u32 coff;
u32 stall_count;
u32 packet_loss;
};
struct ddb_dvb {