Searched refs:bulk_packet_payload_length (Results 1 – 3 of 3) sorted by relevance
82 ULONG bulk_packet_payload_length; in _ux_hcd_ehci_request_bulk_transfer() local133 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()
91 ULONG bulk_packet_payload_length; in _ux_hcd_ohci_request_bulk_transfer() local137 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()
89 ULONG bulk_packet_payload_length; in _ux_hcd_sim_host_request_bulk_transfer() local119 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()