Searched refs:content_size (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/rsi/ |
H A D | rsi_91x_hal.c | 646 u32 content_size) in bl_write_header() 755 u32 content_size) in auto_fw_upgrade() 762 if (content_size > MAX_FLASH_FILE_SIZE) { in auto_fw_upgrade() 786 if ((flash_start_address + content_size) > adapter->flash_capacity) { in auto_fw_upgrade() 793 temp_content_size = content_size; in auto_fw_upgrade() 794 num_flash = content_size / FLASH_WRITE_CHUNK_SIZE; in auto_fw_upgrade() 796 rsi_dbg(INFO_ZONE, "content_size: %d, num_flash: %d\n", in auto_fw_upgrade() 797 content_size, num_flash); in auto_fw_upgrade() 802 content_size = FLASH_WRITE_CHUNK_SIZE; in auto_fw_upgrade() 803 rsi_dbg(INFO_ZONE, "QSPI content_size in auto_fw_upgrade() 645 bl_write_header(struct rsi_hw *adapter, u8 *flash_content, u32 content_size) bl_write_header() argument 754 auto_fw_upgrade(struct rsi_hw *adapter, u8 *flash_content, u32 content_size) auto_fw_upgrade() argument 895 u32 content_size; rsi_load_9113_firmware() local [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/rsi/ |
H A D | rsi_91x_hal.c | 643 u32 content_size) in bl_write_header() 752 u32 content_size) in auto_fw_upgrade() 759 if (content_size > MAX_FLASH_FILE_SIZE) { in auto_fw_upgrade() 783 if ((flash_start_address + content_size) > adapter->flash_capacity) { in auto_fw_upgrade() 790 temp_content_size = content_size; in auto_fw_upgrade() 791 num_flash = content_size / FLASH_WRITE_CHUNK_SIZE; in auto_fw_upgrade() 793 rsi_dbg(INFO_ZONE, "content_size: %d, num_flash: %d\n", in auto_fw_upgrade() 794 content_size, num_flash); in auto_fw_upgrade() 799 content_size = FLASH_WRITE_CHUNK_SIZE; in auto_fw_upgrade() 800 rsi_dbg(INFO_ZONE, "QSPI content_size in auto_fw_upgrade() 642 bl_write_header(struct rsi_hw *adapter, u8 *flash_content, u32 content_size) bl_write_header() argument 751 auto_fw_upgrade(struct rsi_hw *adapter, u8 *flash_content, u32 content_size) auto_fw_upgrade() argument 892 u32 content_size; rsi_load_9113_firmware() local [all...] |
/kernel/linux/linux-5.10/fs/hmdfs/comm/ |
H A D | socket_adapter.c | 524 int content_size = le32_to_cpu(sdesc->content_size); in hmdfs_send_slice() local 525 int msg_len = sizeof(struct hmdfs_head_cmd) + content_size + in hmdfs_send_slice() 543 msg.len = content_size; in hmdfs_send_slice() 583 sdesc.content_size = cpu_to_le32(size); in hmdfs_readfile_response() 894 le32_to_cpu(sdesc->content_size), &offset); in hmdfs_readfile_slice()
|
H A D | protocol.h | 144 __le32 content_size; member
|
/kernel/linux/linux-6.6/fs/hmdfs/comm/ |
H A D | socket_adapter.c | 524 int content_size = le32_to_cpu(sdesc->content_size); in hmdfs_send_slice() local 525 int msg_len = sizeof(struct hmdfs_head_cmd) + content_size + in hmdfs_send_slice() 543 msg.len = content_size; in hmdfs_send_slice() 583 sdesc.content_size = cpu_to_le32(size); in hmdfs_readfile_response() 894 le32_to_cpu(sdesc->content_size), &offset); in hmdfs_readfile_slice()
|
H A D | protocol.h | 144 __le32 content_size; member
|
Completed in 8 milliseconds