Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/rsi/
Drsi_91x_hal.c632 u32 content_size) in bl_write_header() argument
742 u32 content_size) in auto_fw_upgrade() argument
749 if (content_size > MAX_FLASH_FILE_SIZE) { in auto_fw_upgrade()
773 if ((flash_start_address + content_size) > adapter->flash_capacity) { in auto_fw_upgrade()
780 temp_content_size = content_size; in auto_fw_upgrade()
781 num_flash = content_size / FLASH_WRITE_CHUNK_SIZE; in auto_fw_upgrade()
784 content_size, num_flash); in auto_fw_upgrade()
789 content_size = FLASH_WRITE_CHUNK_SIZE; in auto_fw_upgrade()
791 content_size); in auto_fw_upgrade()
793 content_size = in auto_fw_upgrade()
[all …]
/Linux-v4.19/drivers/staging/rtlwifi/halmac/halmac_88xx/
Dhalmac_func_88xx.c304 h2c_header_info.content_size = 0; in halmac_dump_efuse_fw_88xx()
1567 8 + h2c_header_info->content_size); in halmac_set_fw_offload_h2c_header_88xx()
1768 h2c_header_info.content_size = 8; in halmac_send_h2c_update_packet_88xx()
1903 h2c_header_info.content_size = 4; in halmac_send_h2c_phy_parameter_88xx()
2059 h2c_header_info.content_size = 4; in halmac_send_h2c_run_datapack_88xx()
2093 h2c_header_info.content_size = (u16)bt_size; in halmac_send_bt_coex_cmd_88xx()
2184 h2c_header_info.content_size = 20; in halmac_func_ctrl_ch_switch_88xx()
2236 h2c_header_info.content_size = 4; in halmac_func_send_general_info_88xx()
2279 h2c_header_info.content_size = 24; in halmac_send_h2c_update_bcn_parse_info_88xx()
Dhalmac_api_88xx.c4470 h2c_header_info.content_size = 24; in halmac_func_p2pps_88xx()
4592 h2c_header_info.content_size = 1; in halmac_start_iqk_88xx()
4710 h2c_header_info.content_size = 20; in halmac_ctrl_pwr_tracking_88xx()
5086 h2c_header_info.content_size = 4; in halmac_psd_88xx()
/Linux-v4.19/drivers/staging/rtlwifi/halmac/
Dhalmac_type.h1091 u16 content_size; member