Searched refs:section_size (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/ |
D | iwl-nvm-parse.c | 1149 int ret, section_size; in iwl_read_external_nvm() local 1244 section_size = in iwl_read_external_nvm() 1248 section_size = 2 * EXT_NVM_WORD2_LEN( in iwl_read_external_nvm() 1254 if (section_size > max_section_size) { in iwl_read_external_nvm() 1256 section_size); in iwl_read_external_nvm() 1261 if (!section_size) { in iwl_read_external_nvm() 1267 if (file_sec->data + section_size > eof) { in iwl_read_external_nvm() 1270 section_size); in iwl_read_external_nvm() 1281 temp = kmemdup(file_sec->data, section_size, GFP_KERNEL); in iwl_read_external_nvm() 1287 iwl_nvm_fixups(trans->hw_id, section_id, temp, section_size); in iwl_read_external_nvm() [all …]
|
/Linux-v4.19/drivers/net/hyperv/ |
D | netvsc_trace.h | 142 __field( u32, section_size ) 149 __entry->section_size = rpkt->send_buf_section_size; 154 __entry->section_index, __entry->section_size)
|
D | hyperv_net.h | 454 u32 section_size; member
|
D | netvsc.c | 469 v1_msg.send_send_buf_complete.section_size; in netvsc_init_buf()
|
/Linux-v4.19/drivers/net/wimax/i2400m/ |
D | fw.c | 708 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-v4.19/arch/arm64/mm/ |
D | mmu.c | 497 unsigned long section_size; in mark_rodata_ro() local 503 section_size = (unsigned long)__init_begin - (unsigned long)__start_rodata; in mark_rodata_ro() 505 section_size, PAGE_KERNEL_RO); in mark_rodata_ro()
|
/Linux-v4.19/drivers/net/wireless/ath/ath10k/ |
D | pci.c | 1483 unsigned int count, section_size, skip_size; in ath10k_pci_dump_memory_section() local 1510 section_size = cur_section->end - cur_section->start; in ath10k_pci_dump_memory_section() 1512 if (section_size <= 0) { in ath10k_pci_dump_memory_section() 1536 if (buf_len < (skip_size + section_size)) { in ath10k_pci_dump_memory_section() 1541 buf_len -= skip_size + section_size; in ath10k_pci_dump_memory_section() 1545 buf, section_size); in ath10k_pci_dump_memory_section() 1552 buf += section_size; in ath10k_pci_dump_memory_section() 1553 count += section_size; in ath10k_pci_dump_memory_section()
|
/Linux-v4.19/drivers/net/ethernet/intel/i40evf/ |
D | i40e_common.c | 1240 u32 section_size = 0; in i40evf_write_profile() local 1268 section_size = sec->section.size + in i40evf_write_profile() 1272 status = i40evf_aq_write_ddp(hw, (void *)sec, (u16)section_size, in i40evf_write_profile()
|
/Linux-v4.19/drivers/net/ethernet/intel/i40e/ |
D | i40e_common.c | 5466 u32 section_size = 0; in i40e_write_profile() local 5494 section_size = sec->section.size + in i40e_write_profile() 5498 status = i40e_aq_write_ddp(hw, (void *)sec, (u16)section_size, in i40e_write_profile()
|