Home
last modified time | relevance | path

Searched refs:packet_pool_create_fail_action (Results 1 – 1 of 1) sorted by relevance

/USBX-v6.2.1/test/regression/
Dusbx_cdc_ecm_host_packet_pool_create_fail_test.c47 UX_TEST_ACTION packet_pool_create_fail_action = {0}; in post_init_host() local
48 packet_pool_create_fail_action.usbx_function = UX_TEST_OVERRIDE_NX_PACKET_POOL_CREATE; in post_init_host()
49 packet_pool_create_fail_action.name_ptr = "host CDC-ECM packet pool"; in post_init_host()
50 packet_pool_create_fail_action.no_return = 0; in post_init_host()
51 packet_pool_create_fail_action.status = UX_ERROR; in post_init_host()
55 ux_test_add_action_to_main_list(packet_pool_create_fail_action); in post_init_host()