Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/rsi/
Drsi_91x_hal.c642 u32 content_size) in bl_write_header() argument
751 u32 content_size) in auto_fw_upgrade() argument
758 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 …]
/kernel/linux/linux-5.10/fs/hmdfs/comm/
Dsocket_adapter.c526 int content_size = le32_to_cpu(sdesc->content_size); in hmdfs_send_slice() local
527 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()
Dprotocol.h143 __le32 content_size; member