Home
last modified time | relevance | path

Searched refs:packet_header (Results 1 – 4 of 4) sorted by relevance

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_asix_transmission_callback.c98 UCHAR *packet_header; in _ux_host_class_asix_transmission_callback()
147 packet_header = next_packet -> nx_packet_prepend_ptr; in _ux_host_class_asix_transmission_callback()
150 packet_header -= sizeof(USHORT) * 2; 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()
181 transfer_request -> ux_transfer_request_data_pointer = packet_header; in _ux_host_class_asix_transmission_callback()
Dux_host_class_cdc_ecm_transmission_callback.c96 UCHAR *packet_header; in _ux_host_class_cdc_ecm_transmission_callback()
164 packet_header = cdc_ecm -> ux_host_class_cdc_ecm_xmit_buffer; 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()
176 transfer_request -> ux_transfer_request_data_pointer = packet_header; in _ux_host_class_cdc_ecm_transmission_callback()
Dux_host_class_asix_write.c103 UCHAR *packet_header; in _ux_host_class_asix_write()
152 packet_header = packet -> nx_packet_prepend_ptr; in _ux_host_class_asix_write()
155 packet_header -= sizeof(USHORT) * 2; in _ux_host_class_asix_write()
160 if (packet_header < packet -> nx_packet_data_start) in _ux_host_class_asix_write()
191 _ux_utility_short_put(packet_header, (USHORT)(packet -> nx_packet_length)); in _ux_host_class_asix_write()
194 _ux_utility_short_put(packet_header + sizeof(USHORT), (USHORT)(~packet -> nx_packet_length)); in _ux_host_class_asix_write()
247 transfer_request -> ux_transfer_request_data_pointer = packet_header; in _ux_host_class_asix_write()
Dux_host_class_cdc_ecm_write.c95 UCHAR *packet_header; in _ux_host_class_cdc_ecm_write() local
189 packet_header = cdc_ecm -> ux_host_class_cdc_ecm_xmit_buffer; in _ux_host_class_cdc_ecm_write()
190 … nx_packet_data_extract_offset(packet, 0, packet_header, packet -> nx_packet_length, &copied); in _ux_host_class_cdc_ecm_write()
197 packet_header = packet -> nx_packet_prepend_ptr; in _ux_host_class_cdc_ecm_write()
202 transfer_request -> ux_transfer_request_data_pointer = packet_header; in _ux_host_class_cdc_ecm_write()