Home
last modified time | relevance | path

Searched refs:next_packet (Results 1 – 7 of 7) sorted by relevance

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_asix_transmission_callback.c97 NX_PACKET *next_packet; in _ux_host_class_asix_transmission_callback()
137 next_packet = current_packet -> nx_packet_queue_next; in _ux_host_class_asix_transmission_callback()
140 asix -> ux_host_class_asix_xmit_queue = next_packet; in _ux_host_class_asix_transmission_callback()
143 …if (next_packet != UX_NULL && asix -> ux_host_class_asix_link_state == UX_HOST_CLASS_ASIX_LINK_STA… in _ux_host_class_asix_transmission_callback()
147 packet_header = next_packet -> nx_packet_prepend_ptr; in _ux_host_class_asix_transmission_callback()
153 _ux_utility_short_put(packet_header, (USHORT)(next_packet -> nx_packet_length)); in _ux_host_class_asix_transmission_callback()
156 … _ux_utility_short_put(packet_header+ sizeof(USHORT), (USHORT)(~next_packet -> nx_packet_length)); in _ux_host_class_asix_transmission_callback()
161 if (next_packet -> nx_packet_next) in _ux_host_class_asix_transmission_callback()
164 next_packet -> nx_packet_length += (ULONG)sizeof(USHORT) * 2; in _ux_host_class_asix_transmission_callback()
165 next_packet -> nx_packet_prepend_ptr -= sizeof(USHORT) * 2; in _ux_host_class_asix_transmission_callback()
[all …]
Dux_host_class_cdc_ecm_transmission_callback.c95 NX_PACKET *next_packet; in _ux_host_class_cdc_ecm_transmission_callback()
149 next_packet = current_packet -> nx_packet_queue_next; in _ux_host_class_cdc_ecm_transmission_callback()
152 cdc_ecm -> ux_host_class_cdc_ecm_xmit_queue_head = next_packet; in _ux_host_class_cdc_ecm_transmission_callback()
155 if (next_packet != UX_NULL) in _ux_host_class_cdc_ecm_transmission_callback()
160 if (next_packet -> nx_packet_next != UX_NULL) in _ux_host_class_cdc_ecm_transmission_callback()
165 …nx_packet_data_extract_offset(next_packet, 0, packet_header, next_packet -> nx_packet_length, &cop… in _ux_host_class_cdc_ecm_transmission_callback()
172 packet_header = next_packet -> nx_packet_prepend_ptr; in _ux_host_class_cdc_ecm_transmission_callback()
177 … transfer_request -> ux_transfer_request_requested_length = next_packet -> nx_packet_length; in _ux_host_class_cdc_ecm_transmission_callback()
180 transfer_request -> ux_transfer_request_user_specific = next_packet; in _ux_host_class_cdc_ecm_transmission_callback()
183 …ux_host_class_cdc_ecm_transmission_callback", "Sending packet", next_packet, next_packet, _ux_syst… in _ux_host_class_cdc_ecm_transmission_callback()
Dux_host_class_cdc_ecm_transmit_queue_clean.c89 NX_PACKET *next_packet; in _ux_host_class_cdc_ecm_transmit_queue_clean() local
137 next_packet = current_packet -> nx_packet_queue_next; in _ux_host_class_cdc_ecm_transmit_queue_clean()
147 current_packet = next_packet; in _ux_host_class_cdc_ecm_transmit_queue_clean()
Dux_host_class_asix_deactivate.c100 NX_PACKET *next_packet; in _ux_host_class_asix_deactivate() local
124 next_packet = current_packet -> nx_packet_queue_next; in _ux_host_class_asix_deactivate()
138 current_packet = next_packet; in _ux_host_class_asix_deactivate()
144 next_packet = current_packet -> nx_packet_queue_next; in _ux_host_class_asix_deactivate()
Dux_host_class_asix_write.c102 NX_PACKET *next_packet; in _ux_host_class_asix_write()
275 next_packet = current_packet -> nx_packet_queue_next; in _ux_host_class_asix_write()
278 while (next_packet != NX_NULL) in _ux_host_class_asix_write()
281 current_packet = next_packet; in _ux_host_class_asix_write()
284 next_packet = current_packet -> nx_packet_queue_next; in _ux_host_class_asix_write()
Dux_host_class_asix_thread.c108 NX_PACKET *next_packet; in _ux_host_class_asix_thread() local
443 next_packet = current_packet -> nx_packet_queue_next; in _ux_host_class_asix_thread()
457 current_packet = next_packet; in _ux_host_class_asix_thread()
463 next_packet = current_packet -> nx_packet_queue_next; in _ux_host_class_asix_thread()
/USBX-v6.2.1/common/usbx_device_classes/src/
Dux_device_class_rndis_write.c89 NX_PACKET *next_packet; in _ux_device_class_rndis_write()
112 next_packet = current_packet -> nx_packet_queue_next; in _ux_device_class_rndis_write()
115 while (next_packet != NX_NULL) in _ux_device_class_rndis_write()
118 current_packet = next_packet; in _ux_device_class_rndis_write()
121 next_packet = current_packet -> nx_packet_queue_next; in _ux_device_class_rndis_write()