Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/soc/apple/
Drtkit-crashlog.c100 u32 section_fourcc, section_size; in apple_rtkit_crashlog_dump() local
121 memcpy(&section_size, bfr + offset + 12, 4); in apple_rtkit_crashlog_dump()
129 section_size); in apple_rtkit_crashlog_dump()
133 rtk, bfr + offset + 16, section_size); in apple_rtkit_crashlog_dump()
137 rtk, bfr + offset + 16, section_size); in apple_rtkit_crashlog_dump()
141 section_size); in apple_rtkit_crashlog_dump()
149 offset += section_size; in apple_rtkit_crashlog_dump()
/Linux-v6.1/drivers/net/hyperv/
Dnetvsc_trace.h142 __field( u32, section_size )
149 __entry->section_size = rpkt->send_buf_section_size;
154 __entry->section_index, __entry->section_size)
Dhyperv_net.h500 u32 section_size; member
Dnetvsc.c548 v1_msg.send_send_buf_complete.section_size; in netvsc_init_buf()
/Linux-v6.1/drivers/net/wireless/intel/iwlwifi/
Diwl-nvm-parse.c1549 int ret, section_size; in iwl_read_external_nvm() local
1644 section_size = in iwl_read_external_nvm()
1648 section_size = 2 * EXT_NVM_WORD2_LEN( in iwl_read_external_nvm()
1654 if (section_size > max_section_size) { in iwl_read_external_nvm()
1656 section_size); in iwl_read_external_nvm()
1661 if (!section_size) { in iwl_read_external_nvm()
1667 if (file_sec->data + section_size > eof) { in iwl_read_external_nvm()
1670 section_size); in iwl_read_external_nvm()
1681 temp = kmemdup(file_sec->data, section_size, GFP_KERNEL); in iwl_read_external_nvm()
1687 iwl_nvm_fixups(trans->hw_id, section_id, temp, section_size); in iwl_read_external_nvm()
[all …]
/Linux-v6.1/drivers/net/wireless/ath/ath10k/
Dsdio.c2293 unsigned int count, section_size, skip_size; in ath10k_sdio_dump_memory_section() local
2320 section_size = cur_section->end - cur_section->start; in ath10k_sdio_dump_memory_section()
2322 if (section_size <= 0) { in ath10k_sdio_dump_memory_section()
2346 if (buf_len < (skip_size + section_size)) { in ath10k_sdio_dump_memory_section()
2351 buf_len -= skip_size + section_size; in ath10k_sdio_dump_memory_section()
2355 buf, section_size); in ath10k_sdio_dump_memory_section()
2362 buf += section_size; in ath10k_sdio_dump_memory_section()
2363 count += section_size; in ath10k_sdio_dump_memory_section()
Dpci.c1473 unsigned int count, section_size, skip_size; in ath10k_pci_dump_memory_section() local
1500 section_size = cur_section->end - cur_section->start; in ath10k_pci_dump_memory_section()
1502 if (section_size <= 0) { in ath10k_pci_dump_memory_section()
1526 if (buf_len < (skip_size + section_size)) { in ath10k_pci_dump_memory_section()
1531 buf_len -= skip_size + section_size; in ath10k_pci_dump_memory_section()
1535 buf, section_size); in ath10k_pci_dump_memory_section()
1542 buf += section_size; in ath10k_pci_dump_memory_section()
1543 count += section_size; in ath10k_pci_dump_memory_section()
/Linux-v6.1/arch/arm64/mm/
Dmmu.c611 unsigned long section_size; in mark_rodata_ro() local
617 section_size = (unsigned long)__init_begin - (unsigned long)__start_rodata; in mark_rodata_ro()
619 section_size, PAGE_KERNEL_RO); in mark_rodata_ro()
/Linux-v6.1/drivers/net/ethernet/qlogic/qed/
Dqed_debug.c4755 u32 section_size = (*dump == continue_dump) ? in qed_ilt_dump_pages_section() local
4758 if (section_size > 0) in qed_ilt_dump_pages_section()
4760 *dump, "size", section_size); in qed_ilt_dump_pages_section()
4761 else if ((section_size == 0) && (*dump != continue_dump)) in qed_ilt_dump_pages_section()
5000 u32 section_size = 0; in qed_ilt_dump() local
5034 section_size = in qed_ilt_dump()
5044 if (offset + section_size > buf_size_in_dwords) { in qed_ilt_dump()
5065 section_size = in qed_ilt_dump()
5070 if (offset + section_size > buf_size_in_dwords) { in qed_ilt_dump()
5086 section_size = in qed_ilt_dump()
[all …]
/Linux-v6.1/drivers/net/ethernet/intel/i40e/
Di40e_common.c5816 u32 section_size = 0; in i40e_write_profile() local
5847 section_size = sec->section.size + in i40e_write_profile()
5851 status = i40e_aq_write_ddp(hw, (void *)sec, (u16)section_size, in i40e_write_profile()
5879 u32 section_size = 0; in i40e_rollback_profile() local
5898 section_size = sec->section.size + in i40e_rollback_profile()
5902 status = i40e_aq_write_ddp(hw, (void *)sec, (u16)section_size, in i40e_rollback_profile()