Searched refs:bulk_packet_payload_length (Results 1 – 3 of 3) sorted by relevance
83 ULONG bulk_packet_payload_length; in _ux_hcd_ehci_request_bulk_transfer() local134 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()
92 ULONG bulk_packet_payload_length; in _ux_hcd_ohci_request_bulk_transfer() local138 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()
90 ULONG bulk_packet_payload_length; in _ux_hcd_sim_host_request_bulk_transfer() local120 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()