Home
last modified time | relevance | path

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

/USBX-v6.2.1/test/regression/
Dux_test_utility_sim.c2344 ULONG packets; /* Number of packets in pool */ in _nx_packet_pool_create() local
2414 packets = 0; in _nx_packet_pool_create()
2423 packets++; in _nx_packet_pool_create()
2468 pool_ptr -> nx_packet_pool_available = packets; in _nx_packet_pool_create()
2469 pool_ptr -> nx_packet_pool_total = packets; in _nx_packet_pool_create()
2475 …TRACE_OBJECT_REGISTER(NX_TRACE_OBJECT_TYPE_PACKET_POOL, pool_ptr, name_ptr, payload_size, packets); in _nx_packet_pool_create()
/USBX-v6.2.1/docs/
Drevision_history.txt22 … added new error code for general malformed packets,
1850 …lkin_thread.c Fixed missing header size in the length of the RNDIS packets to be send/receiv…
1851 …lkout_thread.c Fixed missing header size in the length of the RNDIS packets to be send/receiv…
2245 …ndis.h Added a mutex to protect queuing/dequeuing of packets between the appli…
2252 …ndis_bulkin_thread.c Added a mutex to protect queuing/dequeuing of packets between the appli…
2253 … fixed problem when dequeuing multiple NetX packets to be sent.
2254 …ndis_initialize.c Added a mutex to protect queuing/dequeuing of packets between the appli…
2255 …ndis_write.c Added a mutex to protect queuing/dequeuing of packets between the appli…