Home
last modified time | relevance | path

Searched refs:max_packet_size (Results 1 – 4 of 4) sorted by relevance

/bootable/libbootloader/gbl/libefi/src/protocol/
Dandroid_boot.rs33 let mut max_packet_size = 0; in fastboot_usb_interface_start() localVariable
43 &mut max_packet_size, in fastboot_usb_interface_start()
46 Ok(max_packet_size) in fastboot_usb_interface_start()
/bootable/libbootloader/gbl/efi/src/
Dfastboot.rs67 max_packet_size: usize, field
72 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()
/bootable/libbootloader/gbl/libefi/defs/protocols/
Dandroid_boot_protocol.h29 size_t* max_packet_size);
Dsimple_network_protocol.h54 uint32_t max_packet_size; member