dw_pcie_ep
Regular
4.4
: Absent ⚠️
4.8
: Absent ⚠️
4.10
: Absent ⚠️
4.13
: ✅struct dw_pcie_ep {
struct pci_epc *epc;
struct dw_pcie_ep_ops *ops;
phys_addr_t phys_base;
size_t addr_size;
u8 bar_to_atu[6];
phys_addr_t *outbound_addr;
long unsigned int ib_window_map;
long unsigned int ob_window_map;
u32 num_ib_windows;
u32 num_ob_windows;
};
4.15
: ✅struct dw_pcie_ep {
struct pci_epc *epc;
struct dw_pcie_ep_ops *ops;
phys_addr_t phys_base;
size_t addr_size;
size_t page_size;
u8 bar_to_atu[6];
phys_addr_t *outbound_addr;
long unsigned int ib_window_map;
long unsigned int ob_window_map;
u32 num_ib_windows;
u32 num_ob_windows;
};
4.18
: ✅struct dw_pcie_ep {
struct pci_epc *epc;
struct dw_pcie_ep_ops *ops;
phys_addr_t phys_base;
size_t addr_size;
size_t page_size;
u8 bar_to_atu[6];
phys_addr_t *outbound_addr;
long unsigned int *ib_window_map;
long unsigned int *ob_window_map;
u32 num_ib_windows;
u32 num_ob_windows;
void *msi_mem;
phys_addr_t msi_mem_phys;
};
5.0
: ✅struct dw_pcie_ep {
struct pci_epc *epc;
struct dw_pcie_ep_ops *ops;
phys_addr_t phys_base;
size_t addr_size;
size_t page_size;
u8 bar_to_atu[6];
phys_addr_t *outbound_addr;
long unsigned int *ib_window_map;
long unsigned int *ob_window_map;
u32 num_ib_windows;
u32 num_ob_windows;
void *msi_mem;
phys_addr_t msi_mem_phys;
u8 msi_cap;
u8 msix_cap;
};
5.3
: ✅struct dw_pcie_ep {
struct pci_epc *epc;
const struct dw_pcie_ep_ops *ops;
phys_addr_t phys_base;
size_t addr_size;
size_t page_size;
u8 bar_to_atu[6];
phys_addr_t *outbound_addr;
long unsigned int *ib_window_map;
long unsigned int *ob_window_map;
u32 num_ib_windows;
u32 num_ob_windows;
void *msi_mem;
phys_addr_t msi_mem_phys;
u8 msi_cap;
u8 msix_cap;
};
5.4
: ✅struct dw_pcie_ep {
struct pci_epc *epc;
const struct dw_pcie_ep_ops *ops;
phys_addr_t phys_base;
size_t addr_size;
size_t page_size;
u8 bar_to_atu[6];
phys_addr_t *outbound_addr;
long unsigned int *ib_window_map;
long unsigned int *ob_window_map;
u32 num_ib_windows;
u32 num_ob_windows;
void *msi_mem;
phys_addr_t msi_mem_phys;
u8 msi_cap;
u8 msix_cap;
};
5.8
: ✅struct dw_pcie_ep {
struct pci_epc *epc;
const struct dw_pcie_ep_ops *ops;
phys_addr_t phys_base;
size_t addr_size;
size_t page_size;
u8 bar_to_atu[6];
phys_addr_t *outbound_addr;
long unsigned int *ib_window_map;
long unsigned int *ob_window_map;
u32 num_ib_windows;
u32 num_ob_windows;
void *msi_mem;
phys_addr_t msi_mem_phys;
u8 msi_cap;
u8 msix_cap;
struct pci_epf_bar * epf_bar[6];
};
5.11
: ✅struct dw_pcie_ep {
struct pci_epc *epc;
struct list_head func_list;
const struct dw_pcie_ep_ops *ops;
phys_addr_t phys_base;
size_t addr_size;
size_t page_size;
u8 bar_to_atu[6];
phys_addr_t *outbound_addr;
long unsigned int *ib_window_map;
long unsigned int *ob_window_map;
void *msi_mem;
phys_addr_t msi_mem_phys;
struct pci_epf_bar * epf_bar[6];
};
5.13
: ✅struct dw_pcie_ep {
struct pci_epc *epc;
struct list_head func_list;
const struct dw_pcie_ep_ops *ops;
phys_addr_t phys_base;
size_t addr_size;
size_t page_size;
u8 bar_to_atu[6];
phys_addr_t *outbound_addr;
long unsigned int *ib_window_map;
long unsigned int *ob_window_map;
void *msi_mem;
phys_addr_t msi_mem_phys;
struct pci_epf_bar * epf_bar[6];
};
5.15
: ✅struct dw_pcie_ep {
struct pci_epc *epc;
struct list_head func_list;
const struct dw_pcie_ep_ops *ops;
phys_addr_t phys_base;
size_t addr_size;
size_t page_size;
u8 bar_to_atu[6];
phys_addr_t *outbound_addr;
long unsigned int *ib_window_map;
long unsigned int *ob_window_map;
void *msi_mem;
phys_addr_t msi_mem_phys;
struct pci_epf_bar * epf_bar[6];
};
5.19
: ✅struct dw_pcie_ep {
struct pci_epc *epc;
struct list_head func_list;
const struct dw_pcie_ep_ops *ops;
phys_addr_t phys_base;
size_t addr_size;
size_t page_size;
u8 bar_to_atu[6];
phys_addr_t *outbound_addr;
long unsigned int *ib_window_map;
long unsigned int *ob_window_map;
void *msi_mem;
phys_addr_t msi_mem_phys;
struct pci_epf_bar * epf_bar[6];
};
6.2
: ✅struct dw_pcie_ep {
struct pci_epc *epc;
struct list_head func_list;
const struct dw_pcie_ep_ops *ops;
phys_addr_t phys_base;
size_t addr_size;
size_t page_size;
u8 bar_to_atu[6];
phys_addr_t *outbound_addr;
long unsigned int *ib_window_map;
long unsigned int *ob_window_map;
void *msi_mem;
phys_addr_t msi_mem_phys;
struct pci_epf_bar * epf_bar[6];
};
6.5
: ✅struct dw_pcie_ep {
struct pci_epc *epc;
struct list_head func_list;
const struct dw_pcie_ep_ops *ops;
phys_addr_t phys_base;
size_t addr_size;
size_t page_size;
u8 bar_to_atu[6];
phys_addr_t *outbound_addr;
long unsigned int *ib_window_map;
long unsigned int *ob_window_map;
void *msi_mem;
phys_addr_t msi_mem_phys;
struct pci_epf_bar * epf_bar[6];
};
6.8
: ✅struct dw_pcie_ep {
struct pci_epc *epc;
struct list_head func_list;
const struct dw_pcie_ep_ops *ops;
phys_addr_t phys_base;
size_t addr_size;
size_t page_size;
u8 bar_to_atu[6];
phys_addr_t *outbound_addr;
long unsigned int *ib_window_map;
long unsigned int *ob_window_map;
void *msi_mem;
phys_addr_t msi_mem_phys;
struct pci_epf_bar * epf_bar[6];
};
arm64
: ✅struct dw_pcie_ep {
struct pci_epc *epc;
const struct dw_pcie_ep_ops *ops;
phys_addr_t phys_base;
size_t addr_size;
size_t page_size;
u8 bar_to_atu[6];
phys_addr_t *outbound_addr;
long unsigned int *ib_window_map;
long unsigned int *ob_window_map;
u32 num_ib_windows;
u32 num_ob_windows;
void *msi_mem;
phys_addr_t msi_mem_phys;
u8 msi_cap;
u8 msix_cap;
};
armhf
: ✅struct dw_pcie_ep {
struct pci_epc *epc;
const struct dw_pcie_ep_ops *ops;
phys_addr_t phys_base;
size_t addr_size;
size_t page_size;
u8 bar_to_atu[6];
phys_addr_t *outbound_addr;
long unsigned int *ib_window_map;
long unsigned int *ob_window_map;
u32 num_ib_windows;
u32 num_ob_windows;
void *msi_mem;
phys_addr_t msi_mem_phys;
u8 msi_cap;
u8 msix_cap;
};
ppc64el
: Absent ⚠️
riscv64
: ✅struct dw_pcie_ep {
struct pci_epc *epc;
const struct dw_pcie_ep_ops *ops;
phys_addr_t phys_base;
size_t addr_size;
size_t page_size;
u8 bar_to_atu[6];
phys_addr_t *outbound_addr;
long unsigned int *ib_window_map;
long unsigned int *ob_window_map;
u32 num_ib_windows;
u32 num_ob_windows;
void *msi_mem;
phys_addr_t msi_mem_phys;
u8 msi_cap;
u8 msix_cap;
};
aws
: ✅struct dw_pcie_ep {
struct pci_epc *epc;
const struct dw_pcie_ep_ops *ops;
phys_addr_t phys_base;
size_t addr_size;
size_t page_size;
u8 bar_to_atu[6];
phys_addr_t *outbound_addr;
long unsigned int *ib_window_map;
long unsigned int *ob_window_map;
u32 num_ib_windows;
u32 num_ob_windows;
void *msi_mem;
phys_addr_t msi_mem_phys;
u8 msi_cap;
u8 msix_cap;
};
azure
: ✅struct dw_pcie_ep {
struct pci_epc *epc;
const struct dw_pcie_ep_ops *ops;
phys_addr_t phys_base;
size_t addr_size;
size_t page_size;
u8 bar_to_atu[6];
phys_addr_t *outbound_addr;
long unsigned int *ib_window_map;
long unsigned int *ob_window_map;
u32 num_ib_windows;
u32 num_ob_windows;
void *msi_mem;
phys_addr_t msi_mem_phys;
u8 msi_cap;
u8 msix_cap;
};
gcp
: ✅struct dw_pcie_ep {
struct pci_epc *epc;
const struct dw_pcie_ep_ops *ops;
phys_addr_t phys_base;
size_t addr_size;
size_t page_size;
u8 bar_to_atu[6];
phys_addr_t *outbound_addr;
long unsigned int *ib_window_map;
long unsigned int *ob_window_map;
u32 num_ib_windows;
u32 num_ob_windows;
void *msi_mem;
phys_addr_t msi_mem_phys;
u8 msi_cap;
u8 msix_cap;
};
lowlatency
: ✅struct dw_pcie_ep {
struct pci_epc *epc;
const struct dw_pcie_ep_ops *ops;
phys_addr_t phys_base;
size_t addr_size;
size_t page_size;
u8 bar_to_atu[6];
phys_addr_t *outbound_addr;
long unsigned int *ib_window_map;
long unsigned int *ob_window_map;
u32 num_ib_windows;
u32 num_ob_windows;
void *msi_mem;
phys_addr_t msi_mem_phys;
u8 msi_cap;
u8 msix_cap;
};
Regular
4.13
and 4.15
⚠️size_t page_size
4.15
and 4.18
⚠️void *msi_mem
phys_addr_t msi_mem_phys
long unsigned int ib_window_map
➡️ long unsigned int *ib_window_map
long unsigned int ob_window_map
➡️ long unsigned int *ob_window_map
4.18
and 5.0
⚠️u8 msi_cap
u8 msix_cap
5.0
and 5.3
⚠️struct dw_pcie_ep_ops *ops
➡️ const struct dw_pcie_ep_ops *ops
5.3
and 5.4
✅
5.4
and 5.8
⚠️struct pci_epf_bar * epf_bar[6]
5.8
and 5.11
⚠️struct list_head func_list
u32 num_ib_windows
u32 num_ob_windows
u8 msi_cap
u8 msix_cap
5.11
and 5.13
✅
5.13
and 5.15
✅
5.15
and 5.19
✅
5.19
and 6.2
✅
6.2
and 6.5
✅
6.5
and 6.8
✅
amd64
and arm64
✅
amd64
and armhf
✅
amd64
and riscv64
✅
generic
and aws
✅
generic
and azure
✅
generic
and gcp
✅
generic
and lowlatency
✅