Searched refs:max_packet_size (Results 1 – 4 of 4) sorted by relevance
33 let mut max_packet_size = 0; in fastboot_usb_interface_start() localVariable43 &mut max_packet_size, in fastboot_usb_interface_start()46 Ok(max_packet_size) in fastboot_usb_interface_start()
67 max_packet_size: usize, field72 fn new(max_packet_size: usize, protocol: &'b Protocol<'a, AndroidBootProtocol>) -> Self { in new()73 Self { last_err: Ok(()), max_packet_size: max_packet_size, protocol: protocol } in new()115 let to_send = core::cmp::min(packet.len() - sent, self.max_packet_size); in send_packet()
29 size_t* max_packet_size);
54 uint32_t max_packet_size; member