iommu_dma_cookie
Regular
4.4
: Absent ⚠️
4.8
: Absent ⚠️
4.10
: Absent ⚠️
4.13
: Absent ⚠️
4.15
: Absent ⚠️
4.18
: Absent ⚠️
5.0
: Absent ⚠️
5.3
: Absent ⚠️
5.4
: Absent ⚠️
5.8
: ✅struct iommu_dma_cookie {
enum iommu_dma_cookie_type type;
struct iova_domain iovad;
dma_addr_t msi_iova;
struct list_head msi_page_list;
struct iommu_domain *fq_domain;
};
5.11
: ✅struct iommu_dma_cookie {
enum iommu_dma_cookie_type type;
struct iova_domain iovad;
dma_addr_t msi_iova;
struct list_head msi_page_list;
struct iommu_domain *fq_domain;
};
5.13
: ✅struct iommu_dma_cookie {
enum iommu_dma_cookie_type type;
struct iova_domain iovad;
dma_addr_t msi_iova;
struct list_head msi_page_list;
struct iommu_domain *fq_domain;
};
5.15
: ✅struct iommu_dma_cookie {
enum iommu_dma_cookie_type type;
struct iova_domain iovad;
dma_addr_t msi_iova;
struct list_head msi_page_list;
struct iommu_domain *fq_domain;
};
5.19
: ✅struct iommu_dma_cookie {
enum iommu_dma_cookie_type type;
struct iova_domain iovad;
struct iova_fq *fq;
atomic64_t fq_flush_start_cnt;
atomic64_t fq_flush_finish_cnt;
struct timer_list fq_timer;
atomic_t fq_timer_on;
dma_addr_t msi_iova;
struct list_head msi_page_list;
struct iommu_domain *fq_domain;
};
6.2
: ✅struct iommu_dma_cookie {
enum iommu_dma_cookie_type type;
struct iova_domain iovad;
struct iova_fq *fq;
atomic64_t fq_flush_start_cnt;
atomic64_t fq_flush_finish_cnt;
struct timer_list fq_timer;
atomic_t fq_timer_on;
dma_addr_t msi_iova;
struct list_head msi_page_list;
struct iommu_domain *fq_domain;
struct mutex mutex;
};
6.5
: ✅struct iommu_dma_cookie {
enum iommu_dma_cookie_type type;
struct iova_domain iovad;
struct iova_fq *fq;
atomic64_t fq_flush_start_cnt;
atomic64_t fq_flush_finish_cnt;
struct timer_list fq_timer;
atomic_t fq_timer_on;
dma_addr_t msi_iova;
struct list_head msi_page_list;
struct iommu_domain *fq_domain;
struct mutex mutex;
};
6.8
: ✅struct iommu_dma_cookie {
enum iommu_dma_cookie_type type;
struct iova_domain iovad;
struct iova_fq *single_fq;
struct iova_fq *percpu_fq;
atomic64_t fq_flush_start_cnt;
atomic64_t fq_flush_finish_cnt;
struct timer_list fq_timer;
atomic_t fq_timer_on;
dma_addr_t msi_iova;
struct list_head msi_page_list;
struct iommu_domain *fq_domain;
struct iommu_dma_options options;
struct mutex mutex;
};
arm64
: ✅struct iommu_dma_cookie {
enum iommu_dma_cookie_type type;
struct iova_domain iovad;
dma_addr_t msi_iova;
struct list_head msi_page_list;
struct iommu_domain *fq_domain;
};
armhf
: Absent ⚠️
ppc64el
: Absent ⚠️
riscv64
: Absent ⚠️
aws
: Absent ⚠️
azure
: Absent ⚠️
gcp
: Absent ⚠️
lowlatency
: Absent ⚠️
Regular
5.8
and 5.11
✅
5.11
and 5.13
✅
5.13
and 5.15
✅
5.15
and 5.19
⚠️struct iova_fq *fq
atomic64_t fq_flush_start_cnt
atomic64_t fq_flush_finish_cnt
struct timer_list fq_timer
atomic_t fq_timer_on
5.19
and 6.2
⚠️struct mutex mutex
6.2
and 6.5
✅
6.5
and 6.8
⚠️struct iova_fq *single_fq
struct iova_fq *percpu_fq
struct iommu_dma_options options
struct iova_fq *fq