Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/
Dnvm.c348 int ret, section_size; in iwl_mvm_read_external_nvm() local
444 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 …]
/linux-4.4.14/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.4.14/drivers/net/hyperv/
Dhyperv_net.h427 u32 section_size; member
Dnetvsc.c389 v1_msg.send_send_buf_complete.section_size; in netvsc_init_buf()