Searched refs:section_size (Results 1 – 4 of 4) sorted by relevance
348 int ret, section_size; in iwl_mvm_read_external_nvm() local444 section_size = in iwl_mvm_read_external_nvm()448 section_size = 2 * NVM_WORD2_LEN_FAMILY_8000( in iwl_mvm_read_external_nvm()454 if (section_size > max_section_size) { in iwl_mvm_read_external_nvm()456 section_size); in iwl_mvm_read_external_nvm()461 if (!section_size) { in iwl_mvm_read_external_nvm()467 if (file_sec->data + section_size > eof) { in iwl_mvm_read_external_nvm()470 section_size); in iwl_mvm_read_external_nvm()481 temp = kmemdup(file_sec->data, section_size, GFP_KERNEL); in iwl_mvm_read_external_nvm()488 mvm->nvm_sections[section_id].length = section_size; in iwl_mvm_read_external_nvm()[all …]
708 section_size, /* Size of the whole section (cmd + payload) */ in i2400m_dnload_bcf() local721 section_size = ALIGN(sizeof(*bh) + data_size, 4); in i2400m_dnload_bcf()737 if (offset + section_size > bcf_len) { in i2400m_dnload_bcf()741 offset + section_size, bcf_len); in i2400m_dnload_bcf()746 ret = i2400m_bm_cmd(i2400m, bh, section_size, in i2400m_dnload_bcf()754 offset += section_size; in i2400m_dnload_bcf()
427 u32 section_size; member
389 v1_msg.send_send_buf_complete.section_size; in netvsc_init_buf()