ahci_port_privRegular
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: Absent ⚠️
5.11: Absent ⚠️
5.13: Absent ⚠️
5.15: Absent ⚠️
5.19: Absent ⚠️
6.2: Absent ⚠️
6.5: Absent ⚠️
6.8: Absent ⚠️
arm64: ✅struct ahci_port_priv {
struct ata_link *active_link;
struct ahci_cmd_hdr *cmd_slot;
dma_addr_t cmd_slot_dma;
void *cmd_tbl;
dma_addr_t cmd_tbl_dma;
void *rx_fis;
dma_addr_t rx_fis_dma;
unsigned int ncq_saw_d2h;
unsigned int ncq_saw_dmas;
unsigned int ncq_saw_sdb;
spinlock_t lock;
u32 intr_mask;
bool fbs_supported;
bool fbs_enabled;
int fbs_last_dev;
struct ahci_em_priv em_priv[8];
char *irq_desc;
};
armhf: ✅struct ahci_port_priv {
struct ata_link *active_link;
struct ahci_cmd_hdr *cmd_slot;
dma_addr_t cmd_slot_dma;
void *cmd_tbl;
dma_addr_t cmd_tbl_dma;
void *rx_fis;
dma_addr_t rx_fis_dma;
unsigned int ncq_saw_d2h;
unsigned int ncq_saw_dmas;
unsigned int ncq_saw_sdb;
spinlock_t lock;
u32 intr_mask;
bool fbs_supported;
bool fbs_enabled;
int fbs_last_dev;
struct ahci_em_priv em_priv[8];
char *irq_desc;
};
ppc64el: Absent ⚠️
riscv64: Absent ⚠️
aws: Absent ⚠️
azure: Absent ⚠️
gcp: Absent ⚠️
lowlatency: Absent ⚠️
Arch