Searched refs:slow_cnt (Results 1 – 1 of 1) sorted by relevance
1047 uint16_t normal_cnt, slow_cnt; in test_mode4_tx_burst() local1051 slow_cnt = 0; in test_mode4_tx_burst()1057 slow_cnt++; in test_mode4_tx_burst()1060 free_pkts(pkts, normal_cnt + slow_cnt); in test_mode4_tx_burst()1061 TEST_ASSERT_EQUAL(slow_cnt, 0, in test_mode4_tx_burst()1063 slow_cnt); in test_mode4_tx_burst()1121 uint16_t normal_cnt, slow_cnt; in test_mode4_tx_burst() local1125 slow_cnt = 0; in test_mode4_tx_burst()1131 slow_cnt++; in test_mode4_tx_burst()1141 TEST_ASSERT_EQUAL(slow_cnt, 0, in test_mode4_tx_burst()[all …]