Searched refs:content_size (Results 1 – 3 of 3) sorted by relevance
642 u32 content_size) in bl_write_header() argument751 u32 content_size) in auto_fw_upgrade() argument758 if (content_size > MAX_FLASH_FILE_SIZE) { in auto_fw_upgrade()782 if ((flash_start_address + content_size) > adapter->flash_capacity) { in auto_fw_upgrade()789 temp_content_size = content_size; in auto_fw_upgrade()790 num_flash = content_size / FLASH_WRITE_CHUNK_SIZE; in auto_fw_upgrade()793 content_size, num_flash); in auto_fw_upgrade()798 content_size = FLASH_WRITE_CHUNK_SIZE; in auto_fw_upgrade()800 content_size); in auto_fw_upgrade()802 content_size = in auto_fw_upgrade()[all …]
526 int content_size = le32_to_cpu(sdesc->content_size); in hmdfs_send_slice() local527 int msg_len = sizeof(struct hmdfs_head_cmd) + content_size + in hmdfs_send_slice()545 msg.len = content_size; in hmdfs_send_slice()585 sdesc.content_size = cpu_to_le32(size); in hmdfs_readfile_response()894 le32_to_cpu(sdesc->content_size), &offset); in hmdfs_readfile_slice()
143 __le32 content_size; member