Searched refs:current_region (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/ |
H A D | sdio.c | 2380 const struct ath10k_mem_region *current_region, in ath10k_sdio_dump_memory_generic() 2386 if (current_region->section_table.size > 0) in ath10k_sdio_dump_memory_generic() 2389 current_region, in ath10k_sdio_dump_memory_generic() 2391 current_region->len); in ath10k_sdio_dump_memory_generic() 2398 current_region->start, in ath10k_sdio_dump_memory_generic() 2400 current_region->len); in ath10k_sdio_dump_memory_generic() 2403 current_region->start, in ath10k_sdio_dump_memory_generic() 2405 current_region->len); in ath10k_sdio_dump_memory_generic() 2409 current_region->name, ret); in ath10k_sdio_dump_memory_generic() 2413 return current_region in ath10k_sdio_dump_memory_generic() 2379 ath10k_sdio_dump_memory_generic(struct ath10k *ar, const struct ath10k_mem_region *current_region, u8 *buf, bool fast_dump) ath10k_sdio_dump_memory_generic() argument 2421 const struct ath10k_mem_region *current_region; ath10k_sdio_dump_memory() local [all...] |
H A D | pci.c | 1627 const struct ath10k_mem_region *current_region, in ath10k_pci_dump_memory_generic() 1632 if (current_region->section_table.size > 0) in ath10k_pci_dump_memory_generic() 1635 current_region, in ath10k_pci_dump_memory_generic() 1637 current_region->len); in ath10k_pci_dump_memory_generic() 1643 current_region->start, in ath10k_pci_dump_memory_generic() 1645 current_region->len); in ath10k_pci_dump_memory_generic() 1648 current_region->name, ret); in ath10k_pci_dump_memory_generic() 1652 return current_region->len; in ath10k_pci_dump_memory_generic() 1659 const struct ath10k_mem_region *current_region; in ath10k_pci_dump_memory() local 1675 current_region in ath10k_pci_dump_memory() 1626 ath10k_pci_dump_memory_generic(struct ath10k *ar, const struct ath10k_mem_region *current_region, u8 *buf) ath10k_pci_dump_memory_generic() argument [all...] |
H A D | snoc.c | 1419 const struct ath10k_mem_region *current_region; in ath10k_msa_dump_memory() local 1431 current_region = &mem_layout->region_table.regions[0]; in ath10k_msa_dump_memory() 1442 hdr->region_type = cpu_to_le32(current_region->type); in ath10k_msa_dump_memory() 1446 if (current_region->len < ar->msa.mem_size) { in ath10k_msa_dump_memory() 1447 memcpy(buf, ar->msa.vaddr, current_region->len); in ath10k_msa_dump_memory() 1449 current_region->len, ar->msa.mem_size); in ath10k_msa_dump_memory()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/ |
H A D | sdio.c | 2379 const struct ath10k_mem_region *current_region, in ath10k_sdio_dump_memory_generic() 2385 if (current_region->section_table.size > 0) in ath10k_sdio_dump_memory_generic() 2388 current_region, in ath10k_sdio_dump_memory_generic() 2390 current_region->len); in ath10k_sdio_dump_memory_generic() 2397 current_region->start, in ath10k_sdio_dump_memory_generic() 2399 current_region->len); in ath10k_sdio_dump_memory_generic() 2402 current_region->start, in ath10k_sdio_dump_memory_generic() 2404 current_region->len); in ath10k_sdio_dump_memory_generic() 2408 current_region->name, ret); in ath10k_sdio_dump_memory_generic() 2412 return current_region in ath10k_sdio_dump_memory_generic() 2378 ath10k_sdio_dump_memory_generic(struct ath10k *ar, const struct ath10k_mem_region *current_region, u8 *buf, bool fast_dump) ath10k_sdio_dump_memory_generic() argument 2420 const struct ath10k_mem_region *current_region; ath10k_sdio_dump_memory() local [all...] |
H A D | pci.c | 1627 const struct ath10k_mem_region *current_region, in ath10k_pci_dump_memory_generic() 1632 if (current_region->section_table.size > 0) in ath10k_pci_dump_memory_generic() 1635 current_region, in ath10k_pci_dump_memory_generic() 1637 current_region->len); in ath10k_pci_dump_memory_generic() 1643 current_region->start, in ath10k_pci_dump_memory_generic() 1645 current_region->len); in ath10k_pci_dump_memory_generic() 1648 current_region->name, ret); in ath10k_pci_dump_memory_generic() 1652 return current_region->len; in ath10k_pci_dump_memory_generic() 1659 const struct ath10k_mem_region *current_region; in ath10k_pci_dump_memory() local 1675 current_region in ath10k_pci_dump_memory() 1626 ath10k_pci_dump_memory_generic(struct ath10k *ar, const struct ath10k_mem_region *current_region, u8 *buf) ath10k_pci_dump_memory_generic() argument [all...] |
H A D | snoc.c | 1425 const struct ath10k_mem_region *current_region; in ath10k_msa_dump_memory() local 1437 current_region = &mem_layout->region_table.regions[0]; in ath10k_msa_dump_memory() 1448 hdr->region_type = cpu_to_le32(current_region->type); in ath10k_msa_dump_memory() 1452 if (current_region->len < ar->msa.mem_size) { in ath10k_msa_dump_memory() 1453 memcpy(buf, ar->msa.vaddr, current_region->len); in ath10k_msa_dump_memory() 1455 current_region->len, ar->msa.mem_size); in ath10k_msa_dump_memory()
|
Completed in 16 milliseconds