Searched refs:SDU_SEND_COUNT (Results 1 – 1 of 1) sorted by relevance
40 #define SDU_SEND_COUNT 200 macro419 for (int i = 0; i < SDU_SEND_COUNT; i++) { in send_sdu_concurrently()591 if (channels[LONG_MSG_CHAN_IDX].sdus_received < SDU_SEND_COUNT || in test_central_main()592 channels[SHORT_MSG_CHAN_IDX].sdus_received < SDU_SEND_COUNT) { in test_central_main()593 TEST_FAIL("received less than %i", SDU_SEND_COUNT); in test_central_main()