Searched refs:PACKET_POOL_SIZE (Results 1 – 5 of 5) sorted by relevance
| /USBX-v6.2.1/test/regression/ |
| D | usbx_ux_test_cdc_ecm.h | 40 #define PACKET_POOL_SIZE (PACKET_PAYLOAD*10000) macro 47 #define PACKET_POOL_SIZE (PACKET_PAYLOAD*10000) macro 318 memory_pointer += PACKET_POOL_SIZE + HOST_IP_POOL_SIZE; in ux_test_cdc_ecm_initialize_use_framework() 320 memory_pointer += PACKET_POOL_SIZE + DEVICE_IP_POOL_SIZE; in ux_test_cdc_ecm_initialize_use_framework() 618 …et_pool_host, "NetX Host Packet Pool", PACKET_PAYLOAD, packet_pool_memory_host, PACKET_POOL_SIZE)); in thread_entry_host() 619 …ol_host, ip_pool_host_name, PACKET_PAYLOAD, packet_pool_memory_host+PACKET_POOL_SIZE, HOST_IP_POOL… in thread_entry_host() 692 …l_device, "NetX Device Packet Pool", PACKET_PAYLOAD, packet_pool_memory_device, PACKET_POOL_SIZE)); in thread_entry_device() 693 …e, "NetX Device IP Pool", PACKET_PAYLOAD, packet_pool_memory_device+PACKET_POOL_SIZE, DEVICE_IP_PO… in thread_entry_device()
|
| D | usbx_rndis_basic_test.c | 22 #define PACKET_POOL_SIZE (PACKET_PAYLOAD*10000) macro 359 memory_pointer += PACKET_POOL_SIZE; in test_application_define() 361 memory_pointer += PACKET_POOL_SIZE; in test_application_define() 483 …et_pool_host, "NetX Host Packet Pool", PACKET_PAYLOAD, packet_pool_memory_host, PACKET_POOL_SIZE)); in thread_entry_host() 552 …l_device, "NetX Device Packet Pool", PACKET_PAYLOAD, packet_pool_memory_device, PACKET_POOL_SIZE)); in thread_entry_device()
|
| D | usbx_msrc_80991_device_rndis_rx_length_less_than_14_test.c | 23 #define PACKET_POOL_SIZE (PACKET_PAYLOAD*10000) macro 360 memory_pointer += PACKET_POOL_SIZE; in test_application_define() 362 memory_pointer += PACKET_POOL_SIZE; in test_application_define() 505 …et_pool_host, "NetX Host Packet Pool", PACKET_PAYLOAD, packet_pool_memory_host, PACKET_POOL_SIZE)); in thread_entry_host() 577 …l_device, "NetX Device Packet Pool", PACKET_PAYLOAD, packet_pool_memory_device, PACKET_POOL_SIZE)); in thread_entry_device()
|
| D | usbx_cdc_ecm_basic_ipv6_test.c | 36 #define PACKET_POOL_SIZE (PACKET_PAYLOAD*10000) macro 301 memory_pointer += PACKET_POOL_SIZE; in ux_test_cdc_ecm_initialize_use_framework() 303 memory_pointer += PACKET_POOL_SIZE; in ux_test_cdc_ecm_initialize_use_framework() 471 …et_pool_host, "NetX Host Packet Pool", PACKET_PAYLOAD, packet_pool_memory_host, PACKET_POOL_SIZE)); in thread_entry_host() 557 …l_device, "NetX Device Packet Pool", PACKET_PAYLOAD, packet_pool_memory_device, PACKET_POOL_SIZE)); in thread_entry_device()
|
| D | usbx_ux_device_class_cdc_ecm_uninitialize_test.c | 21 #define PACKET_POOL_SIZE (PACKET_PAYLOAD*20) macro
|