Home
last modified time | relevance | path

Searched refs:bulk_packet_payload_length (Results 1 – 3 of 3) sorted by relevance

/USBX-v6.2.1/common/usbx_host_controllers/src/
Dux_hcd_ehci_request_bulk_transfer.c82 ULONG bulk_packet_payload_length; in _ux_hcd_ehci_request_bulk_transfer() local
133 bulk_packet_payload_length = UX_EHCI_MAX_PAYLOAD; in _ux_hcd_ehci_request_bulk_transfer()
135 bulk_packet_payload_length = transfer_request_payload_length; in _ux_hcd_ehci_request_bulk_transfer()
144 data_pointer, bulk_packet_payload_length, transfer_request); in _ux_hcd_ehci_request_bulk_transfer()
150 transfer_request_payload_length -= bulk_packet_payload_length; in _ux_hcd_ehci_request_bulk_transfer()
151 data_pointer += bulk_packet_payload_length; in _ux_hcd_ehci_request_bulk_transfer()
Dux_hcd_ohci_request_bulk_transfer.c91 ULONG bulk_packet_payload_length; in _ux_hcd_ohci_request_bulk_transfer() local
137 bulk_packet_payload_length = UX_OHCI_MAX_PAYLOAD; in _ux_hcd_ohci_request_bulk_transfer()
140 bulk_packet_payload_length = transfer_request_payload_length; in _ux_hcd_ohci_request_bulk_transfer()
154 data_td -> ux_ohci_td_be = data_td -> ux_ohci_td_cbp + bulk_packet_payload_length - 1; in _ux_hcd_ohci_request_bulk_transfer()
157 data_td -> ux_ohci_td_length = bulk_packet_payload_length; in _ux_hcd_ohci_request_bulk_transfer()
164 transfer_request_payload_length -= bulk_packet_payload_length; in _ux_hcd_ohci_request_bulk_transfer()
165 data_pointer += bulk_packet_payload_length; in _ux_hcd_ohci_request_bulk_transfer()
/USBX-v6.2.1/common/core/src/
Dux_hcd_sim_host_request_bulk_transfer.c89 ULONG bulk_packet_payload_length; in _ux_hcd_sim_host_request_bulk_transfer() local
119 bulk_packet_payload_length = UX_HCD_SIM_HOST_MAX_PAYLOAD; in _ux_hcd_sim_host_request_bulk_transfer()
122 bulk_packet_payload_length = transfer_request_payload_length; in _ux_hcd_sim_host_request_bulk_transfer()
128 data_td -> ux_sim_host_td_length = bulk_packet_payload_length; in _ux_hcd_sim_host_request_bulk_transfer()
135 transfer_request_payload_length -= bulk_packet_payload_length; in _ux_hcd_sim_host_request_bulk_transfer()
136 data_pointer += bulk_packet_payload_length; in _ux_hcd_sim_host_request_bulk_transfer()