Home
last modified time | relevance | path

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

/linux/net/ethtool/
H A Dcmis_fw_update.c163 u32 offset, max_block_size, max_lpl_len; in cmis_fw_update_write_image_lpl() local
170 max_block_size = in cmis_fw_update_write_image_lpl()
174 for (offset = start; offset < image_size; offset += max_block_size) { in cmis_fw_update_write_image_lpl()
185 block_size = min_t(u32, max_block_size, image_size - offset); in cmis_fw_update_write_image_lpl()
/linux/lib/zlib_deflate/
H A Ddeflate.c872 ulg max_block_size = 0xffff; in deflate_stored() local
875 if (max_block_size > s->pending_buf_size - 5) { in deflate_stored()
876 max_block_size = s->pending_buf_size - 5; in deflate_stored()
898 max_start = s->block_start + max_block_size; in deflate_stored()
/linux/include/acpi/
H A Dactbl1.h657 u32 max_block_size; member