Home
last modified time | relevance | path

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

/drivers/soc/apple/
A Drtkit-crashlog.c189 u32 section_fourcc, section_size; in apple_rtkit_crashlog_dump() local
210 memcpy(&section_size, bfr + offset + 12, 4); in apple_rtkit_crashlog_dump()
218 section_size); in apple_rtkit_crashlog_dump()
222 rtk, bfr + offset + 16, section_size); in apple_rtkit_crashlog_dump()
226 rtk, bfr + offset + 16, section_size); in apple_rtkit_crashlog_dump()
230 section_size); in apple_rtkit_crashlog_dump()
234 section_size); in apple_rtkit_crashlog_dump()
242 offset += section_size; in apple_rtkit_crashlog_dump()
/drivers/net/hyperv/
A Dnetvsc_trace.h142 __field( u32, section_size )
149 __entry->section_size = rpkt->send_buf_section_size;
154 __entry->section_index, __entry->section_size)
A Dhyperv_net.h501 u32 section_size; member
A Dnetvsc.c519 v1_msg.send_send_buf_complete.section_size; in netvsc_init_buf()
/drivers/net/wireless/intel/iwlwifi/
A Diwl-nvm-parse.c1912 int ret, section_size; in iwl_read_external_nvm() local
2007 section_size = in iwl_read_external_nvm()
2011 section_size = 2 * EXT_NVM_WORD2_LEN( in iwl_read_external_nvm()
2017 if (section_size > max_section_size) { in iwl_read_external_nvm()
2019 section_size); in iwl_read_external_nvm()
2024 if (!section_size) { in iwl_read_external_nvm()
2030 if (file_sec->data + section_size > eof) { in iwl_read_external_nvm()
2033 section_size); in iwl_read_external_nvm()
2044 temp = kmemdup(file_sec->data, section_size, GFP_KERNEL); in iwl_read_external_nvm()
2054 nvm_sections[section_id].length = section_size; in iwl_read_external_nvm()
[all …]
/drivers/net/wireless/ath/ath10k/
A Dsdio.c2295 unsigned int count, section_size, skip_size; in ath10k_sdio_dump_memory_section() local
2322 section_size = cur_section->end - cur_section->start; in ath10k_sdio_dump_memory_section()
2324 if (section_size <= 0) { in ath10k_sdio_dump_memory_section()
2348 if (buf_len < (skip_size + section_size)) { in ath10k_sdio_dump_memory_section()
2353 buf_len -= skip_size + section_size; in ath10k_sdio_dump_memory_section()
2357 buf, section_size); in ath10k_sdio_dump_memory_section()
2364 buf += section_size; in ath10k_sdio_dump_memory_section()
2365 count += section_size; in ath10k_sdio_dump_memory_section()
A Dpci.c1476 unsigned int count, section_size, skip_size; in ath10k_pci_dump_memory_section() local
1503 section_size = cur_section->end - cur_section->start; in ath10k_pci_dump_memory_section()
1505 if (section_size <= 0) { in ath10k_pci_dump_memory_section()
1529 if (buf_len < (skip_size + section_size)) { in ath10k_pci_dump_memory_section()
1534 buf_len -= skip_size + section_size; in ath10k_pci_dump_memory_section()
1538 buf, section_size); in ath10k_pci_dump_memory_section()
1545 buf += section_size; in ath10k_pci_dump_memory_section()
1546 count += section_size; in ath10k_pci_dump_memory_section()
/drivers/gpu/drm/panthor/
A Dpanthor_fw.c497 u32 section_size; in panthor_fw_load_section_entry() local
579 section_size = hdr.va.end - hdr.va.start; in panthor_fw_load_section_entry()
580 if (section_size) { in panthor_fw_load_section_entry()
604 section_size, in panthor_fw_load_section_entry()
/drivers/net/ethernet/qlogic/qed/
A Dqed_debug.c4769 u32 section_size = (*dump == continue_dump) ? in qed_ilt_dump_pages_section() local
4772 if (section_size > 0) in qed_ilt_dump_pages_section()
4774 *dump, "size", section_size); in qed_ilt_dump_pages_section()
5014 u32 section_size = 0; in qed_ilt_dump() local
5048 section_size = in qed_ilt_dump()
5058 if (offset + section_size > buf_size_in_dwords) { in qed_ilt_dump()
5079 section_size = in qed_ilt_dump()
5084 if (offset + section_size > buf_size_in_dwords) { in qed_ilt_dump()
5100 section_size = in qed_ilt_dump()
5105 if (offset + section_size > buf_size_in_dwords) { in qed_ilt_dump()
[all …]
/drivers/net/ethernet/intel/i40e/
A Di40e_common.c4940 u32 section_size = 0; in i40e_write_profile() local
4971 section_size = sec->section.size + in i40e_write_profile()
4975 status = i40e_aq_write_ddp(hw, (void *)sec, (u16)section_size, in i40e_write_profile()
5002 u32 section_size = 0; in i40e_rollback_profile() local
5022 section_size = sec->section.size + in i40e_rollback_profile()
5026 status = i40e_aq_write_ddp(hw, (void *)sec, (u16)section_size, in i40e_rollback_profile()

Completed in 773 milliseconds