Home
last modified time | relevance | path

Searched refs:mem_layout (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/drivers/net/wireless/ath/ath10k/
Dsnoc.c1408 const struct ath10k_hw_mem_layout *mem_layout; in ath10k_msa_dump_memory() local
1417 mem_layout = ath10k_coredump_get_mem_layout(ar); in ath10k_msa_dump_memory()
1418 if (!mem_layout) in ath10k_msa_dump_memory()
1421 current_region = &mem_layout->region_table.regions[0]; in ath10k_msa_dump_memory()
Dsdio.c2417 const struct ath10k_hw_mem_layout *mem_layout; in ath10k_sdio_dump_memory() local
2428 mem_layout = ath10k_coredump_get_mem_layout(ar); in ath10k_sdio_dump_memory()
2429 if (!mem_layout) in ath10k_sdio_dump_memory()
2432 current_region = &mem_layout->region_table.regions[0]; in ath10k_sdio_dump_memory()
2439 for (i = 0; i < mem_layout->region_table.size; i++) { in ath10k_sdio_dump_memory()
Dpci.c1658 const struct ath10k_hw_mem_layout *mem_layout; in ath10k_pci_dump_memory() local
1671 mem_layout = ath10k_coredump_get_mem_layout(ar); in ath10k_pci_dump_memory()
1672 if (!mem_layout) in ath10k_pci_dump_memory()
1675 current_region = &mem_layout->region_table.regions[0]; in ath10k_pci_dump_memory()
1682 for (i = 0; i < mem_layout->region_table.size; i++) { in ath10k_pci_dump_memory()