Searched refs:boot_size (Results 1 - 5 of 5) sorted by relevance

/drivers/net/wireless/iwlwifi/
H A Diwl-fw-file.h77 __le32 boot_size; /* bytes of bootstrap code */ member in struct:iwl_ucode_header::__anon3609::__anon3610
86 __le32 boot_size; /* bytes of bootstrap code */ member in struct:iwl_ucode_header::__anon3609::__anon3611
/drivers/net/wireless/iwlegacy/
H A D3945-mac.c1819 IL3945_UCODE_GET(boot_size); variable
1839 u32 api_ver, inst_size, data_size, init_size, init_data_size, boot_size; local
1883 boot_size = il3945_ucode_get_boot_size(ucode);
1918 D_INFO("f/w package hdr boot inst size = %u\n", boot_size);
1923 init_size + init_data_size + boot_size) {
1955 if (boot_size > IL39_MAX_BSM_SIZE) {
1957 boot_size);
1993 if (boot_size) {
1994 il->ucode_boot.len = boot_size;
2037 len = boot_size;
[all...]
H A D4965-mac.c4674 size_t inst_size, data_size, init_size, init_data_size, boot_size; member in struct:il4965_firmware_pieces
4702 pieces->boot_size = le32_to_cpu(ucode->v1.boot_size);
4710 pieces->init_size + pieces->init_data_size + pieces->boot_size) {
4726 src += pieces->boot_size;
4818 D_INFO("f/w package hdr boot inst size = %Zd\n", pieces.boot_size);
4845 if (pieces.boot_size > il->hw_params.max_bsm_size) {
4847 pieces.boot_size);
4882 if (pieces.boot_size) {
4883 il->ucode_boot.len = pieces.boot_size;
[all...]
H A Dcommon.h760 __le32 boot_size; /* bytes of bootstrap code */ member in struct:il_ucode_header::__anon3565
/drivers/net/wireless/ipw2x00/
H A Dipw2200.c3398 __le32 boot_size; member in struct:ipw_fw
3424 if ((*raw)->size < sizeof(*fw) + le32_to_cpu(fw->boot_size) +
3529 ucode_img = &fw->data[le32_to_cpu(fw->boot_size)];
3530 fw_img = &fw->data[le32_to_cpu(fw->boot_size) +
3565 rc = ipw_load_firmware(priv, boot_img, le32_to_cpu(fw->boot_size));

Completed in 161 milliseconds