Searched refs:unmapped_size (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/include/trace/events/ |
D | iommu.h | 105 TP_PROTO(unsigned long iova, size_t size, size_t unmapped_size), 107 TP_ARGS(iova, size, unmapped_size), 112 __field(size_t, unmapped_size) 118 __entry->unmapped_size = unmapped_size; 123 __entry->size, __entry->unmapped_size
|
/Linux-v6.6/drivers/net/wireless/ath/ath11k/ |
D | ahb.c | 1053 size_t unmapped_size; in ath11k_ahb_fw_resource_deinit() local 1066 unmapped_size = iommu_unmap(iommu, ab_ahb->fw.msa_paddr, ab_ahb->fw.msa_size); in ath11k_ahb_fw_resource_deinit() 1067 if (unmapped_size != ab_ahb->fw.msa_size) in ath11k_ahb_fw_resource_deinit() 1069 unmapped_size); in ath11k_ahb_fw_resource_deinit() 1071 unmapped_size = iommu_unmap(iommu, ab_ahb->fw.ce_paddr, ab_ahb->fw.ce_size); in ath11k_ahb_fw_resource_deinit() 1072 if (unmapped_size != ab_ahb->fw.ce_size) in ath11k_ahb_fw_resource_deinit() 1074 unmapped_size); in ath11k_ahb_fw_resource_deinit()
|
/Linux-v6.6/drivers/net/wireless/ath/ath10k/ |
D | snoc.c | 1671 size_t unmapped_size; in ath10k_fw_deinit() local 1678 unmapped_size = iommu_unmap(iommu, ar_snoc->fw.fw_start_addr, in ath10k_fw_deinit() 1680 if (unmapped_size != mapped_size) in ath10k_fw_deinit() 1682 unmapped_size); in ath10k_fw_deinit()
|