Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/wil6210/
H A Dfw.h104 __le32 max_size_bytes; member
H A Dfw_inc.c172 le32_to_cpu(rec->brd_info[i].max_size_bytes); in fw_handle_brd_file()
/openbmc/qemu/block/
H A Dqcow2.h848 int64_t max_size_bytes, const char *table_name,
H A Dqcow2.c661 int64_t max_size_bytes, const char *table_name, in qcow2_validate_table() argument
666 if (entries > max_size_bytes / entry_len) { in qcow2_validate_table()