Home
last modified time | relevance | path

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

/freebsd/sys/dev/sfxge/common/
H A Defx_bootcfg.c43 #define BOOTCFG_MAX_SIZE 0x1000 macro
94 max_size = BOOTCFG_MAX_SIZE; in efx_bootcfg_sector_info()
102 max_size = BOOTCFG_MAX_SIZE; in efx_bootcfg_sector_info()
141 EFSYS_ASSERT3U(max_size, <=, BOOTCFG_MAX_SIZE); in efx_bootcfg_sector_info()
893 if (sector_length > BOOTCFG_MAX_SIZE) in efx_bootcfg_read()
894 sector_length = BOOTCFG_MAX_SIZE; in efx_bootcfg_read()
1042 if (sector_length > BOOTCFG_MAX_SIZE) in efx_bootcfg_write()
1043 sector_length = BOOTCFG_MAX_SIZE; in efx_bootcfg_write()
1066 if (used_bytes > MIN(sector_length, BOOTCFG_MAX_SIZE)) { in efx_bootcfg_write()