Home
last modified time | relevance | path

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

/USBX-v6.2.1/test/regression/
Dusbx_ux_host_class_cdc_ecm_transmission_callback_test.c27 UX_HOST_CLASS_CDC_ECM my_cdc_ecm; in post_init_host() local
33 my_cdc_ecm.ux_host_class_cdc_ecm_link_state = UX_HOST_CLASS_CDC_ECM_LINK_STATE_UP; in post_init_host()
34 my_cdc_ecm.ux_host_class_cdc_ecm_state = UX_HOST_CLASS_INSTANCE_LIVE; in post_init_host()
35 my_cdc_ecm.ux_host_class_cdc_ecm_xmit_queue_head = UX_NULL; in post_init_host()
38 transfer_request.ux_transfer_request_class_instance = &my_cdc_ecm; in post_init_host()
55 my_cdc_ecm.ux_host_class_cdc_ecm_link_state = UX_HOST_CLASS_CDC_ECM_LINK_STATE_UP; in post_init_host()
56 my_cdc_ecm.ux_host_class_cdc_ecm_state = UX_HOST_CLASS_INSTANCE_LIVE; in post_init_host()
57my_cdc_ecm.ux_host_class_cdc_ecm_xmit_queue_head = (NX_PACKET *)(ALIGN_TYPE)0xffffffff; /* just ne… in post_init_host()
62 transfer_request.ux_transfer_request_class_instance = &my_cdc_ecm; in post_init_host()
73 transfer_request.ux_transfer_request_class_instance = &my_cdc_ecm; in post_init_host()
[all …]
Dusbx_ux_host_class_cdc_ecm_interrupt_notification_test.c24 UX_HOST_CLASS_CDC_ECM my_cdc_ecm; in post_init_host() local
32 my_cdc_ecm.ux_host_class_cdc_ecm_state = UX_HOST_CLASS_INSTANCE_SHUTDOWN; in post_init_host()
33 transfer_request.ux_transfer_request_class_instance = &my_cdc_ecm; in post_init_host()
49 my_cdc_ecm.ux_host_class_cdc_ecm_state = UX_HOST_CLASS_INSTANCE_LIVE; in post_init_host()
54 transfer_request.ux_transfer_request_class_instance = &my_cdc_ecm; in post_init_host()