Home
last modified time | relevance | path

Searched refs:dump_tlv (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/wireless/ath/ath11k/
H A Dpci.c643 struct ath11k_tlv_dump_data *dump_tlv; in ath11k_pci_coredump_calculate_size() local
696 len += sizeof(*dump_tlv) + dump_seg_sz[i]; in ath11k_pci_coredump_calculate_size()
714 struct ath11k_tlv_dump_data *dump_tlv; in ath11k_pci_coredump_download() local
749 dump_tlv = buf; in ath11k_pci_coredump_download()
750 dump_tlv->type = cpu_to_le32(FW_CRASH_DUMP_PAGING_DATA); in ath11k_pci_coredump_download()
751 dump_tlv->tlv_len = cpu_to_le32(dump_seg_sz[FW_CRASH_DUMP_PAGING_DATA]); in ath11k_pci_coredump_download()
766 dump_tlv = buf; in ath11k_pci_coredump_download()
767 dump_tlv->type = cpu_to_le32(FW_CRASH_DUMP_RDDM_DATA); in ath11k_pci_coredump_download()
768 dump_tlv->tlv_len = cpu_to_le32(dump_seg_sz[FW_CRASH_DUMP_RDDM_DATA]); in ath11k_pci_coredump_download()
802 dump_tlv = buf; in ath11k_pci_coredump_download()
[all …]
/linux/drivers/net/wireless/ath/ath12k/
H A Dpci.c1265 struct ath12k_tlv_dump_data *dump_tlv; in ath12k_pci_coredump_calculate_size() local
1318 len += sizeof(*dump_tlv) + dump_seg_sz[i]; in ath12k_pci_coredump_calculate_size()
1336 struct ath12k_tlv_dump_data *dump_tlv; in ath12k_pci_coredump_download() local
1371 dump_tlv = buf; in ath12k_pci_coredump_download()
1372 dump_tlv->type = cpu_to_le32(FW_CRASH_DUMP_PAGING_DATA); in ath12k_pci_coredump_download()
1373 dump_tlv->tlv_len = cpu_to_le32(dump_seg_sz[FW_CRASH_DUMP_PAGING_DATA]); in ath12k_pci_coredump_download()
1388 dump_tlv = buf; in ath12k_pci_coredump_download()
1389 dump_tlv->type = cpu_to_le32(FW_CRASH_DUMP_RDDM_DATA); in ath12k_pci_coredump_download()
1390 dump_tlv->tlv_len = cpu_to_le32(dump_seg_sz[FW_CRASH_DUMP_RDDM_DATA]); in ath12k_pci_coredump_download()
1410 dump_tlv = buf; in ath12k_pci_coredump_download()
[all …]