Home
last modified time | relevance | path

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

/USBX-v6.2.1/test/regression/
Dusbx_ux_test_cdc_ecm.h38 #define PACKET_PAYLOAD 1600 macro
40 #define PACKET_POOL_SIZE (PACKET_PAYLOAD*10000)
41 #define HOST_IP_POOL_SIZE (PACKET_PAYLOAD*UX_HOST_CLASS_CDC_ECM_NX_PKPOOL_ENTRIES)
42 #define DEVICE_IP_POOL_SIZE (PACKET_PAYLOAD*UX_DEVICE_CLASS_CDC_ECM_NX_PKPOOL_ENTRI…
45 #define PACKET_PAYLOAD (256) macro
47 #define PACKET_POOL_SIZE (PACKET_PAYLOAD*10000)
48 #define HOST_IP_POOL_SIZE (PACKET_PAYLOAD*UX_HOST_CLASS_CDC_ECM_NX_PKPOOL_ENTRIES)
49 #define DEVICE_IP_POOL_SIZE (PACKET_PAYLOAD*UX_DEVICE_CLASS_CDC_ECM_NX_PKPOOL_ENTRI…
618 …SS(nx_packet_pool_create(&packet_pool_host, "NetX Host Packet Pool", PACKET_PAYLOAD, packet_pool_m… in thread_entry_host()
619 …UX_TEST_CHECK_SUCCESS(nx_packet_pool_create(&ip_pool_host, ip_pool_host_name, PACKET_PAYLOAD, pack… in thread_entry_host()
[all …]
Dusbx_ux_device_class_cdc_ecm_uninitialize_test.c20 #define PACKET_PAYLOAD 1400 macro
21 #define PACKET_POOL_SIZE (PACKET_PAYLOAD*20)
Dusbx_rndis_basic_test.c21 #define PACKET_PAYLOAD 1400 macro
22 #define PACKET_POOL_SIZE (PACKET_PAYLOAD*10000)
483 …SS(nx_packet_pool_create(&packet_pool_host, "NetX Host Packet Pool", PACKET_PAYLOAD, packet_pool_m… in thread_entry_host()
552 …x_packet_pool_create(&packet_pool_device, "NetX Device Packet Pool", PACKET_PAYLOAD, packet_pool_m… in thread_entry_device()
Dusbx_msrc_80991_device_rndis_rx_length_less_than_14_test.c22 #define PACKET_PAYLOAD 1400 macro
23 #define PACKET_POOL_SIZE (PACKET_PAYLOAD*10000)
505 …SS(nx_packet_pool_create(&packet_pool_host, "NetX Host Packet Pool", PACKET_PAYLOAD, packet_pool_m… in thread_entry_host()
577 …x_packet_pool_create(&packet_pool_device, "NetX Device Packet Pool", PACKET_PAYLOAD, packet_pool_m… in thread_entry_device()
Dusbx_cdc_ecm_basic_ipv6_test.c35 #define PACKET_PAYLOAD 1400 macro
36 #define PACKET_POOL_SIZE (PACKET_PAYLOAD*10000)
471 …SS(nx_packet_pool_create(&packet_pool_host, "NetX Host Packet Pool", PACKET_PAYLOAD, packet_pool_m… in thread_entry_host()
557 …x_packet_pool_create(&packet_pool_device, "NetX Device Packet Pool", PACKET_PAYLOAD, packet_pool_m… in thread_entry_device()