Home
last modified time | relevance | path

Searched refs:rx_crc_error_frames (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/rust/crates/uefi/src/proto/network/
Dsnp.rs328 rx_crc_error_frames: u64, field
419 pub const fn rx_crc_error_frames(&self) -> Option<u64> { in rx_crc_error_frames() method
420 self.to_option(self.rx_crc_error_frames) in rx_crc_error_frames()
/aosp_15_r20/external/rust/android-crates-io/crates/uefi/src/proto/network/
Dsnp.rs328 rx_crc_error_frames: u64, field
419 pub const fn rx_crc_error_frames(&self) -> Option<u64> { in rx_crc_error_frames() method
420 self.to_option(self.rx_crc_error_frames) in rx_crc_error_frames()
/aosp_15_r20/bootable/libbootloader/gbl/libefi_types/defs/protocols/
H A Dsimple_network_protocol.h86 uint64_t rx_crc_error_frames; member