Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dio.rs524 const MIN_SIZE: usize; constant
531 build_assert!(offset_valid::<U>(offset, Self::MIN_SIZE)); in io_addr_assert()
601 const MIN_SIZE: usize = SIZE; constant
/linux/rust/kernel/pci/
H A Dio.rs176 const MIN_SIZE: usize = S::SIZE; constant
/linux/drivers/net/ethernet/alacritech/
H A Dslicoss.c1577 const unsigned int MIN_SIZE = 98; in slic_eeprom_valid() local
1581 if (size < MIN_SIZE || size > MAX_SIZE) in slic_eeprom_valid()