Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_asix_thread.c110 ULONG buffer_count; in _ux_host_class_asix_thread() local
181 buffer_count = 0; in _ux_host_class_asix_thread()
277 buffer_count = 0; in _ux_host_class_asix_thread()
320 buffer_count; in _ux_host_class_asix_thread()
330 buffer_count = 0; in _ux_host_class_asix_thread()
335 asix_length = _ux_utility_short_get(buffer + buffer_count); in _ux_host_class_asix_thread()
343 buffer_count = 2; in _ux_host_class_asix_thread()
348 buffer_count += 4; in _ux_host_class_asix_thread()
367 buffer + buffer_count, copy_length, in _ux_host_class_asix_thread()
379 buffer_count += copy_length; in _ux_host_class_asix_thread()
[all …]
/USBX-v6.2.1/test/regression/
Dusbx_cdc_ecm_basic_memory_test.c79 UINT buffer_count = 0; in sleep_break_on_host_tx_or_rx_buffer_allocated() local
83 buffer_count ++; in sleep_break_on_host_tx_or_rx_buffer_allocated()
85 buffer_count ++; in sleep_break_on_host_tx_or_rx_buffer_allocated()
86 return (buffer_count); in sleep_break_on_host_tx_or_rx_buffer_allocated()
91 UINT buffer_count = 0; in sleep_break_on_host_tx_and_rx_buffer_allocated() local
95 buffer_count ++; in sleep_break_on_host_tx_and_rx_buffer_allocated()
97 buffer_count ++; in sleep_break_on_host_tx_and_rx_buffer_allocated()
98 return ((buffer_count >=2) ? buffer_count : UX_SUCCESS); in sleep_break_on_host_tx_and_rx_buffer_allocated()