Searched refs:statsAddBadSeqCount (Results 1 – 2 of 2) sorted by relevance
196 void statsAddBadSeqCount(const uint32_t count) { m_stats.bad_sequence_errs += count; }; in statsAddBadSeqCount() function
163 statsAddBadSeqCount(1); in processData()