Lines Matching full:receive

260 			FAIL("Didn't receive message %d", i);  in test_tx_loopback()
334 FAIL("Didn't receive message %d", i); in test_tx_loopback_group()
460 /** @brief Receive unicast messages using the test vector.
478 /** @brief Receive group messages using the test vector.
512 * The model is on primary element, so it should receive the message if the Relay feature in test_rx_fixed()
525 * model should receive the message. in test_rx_fixed()
539 * Unsubscribing the model so that it doesn't receive the message. in test_rx_fixed()
551 /** @brief Receive virtual address messages using the test vector.
574 /** @brief Receive the test vector using virtual addresses with collision.
604 /** @brief Verify that this device doesn't receive any messages.
621 /** @brief Verify that this device doesn't receive any messages.
634 /** @brief Verify that this device doesn't receive any messages.
648 /* Receive both messages from the sender. in test_rx_seg_concurrent()
649 * Note: The receive order is technically irrelevant, but the test_recv in test_rx_seg_concurrent()
658 /** @brief Verify that this device doesn't receive any messages.
694 TEST_CASE(rx, unicast, "Transport: receive on unicast addr"),
695 TEST_CASE(rx, group, "Transport: receive on group addr"),
696 TEST_CASE(rx, fixed, "Transport: receive on fixed group addr"),
697 TEST_CASE(rx, va, "Transport: receive on virtual addr"),
698 TEST_CASE(rx, va_collision, "Transport: receive on virtual addr"),
699 TEST_CASE(rx, none, "Transport: receive no messages"),
700 TEST_CASE(rx, seg_block, "Transport: receive blocked segmented"),
701 TEST_CASE(rx, seg_concurrent, "Transport: receive concurrent segmented"),
702 TEST_CASE(rx, seg_ivu, "Transport: receive segmented during IV update"),