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.c83 ULONG bulk_packet_payload_length; in _ux_hcd_ehci_request_bulk_transfer() local
134 bulk_packet_payload_length = UX_EHCI_MAX_PAYLOAD; in _ux_hcd_ehci_request_bulk_transfer()
136 bulk_packet_payload_length = transfer_request_payload_length; in _ux_hcd_ehci_request_bulk_transfer()
145 data_pointer, bulk_packet_payload_length, transfer_request); in _ux_hcd_ehci_request_bulk_transfer()
151 transfer_request_payload_length -= bulk_packet_payload_length; in _ux_hcd_ehci_request_bulk_transfer()
152 data_pointer += bulk_packet_payload_length; in _ux_hcd_ehci_request_bulk_transfer()
Dux_hcd_ohci_request_bulk_transfer.c92 ULONG bulk_packet_payload_length; in _ux_hcd_ohci_request_bulk_transfer() local
138 bulk_packet_payload_length = UX_OHCI_MAX_PAYLOAD; in _ux_hcd_ohci_request_bulk_transfer()
141 bulk_packet_payload_length = transfer_request_payload_length; in _ux_hcd_ohci_request_bulk_transfer()
155 data_td -> ux_ohci_td_be = data_td -> ux_ohci_td_cbp + bulk_packet_payload_length - 1; in _ux_hcd_ohci_request_bulk_transfer()
158 data_td -> ux_ohci_td_length = bulk_packet_payload_length; in _ux_hcd_ohci_request_bulk_transfer()
165 transfer_request_payload_length -= bulk_packet_payload_length; in _ux_hcd_ohci_request_bulk_transfer()
166 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.c90 ULONG bulk_packet_payload_length; in _ux_hcd_sim_host_request_bulk_transfer() local
120 bulk_packet_payload_length = UX_HCD_SIM_HOST_MAX_PAYLOAD; in _ux_hcd_sim_host_request_bulk_transfer()
123 bulk_packet_payload_length = transfer_request_payload_length; in _ux_hcd_sim_host_request_bulk_transfer()
129 data_td -> ux_sim_host_td_length = bulk_packet_payload_length; in _ux_hcd_sim_host_request_bulk_transfer()
136 transfer_request_payload_length -= bulk_packet_payload_length; in _ux_hcd_sim_host_request_bulk_transfer()
137 data_pointer += bulk_packet_payload_length; in _ux_hcd_sim_host_request_bulk_transfer()