Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/
Dnvm.c353 int ret, section_size; in iwl_mvm_read_external_nvm() local
449 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 …]
/linux-4.1.27/drivers/net/wimax/i2400m/
Dfw.c708 section_size, /* Size of the whole section (cmd + payload) */ in i2400m_dnload_bcf() local
721 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()
/linux-4.1.27/drivers/net/hyperv/
Dhyperv_net.h425 u32 section_size; member
Dnetvsc.c381 v1_msg.send_send_buf_complete.section_size; in netvsc_init_buf()