Searched refs:unmapped_size (Results 1 – 3 of 3) sorted by relevance
| /Linux-v6.1/include/trace/events/ |
| D | iommu.h | 112 TP_PROTO(unsigned long iova, size_t size, size_t unmapped_size), 114 TP_ARGS(iova, size, unmapped_size), 119 __field(size_t, unmapped_size) 125 __entry->unmapped_size = unmapped_size; 130 __entry->size, __entry->unmapped_size
|
| /Linux-v6.1/drivers/net/wireless/ath/ath11k/ |
| D | ahb.c | 1064 size_t unmapped_size; in ath11k_ahb_fw_resource_deinit() local 1071 unmapped_size = iommu_unmap(iommu, ab_ahb->fw.msa_paddr, ab_ahb->fw.msa_size); in ath11k_ahb_fw_resource_deinit() 1072 if (unmapped_size != ab_ahb->fw.msa_size) in ath11k_ahb_fw_resource_deinit() 1074 unmapped_size); in ath11k_ahb_fw_resource_deinit() 1076 unmapped_size = iommu_unmap(iommu, ab_ahb->fw.ce_paddr, ab_ahb->fw.ce_size); in ath11k_ahb_fw_resource_deinit() 1077 if (unmapped_size != ab_ahb->fw.ce_size) in ath11k_ahb_fw_resource_deinit() 1079 unmapped_size); in ath11k_ahb_fw_resource_deinit()
|
| /Linux-v6.1/drivers/net/wireless/ath/ath10k/ |
| D | snoc.c | 1670 size_t unmapped_size; in ath10k_fw_deinit() local 1677 unmapped_size = iommu_unmap(iommu, ar_snoc->fw.fw_start_addr, in ath10k_fw_deinit() 1679 if (unmapped_size != mapped_size) in ath10k_fw_deinit() 1681 unmapped_size); in ath10k_fw_deinit()
|