Searched refs:section_size (Results 1 – 4 of 4) sorted by relevance
353 int ret, section_size; in iwl_mvm_read_external_nvm() local449 section_size = in iwl_mvm_read_external_nvm()453 section_size = 2 * NVM_WORD2_LEN_FAMILY_8000( in iwl_mvm_read_external_nvm()459 if (section_size > max_section_size) { in iwl_mvm_read_external_nvm()461 section_size); in iwl_mvm_read_external_nvm()466 if (!section_size) { in iwl_mvm_read_external_nvm()472 if (file_sec->data + section_size > eof) { in iwl_mvm_read_external_nvm()475 section_size); in iwl_mvm_read_external_nvm()486 temp = kmemdup(file_sec->data, section_size, GFP_KERNEL); in iwl_mvm_read_external_nvm()492 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()
425 u32 section_size; member
381 v1_msg.send_send_buf_complete.section_size; in netvsc_init_buf()