ata_port
Regular
4.4
: ✅struct ata_port {
struct Scsi_Host *scsi_host;
struct ata_port_operations *ops;
spinlock_t *lock;
long unsigned int flags;
unsigned int pflags;
unsigned int print_id;
unsigned int local_port_no;
unsigned int port_no;
struct ata_ioports ioaddr;
u8 ctl;
u8 last_ctl;
struct ata_link *sff_pio_task_link;
struct delayed_work sff_pio_task;
struct ata_bmdma_prd *bmdma_prd;
dma_addr_t bmdma_prd_dma;
unsigned int pio_mask;
unsigned int mwdma_mask;
unsigned int udma_mask;
unsigned int cbl;
struct ata_queued_cmd qcmd[32];
long unsigned int sas_tag_allocated;
unsigned int qc_active;
int nr_active_links;
unsigned int sas_last_tag;
struct ata_link link;
struct ata_link *slave_link;
int nr_pmp_links;
struct ata_link *pmp_link;
struct ata_link *excl_link;
struct ata_port_stats stats;
struct ata_host *host;
struct device *dev;
struct device tdev;
struct mutex scsi_scan_mutex;
struct delayed_work hotplug_task;
struct work_struct scsi_rescan_task;
unsigned int hsm_task_state;
u32 msg_enable;
struct list_head eh_done_q;
wait_queue_head_t eh_wait_q;
int eh_tries;
struct completion park_req_pending;
pm_message_t pm_mesg;
enum ata_lpm_policy target_lpm_policy;
struct timer_list fastdrain_timer;
long unsigned int fastdrain_cnt;
int em_message_type;
void *private_data;
struct ata_acpi_gtm __acpi_init_gtm;
u8 sector_buf[512];
};
4.8
: ✅struct ata_port {
struct Scsi_Host *scsi_host;
struct ata_port_operations *ops;
spinlock_t *lock;
long unsigned int flags;
unsigned int pflags;
unsigned int print_id;
unsigned int local_port_no;
unsigned int port_no;
struct ata_ioports ioaddr;
u8 ctl;
u8 last_ctl;
struct ata_link *sff_pio_task_link;
struct delayed_work sff_pio_task;
struct ata_bmdma_prd *bmdma_prd;
dma_addr_t bmdma_prd_dma;
unsigned int pio_mask;
unsigned int mwdma_mask;
unsigned int udma_mask;
unsigned int cbl;
struct ata_queued_cmd qcmd[32];
long unsigned int sas_tag_allocated;
unsigned int qc_active;
int nr_active_links;
unsigned int sas_last_tag;
struct ata_link link;
struct ata_link *slave_link;
int nr_pmp_links;
struct ata_link *pmp_link;
struct ata_link *excl_link;
struct ata_port_stats stats;
struct ata_host *host;
struct device *dev;
struct device tdev;
struct mutex scsi_scan_mutex;
struct delayed_work hotplug_task;
struct work_struct scsi_rescan_task;
unsigned int hsm_task_state;
u32 msg_enable;
struct list_head eh_done_q;
wait_queue_head_t eh_wait_q;
int eh_tries;
struct completion park_req_pending;
pm_message_t pm_mesg;
enum ata_lpm_policy target_lpm_policy;
struct timer_list fastdrain_timer;
long unsigned int fastdrain_cnt;
int em_message_type;
void *private_data;
struct ata_acpi_gtm __acpi_init_gtm;
u8 sector_buf[512];
};
4.10
: ✅struct ata_port {
struct Scsi_Host *scsi_host;
struct ata_port_operations *ops;
spinlock_t *lock;
long unsigned int flags;
unsigned int pflags;
unsigned int print_id;
unsigned int local_port_no;
unsigned int port_no;
struct ata_ioports ioaddr;
u8 ctl;
u8 last_ctl;
struct ata_link *sff_pio_task_link;
struct delayed_work sff_pio_task;
struct ata_bmdma_prd *bmdma_prd;
dma_addr_t bmdma_prd_dma;
unsigned int pio_mask;
unsigned int mwdma_mask;
unsigned int udma_mask;
unsigned int cbl;
struct ata_queued_cmd qcmd[32];
long unsigned int sas_tag_allocated;
unsigned int qc_active;
int nr_active_links;
unsigned int sas_last_tag;
struct ata_link link;
struct ata_link *slave_link;
int nr_pmp_links;
struct ata_link *pmp_link;
struct ata_link *excl_link;
struct ata_port_stats stats;
struct ata_host *host;
struct device *dev;
struct device tdev;
struct mutex scsi_scan_mutex;
struct delayed_work hotplug_task;
struct work_struct scsi_rescan_task;
unsigned int hsm_task_state;
u32 msg_enable;
struct list_head eh_done_q;
wait_queue_head_t eh_wait_q;
int eh_tries;
struct completion park_req_pending;
pm_message_t pm_mesg;
enum ata_lpm_policy target_lpm_policy;
struct timer_list fastdrain_timer;
long unsigned int fastdrain_cnt;
int em_message_type;
void *private_data;
struct ata_acpi_gtm __acpi_init_gtm;
u8 sector_buf[512];
};
4.13
: ✅struct ata_port {
struct Scsi_Host *scsi_host;
struct ata_port_operations *ops;
spinlock_t *lock;
long unsigned int flags;
unsigned int pflags;
unsigned int print_id;
unsigned int local_port_no;
unsigned int port_no;
struct ata_ioports ioaddr;
u8 ctl;
u8 last_ctl;
struct ata_link *sff_pio_task_link;
struct delayed_work sff_pio_task;
struct ata_bmdma_prd *bmdma_prd;
dma_addr_t bmdma_prd_dma;
unsigned int pio_mask;
unsigned int mwdma_mask;
unsigned int udma_mask;
unsigned int cbl;
struct ata_queued_cmd qcmd[32];
long unsigned int sas_tag_allocated;
unsigned int qc_active;
int nr_active_links;
unsigned int sas_last_tag;
struct ata_link link;
struct ata_link *slave_link;
int nr_pmp_links;
struct ata_link *pmp_link;
struct ata_link *excl_link;
struct ata_port_stats stats;
struct ata_host *host;
struct device *dev;
struct device tdev;
struct mutex scsi_scan_mutex;
struct delayed_work hotplug_task;
struct work_struct scsi_rescan_task;
unsigned int hsm_task_state;
u32 msg_enable;
struct list_head eh_done_q;
wait_queue_head_t eh_wait_q;
int eh_tries;
struct completion park_req_pending;
pm_message_t pm_mesg;
enum ata_lpm_policy target_lpm_policy;
struct timer_list fastdrain_timer;
long unsigned int fastdrain_cnt;
int em_message_type;
void *private_data;
struct ata_acpi_gtm __acpi_init_gtm;
u8 sector_buf[512];
};
4.15
: ✅struct ata_port {
struct Scsi_Host *scsi_host;
struct ata_port_operations *ops;
spinlock_t *lock;
long unsigned int flags;
unsigned int pflags;
unsigned int print_id;
unsigned int local_port_no;
unsigned int port_no;
struct ata_ioports ioaddr;
u8 ctl;
u8 last_ctl;
struct ata_link *sff_pio_task_link;
struct delayed_work sff_pio_task;
struct ata_bmdma_prd *bmdma_prd;
dma_addr_t bmdma_prd_dma;
unsigned int pio_mask;
unsigned int mwdma_mask;
unsigned int udma_mask;
unsigned int cbl;
struct ata_queued_cmd qcmd[32];
long unsigned int sas_tag_allocated;
unsigned int qc_active;
int nr_active_links;
unsigned int sas_last_tag;
struct ata_link link;
struct ata_link *slave_link;
int nr_pmp_links;
struct ata_link *pmp_link;
struct ata_link *excl_link;
struct ata_port_stats stats;
struct ata_host *host;
struct device *dev;
struct device tdev;
struct mutex scsi_scan_mutex;
struct delayed_work hotplug_task;
struct work_struct scsi_rescan_task;
unsigned int hsm_task_state;
u32 msg_enable;
struct list_head eh_done_q;
wait_queue_head_t eh_wait_q;
int eh_tries;
struct completion park_req_pending;
pm_message_t pm_mesg;
enum ata_lpm_policy target_lpm_policy;
struct timer_list fastdrain_timer;
long unsigned int fastdrain_cnt;
int em_message_type;
void *private_data;
struct ata_acpi_gtm __acpi_init_gtm;
u8 sector_buf[512];
};
4.18
: ✅struct ata_port {
struct Scsi_Host *scsi_host;
struct ata_port_operations *ops;
spinlock_t *lock;
long unsigned int flags;
unsigned int pflags;
unsigned int print_id;
unsigned int local_port_no;
unsigned int port_no;
struct ata_ioports ioaddr;
u8 ctl;
u8 last_ctl;
struct ata_link *sff_pio_task_link;
struct delayed_work sff_pio_task;
struct ata_bmdma_prd *bmdma_prd;
dma_addr_t bmdma_prd_dma;
unsigned int pio_mask;
unsigned int mwdma_mask;
unsigned int udma_mask;
unsigned int cbl;
struct ata_queued_cmd qcmd[33];
long unsigned int sas_tag_allocated;
u64 qc_active;
int nr_active_links;
unsigned int sas_last_tag;
struct ata_link link;
struct ata_link *slave_link;
int nr_pmp_links;
struct ata_link *pmp_link;
struct ata_link *excl_link;
struct ata_port_stats stats;
struct ata_host *host;
struct device *dev;
struct device tdev;
struct mutex scsi_scan_mutex;
struct delayed_work hotplug_task;
struct work_struct scsi_rescan_task;
unsigned int hsm_task_state;
u32 msg_enable;
struct list_head eh_done_q;
wait_queue_head_t eh_wait_q;
int eh_tries;
struct completion park_req_pending;
pm_message_t pm_mesg;
enum ata_lpm_policy target_lpm_policy;
struct timer_list fastdrain_timer;
long unsigned int fastdrain_cnt;
int em_message_type;
void *private_data;
struct ata_acpi_gtm __acpi_init_gtm;
u8 sector_buf[512];
};
5.0
: ✅struct ata_port {
struct Scsi_Host *scsi_host;
struct ata_port_operations *ops;
spinlock_t *lock;
long unsigned int flags;
unsigned int pflags;
unsigned int print_id;
unsigned int local_port_no;
unsigned int port_no;
struct ata_ioports ioaddr;
u8 ctl;
u8 last_ctl;
struct ata_link *sff_pio_task_link;
struct delayed_work sff_pio_task;
struct ata_bmdma_prd *bmdma_prd;
dma_addr_t bmdma_prd_dma;
unsigned int pio_mask;
unsigned int mwdma_mask;
unsigned int udma_mask;
unsigned int cbl;
struct ata_queued_cmd qcmd[33];
long unsigned int sas_tag_allocated;
u64 qc_active;
int nr_active_links;
unsigned int sas_last_tag;
struct ata_link link;
struct ata_link *slave_link;
int nr_pmp_links;
struct ata_link *pmp_link;
struct ata_link *excl_link;
struct ata_port_stats stats;
struct ata_host *host;
struct device *dev;
struct device tdev;
struct mutex scsi_scan_mutex;
struct delayed_work hotplug_task;
struct work_struct scsi_rescan_task;
unsigned int hsm_task_state;
u32 msg_enable;
struct list_head eh_done_q;
wait_queue_head_t eh_wait_q;
int eh_tries;
struct completion park_req_pending;
pm_message_t pm_mesg;
enum ata_lpm_policy target_lpm_policy;
struct timer_list fastdrain_timer;
long unsigned int fastdrain_cnt;
int em_message_type;
void *private_data;
struct ata_acpi_gtm __acpi_init_gtm;
u8 sector_buf[512];
};
5.3
: ✅struct ata_port {
struct Scsi_Host *scsi_host;
struct ata_port_operations *ops;
spinlock_t *lock;
long unsigned int flags;
unsigned int pflags;
unsigned int print_id;
unsigned int local_port_no;
unsigned int port_no;
struct ata_ioports ioaddr;
u8 ctl;
u8 last_ctl;
struct ata_link *sff_pio_task_link;
struct delayed_work sff_pio_task;
struct ata_bmdma_prd *bmdma_prd;
dma_addr_t bmdma_prd_dma;
unsigned int pio_mask;
unsigned int mwdma_mask;
unsigned int udma_mask;
unsigned int cbl;
struct ata_queued_cmd qcmd[33];
long unsigned int sas_tag_allocated;
u64 qc_active;
int nr_active_links;
unsigned int sas_last_tag;
struct ata_link link;
struct ata_link *slave_link;
int nr_pmp_links;
struct ata_link *pmp_link;
struct ata_link *excl_link;
struct ata_port_stats stats;
struct ata_host *host;
struct device *dev;
struct device tdev;
struct mutex scsi_scan_mutex;
struct delayed_work hotplug_task;
struct work_struct scsi_rescan_task;
unsigned int hsm_task_state;
u32 msg_enable;
struct list_head eh_done_q;
wait_queue_head_t eh_wait_q;
int eh_tries;
struct completion park_req_pending;
pm_message_t pm_mesg;
enum ata_lpm_policy target_lpm_policy;
struct timer_list fastdrain_timer;
long unsigned int fastdrain_cnt;
int em_message_type;
void *private_data;
struct ata_acpi_gtm __acpi_init_gtm;
u8 sector_buf[512];
};
5.4
: ✅struct ata_port {
struct Scsi_Host *scsi_host;
struct ata_port_operations *ops;
spinlock_t *lock;
long unsigned int flags;
unsigned int pflags;
unsigned int print_id;
unsigned int local_port_no;
unsigned int port_no;
struct ata_ioports ioaddr;
u8 ctl;
u8 last_ctl;
struct ata_link *sff_pio_task_link;
struct delayed_work sff_pio_task;
struct ata_bmdma_prd *bmdma_prd;
dma_addr_t bmdma_prd_dma;
unsigned int pio_mask;
unsigned int mwdma_mask;
unsigned int udma_mask;
unsigned int cbl;
struct ata_queued_cmd qcmd[33];
long unsigned int sas_tag_allocated;
u64 qc_active;
int nr_active_links;
unsigned int sas_last_tag;
struct ata_link link;
struct ata_link *slave_link;
int nr_pmp_links;
struct ata_link *pmp_link;
struct ata_link *excl_link;
struct ata_port_stats stats;
struct ata_host *host;
struct device *dev;
struct device tdev;
struct mutex scsi_scan_mutex;
struct delayed_work hotplug_task;
struct work_struct scsi_rescan_task;
unsigned int hsm_task_state;
u32 msg_enable;
struct list_head eh_done_q;
wait_queue_head_t eh_wait_q;
int eh_tries;
struct completion park_req_pending;
pm_message_t pm_mesg;
enum ata_lpm_policy target_lpm_policy;
struct timer_list fastdrain_timer;
long unsigned int fastdrain_cnt;
int em_message_type;
void *private_data;
struct ata_acpi_gtm __acpi_init_gtm;
u8 sector_buf[512];
};
5.8
: ✅struct ata_port {
struct Scsi_Host *scsi_host;
struct ata_port_operations *ops;
spinlock_t *lock;
long unsigned int flags;
unsigned int pflags;
unsigned int print_id;
unsigned int local_port_no;
unsigned int port_no;
struct ata_ioports ioaddr;
u8 ctl;
u8 last_ctl;
struct ata_link *sff_pio_task_link;
struct delayed_work sff_pio_task;
struct ata_bmdma_prd *bmdma_prd;
dma_addr_t bmdma_prd_dma;
unsigned int pio_mask;
unsigned int mwdma_mask;
unsigned int udma_mask;
unsigned int cbl;
struct ata_queued_cmd qcmd[33];
long unsigned int sas_tag_allocated;
u64 qc_active;
int nr_active_links;
unsigned int sas_last_tag;
struct ata_link link;
struct ata_link *slave_link;
int nr_pmp_links;
struct ata_link *pmp_link;
struct ata_link *excl_link;
struct ata_port_stats stats;
struct ata_host *host;
struct device *dev;
struct device tdev;
struct mutex scsi_scan_mutex;
struct delayed_work hotplug_task;
struct work_struct scsi_rescan_task;
unsigned int hsm_task_state;
u32 msg_enable;
struct list_head eh_done_q;
wait_queue_head_t eh_wait_q;
int eh_tries;
struct completion park_req_pending;
pm_message_t pm_mesg;
enum ata_lpm_policy target_lpm_policy;
struct timer_list fastdrain_timer;
long unsigned int fastdrain_cnt;
async_cookie_t cookie;
int em_message_type;
void *private_data;
struct ata_acpi_gtm __acpi_init_gtm;
u8 sector_buf[512];
};
5.11
: ✅struct ata_port {
struct Scsi_Host *scsi_host;
struct ata_port_operations *ops;
spinlock_t *lock;
long unsigned int flags;
unsigned int pflags;
unsigned int print_id;
unsigned int local_port_no;
unsigned int port_no;
struct ata_ioports ioaddr;
u8 ctl;
u8 last_ctl;
struct ata_link *sff_pio_task_link;
struct delayed_work sff_pio_task;
struct ata_bmdma_prd *bmdma_prd;
dma_addr_t bmdma_prd_dma;
unsigned int pio_mask;
unsigned int mwdma_mask;
unsigned int udma_mask;
unsigned int cbl;
struct ata_queued_cmd qcmd[33];
long unsigned int sas_tag_allocated;
u64 qc_active;
int nr_active_links;
unsigned int sas_last_tag;
struct ata_link link;
struct ata_link *slave_link;
int nr_pmp_links;
struct ata_link *pmp_link;
struct ata_link *excl_link;
struct ata_port_stats stats;
struct ata_host *host;
struct device *dev;
struct device tdev;
struct mutex scsi_scan_mutex;
struct delayed_work hotplug_task;
struct work_struct scsi_rescan_task;
unsigned int hsm_task_state;
u32 msg_enable;
struct list_head eh_done_q;
wait_queue_head_t eh_wait_q;
int eh_tries;
struct completion park_req_pending;
pm_message_t pm_mesg;
enum ata_lpm_policy target_lpm_policy;
struct timer_list fastdrain_timer;
long unsigned int fastdrain_cnt;
async_cookie_t cookie;
int em_message_type;
void *private_data;
struct ata_acpi_gtm __acpi_init_gtm;
u8 sector_buf[512];
};
5.13
: ✅struct ata_port {
struct Scsi_Host *scsi_host;
struct ata_port_operations *ops;
spinlock_t *lock;
long unsigned int flags;
unsigned int pflags;
unsigned int print_id;
unsigned int local_port_no;
unsigned int port_no;
struct ata_ioports ioaddr;
u8 ctl;
u8 last_ctl;
struct ata_link *sff_pio_task_link;
struct delayed_work sff_pio_task;
struct ata_bmdma_prd *bmdma_prd;
dma_addr_t bmdma_prd_dma;
unsigned int pio_mask;
unsigned int mwdma_mask;
unsigned int udma_mask;
unsigned int cbl;
struct ata_queued_cmd qcmd[33];
long unsigned int sas_tag_allocated;
u64 qc_active;
int nr_active_links;
unsigned int sas_last_tag;
struct ata_link link;
struct ata_link *slave_link;
int nr_pmp_links;
struct ata_link *pmp_link;
struct ata_link *excl_link;
struct ata_port_stats stats;
struct ata_host *host;
struct device *dev;
struct device tdev;
struct mutex scsi_scan_mutex;
struct delayed_work hotplug_task;
struct work_struct scsi_rescan_task;
unsigned int hsm_task_state;
u32 msg_enable;
struct list_head eh_done_q;
wait_queue_head_t eh_wait_q;
int eh_tries;
struct completion park_req_pending;
pm_message_t pm_mesg;
enum ata_lpm_policy target_lpm_policy;
struct timer_list fastdrain_timer;
long unsigned int fastdrain_cnt;
async_cookie_t cookie;
int em_message_type;
void *private_data;
struct ata_acpi_gtm __acpi_init_gtm;
u8 sector_buf[512];
};
5.15
: ✅struct ata_port {
struct Scsi_Host *scsi_host;
struct ata_port_operations *ops;
spinlock_t *lock;
long unsigned int flags;
unsigned int pflags;
unsigned int print_id;
unsigned int local_port_no;
unsigned int port_no;
struct ata_ioports ioaddr;
u8 ctl;
u8 last_ctl;
struct ata_link *sff_pio_task_link;
struct delayed_work sff_pio_task;
struct ata_bmdma_prd *bmdma_prd;
dma_addr_t bmdma_prd_dma;
unsigned int pio_mask;
unsigned int mwdma_mask;
unsigned int udma_mask;
unsigned int cbl;
struct ata_queued_cmd qcmd[33];
long unsigned int sas_tag_allocated;
u64 qc_active;
int nr_active_links;
unsigned int sas_last_tag;
struct ata_link link;
struct ata_link *slave_link;
int nr_pmp_links;
struct ata_link *pmp_link;
struct ata_link *excl_link;
struct ata_port_stats stats;
struct ata_host *host;
struct device *dev;
struct device tdev;
struct mutex scsi_scan_mutex;
struct delayed_work hotplug_task;
struct work_struct scsi_rescan_task;
unsigned int hsm_task_state;
u32 msg_enable;
struct list_head eh_done_q;
wait_queue_head_t eh_wait_q;
int eh_tries;
struct completion park_req_pending;
pm_message_t pm_mesg;
enum ata_lpm_policy target_lpm_policy;
struct timer_list fastdrain_timer;
long unsigned int fastdrain_cnt;
async_cookie_t cookie;
int em_message_type;
void *private_data;
struct ata_acpi_gtm __acpi_init_gtm;
u8 sector_buf[512];
};
5.19
: ✅struct ata_port {
struct Scsi_Host *scsi_host;
struct ata_port_operations *ops;
spinlock_t *lock;
long unsigned int flags;
unsigned int pflags;
unsigned int print_id;
unsigned int local_port_no;
unsigned int port_no;
struct ata_ioports ioaddr;
u8 ctl;
u8 last_ctl;
struct ata_link *sff_pio_task_link;
struct delayed_work sff_pio_task;
struct ata_bmdma_prd *bmdma_prd;
dma_addr_t bmdma_prd_dma;
unsigned int pio_mask;
unsigned int mwdma_mask;
unsigned int udma_mask;
unsigned int cbl;
struct ata_queued_cmd qcmd[33];
u64 qc_active;
int nr_active_links;
struct ata_link link;
struct ata_link *slave_link;
int nr_pmp_links;
struct ata_link *pmp_link;
struct ata_link *excl_link;
struct ata_port_stats stats;
struct ata_host *host;
struct device *dev;
struct device tdev;
struct mutex scsi_scan_mutex;
struct delayed_work hotplug_task;
struct work_struct scsi_rescan_task;
unsigned int hsm_task_state;
struct list_head eh_done_q;
wait_queue_head_t eh_wait_q;
int eh_tries;
struct completion park_req_pending;
pm_message_t pm_mesg;
enum ata_lpm_policy target_lpm_policy;
struct timer_list fastdrain_timer;
long unsigned int fastdrain_cnt;
async_cookie_t cookie;
int em_message_type;
void *private_data;
struct ata_acpi_gtm __acpi_init_gtm;
u8 sector_buf[512];
};
6.2
: ✅struct ata_port {
struct Scsi_Host *scsi_host;
struct ata_port_operations *ops;
spinlock_t *lock;
long unsigned int flags;
unsigned int pflags;
unsigned int print_id;
unsigned int local_port_no;
unsigned int port_no;
struct ata_ioports ioaddr;
u8 ctl;
u8 last_ctl;
struct ata_link *sff_pio_task_link;
struct delayed_work sff_pio_task;
struct ata_bmdma_prd *bmdma_prd;
dma_addr_t bmdma_prd_dma;
unsigned int pio_mask;
unsigned int mwdma_mask;
unsigned int udma_mask;
unsigned int cbl;
struct ata_queued_cmd qcmd[33];
u64 qc_active;
int nr_active_links;
struct ata_link link;
struct ata_link *slave_link;
int nr_pmp_links;
struct ata_link *pmp_link;
struct ata_link *excl_link;
struct ata_port_stats stats;
struct ata_host *host;
struct device *dev;
struct device tdev;
struct mutex scsi_scan_mutex;
struct delayed_work hotplug_task;
struct work_struct scsi_rescan_task;
unsigned int hsm_task_state;
struct list_head eh_done_q;
wait_queue_head_t eh_wait_q;
int eh_tries;
struct completion park_req_pending;
pm_message_t pm_mesg;
enum ata_lpm_policy target_lpm_policy;
struct timer_list fastdrain_timer;
unsigned int fastdrain_cnt;
async_cookie_t cookie;
int em_message_type;
void *private_data;
struct ata_acpi_gtm __acpi_init_gtm;
u8 sector_buf[512];
};
6.5
: ✅struct ata_port {
struct Scsi_Host *scsi_host;
struct ata_port_operations *ops;
spinlock_t *lock;
long unsigned int flags;
unsigned int pflags;
unsigned int print_id;
unsigned int local_port_no;
unsigned int port_no;
struct ata_ioports ioaddr;
u8 ctl;
u8 last_ctl;
struct ata_link *sff_pio_task_link;
struct delayed_work sff_pio_task;
struct ata_bmdma_prd *bmdma_prd;
dma_addr_t bmdma_prd_dma;
unsigned int pio_mask;
unsigned int mwdma_mask;
unsigned int udma_mask;
unsigned int cbl;
struct ata_queued_cmd qcmd[33];
u64 qc_active;
int nr_active_links;
struct ata_link link;
struct ata_link *slave_link;
int nr_pmp_links;
struct ata_link *pmp_link;
struct ata_link *excl_link;
struct ata_port_stats stats;
struct ata_host *host;
struct device *dev;
struct device tdev;
struct mutex scsi_scan_mutex;
struct delayed_work hotplug_task;
struct delayed_work scsi_rescan_task;
unsigned int hsm_task_state;
struct list_head eh_done_q;
wait_queue_head_t eh_wait_q;
int eh_tries;
struct completion park_req_pending;
pm_message_t pm_mesg;
enum ata_lpm_policy target_lpm_policy;
struct timer_list fastdrain_timer;
unsigned int fastdrain_cnt;
async_cookie_t cookie;
int em_message_type;
void *private_data;
struct ata_acpi_gtm __acpi_init_gtm;
u8 *ncq_sense_buf;
u8 sector_buf[512];
};
6.8
: ✅struct ata_port {
struct Scsi_Host *scsi_host;
struct ata_port_operations *ops;
spinlock_t *lock;
long unsigned int flags;
unsigned int pflags;
unsigned int print_id;
unsigned int local_port_no;
unsigned int port_no;
struct ata_ioports ioaddr;
u8 ctl;
u8 last_ctl;
struct ata_link *sff_pio_task_link;
struct delayed_work sff_pio_task;
struct ata_bmdma_prd *bmdma_prd;
dma_addr_t bmdma_prd_dma;
unsigned int pio_mask;
unsigned int mwdma_mask;
unsigned int udma_mask;
unsigned int cbl;
struct ata_queued_cmd qcmd[33];
u64 qc_active;
int nr_active_links;
struct ata_link link;
struct ata_link *slave_link;
int nr_pmp_links;
struct ata_link *pmp_link;
struct ata_link *excl_link;
struct ata_port_stats stats;
struct ata_host *host;
struct device *dev;
struct device tdev;
struct mutex scsi_scan_mutex;
struct delayed_work hotplug_task;
struct delayed_work scsi_rescan_task;
unsigned int hsm_task_state;
struct list_head eh_done_q;
wait_queue_head_t eh_wait_q;
int eh_tries;
struct completion park_req_pending;
pm_message_t pm_mesg;
enum ata_lpm_policy target_lpm_policy;
struct timer_list fastdrain_timer;
unsigned int fastdrain_cnt;
async_cookie_t cookie;
int em_message_type;
void *private_data;
struct ata_acpi_gtm __acpi_init_gtm;
u8 *ncq_sense_buf;
u8 sector_buf[512];
};
arm64
: ✅struct ata_port {
struct Scsi_Host *scsi_host;
struct ata_port_operations *ops;
spinlock_t *lock;
long unsigned int flags;
unsigned int pflags;
unsigned int print_id;
unsigned int local_port_no;
unsigned int port_no;
struct ata_ioports ioaddr;
u8 ctl;
u8 last_ctl;
struct ata_link *sff_pio_task_link;
struct delayed_work sff_pio_task;
struct ata_bmdma_prd *bmdma_prd;
dma_addr_t bmdma_prd_dma;
unsigned int pio_mask;
unsigned int mwdma_mask;
unsigned int udma_mask;
unsigned int cbl;
struct ata_queued_cmd qcmd[33];
long unsigned int sas_tag_allocated;
u64 qc_active;
int nr_active_links;
unsigned int sas_last_tag;
struct ata_link link;
struct ata_link *slave_link;
int nr_pmp_links;
struct ata_link *pmp_link;
struct ata_link *excl_link;
struct ata_port_stats stats;
struct ata_host *host;
struct device *dev;
struct device tdev;
struct mutex scsi_scan_mutex;
struct delayed_work hotplug_task;
struct work_struct scsi_rescan_task;
unsigned int hsm_task_state;
u32 msg_enable;
struct list_head eh_done_q;
wait_queue_head_t eh_wait_q;
int eh_tries;
struct completion park_req_pending;
pm_message_t pm_mesg;
enum ata_lpm_policy target_lpm_policy;
struct timer_list fastdrain_timer;
long unsigned int fastdrain_cnt;
int em_message_type;
void *private_data;
struct ata_acpi_gtm __acpi_init_gtm;
u8 sector_buf[512];
};
armhf
: ✅struct ata_port {
struct Scsi_Host *scsi_host;
struct ata_port_operations *ops;
spinlock_t *lock;
long unsigned int flags;
unsigned int pflags;
unsigned int print_id;
unsigned int local_port_no;
unsigned int port_no;
struct ata_ioports ioaddr;
u8 ctl;
u8 last_ctl;
struct ata_link *sff_pio_task_link;
struct delayed_work sff_pio_task;
struct ata_bmdma_prd *bmdma_prd;
dma_addr_t bmdma_prd_dma;
unsigned int pio_mask;
unsigned int mwdma_mask;
unsigned int udma_mask;
unsigned int cbl;
struct ata_queued_cmd qcmd[33];
long unsigned int sas_tag_allocated;
u64 qc_active;
int nr_active_links;
unsigned int sas_last_tag;
struct ata_link link;
struct ata_link *slave_link;
int nr_pmp_links;
struct ata_link *pmp_link;
struct ata_link *excl_link;
struct ata_port_stats stats;
struct ata_host *host;
struct device *dev;
struct device tdev;
struct mutex scsi_scan_mutex;
struct delayed_work hotplug_task;
struct work_struct scsi_rescan_task;
unsigned int hsm_task_state;
u32 msg_enable;
struct list_head eh_done_q;
wait_queue_head_t eh_wait_q;
int eh_tries;
struct completion park_req_pending;
pm_message_t pm_mesg;
enum ata_lpm_policy target_lpm_policy;
struct timer_list fastdrain_timer;
long unsigned int fastdrain_cnt;
int em_message_type;
void *private_data;
u8 sector_buf[512];
};
ppc64el
: ✅struct ata_port {
struct Scsi_Host *scsi_host;
struct ata_port_operations *ops;
spinlock_t *lock;
long unsigned int flags;
unsigned int pflags;
unsigned int print_id;
unsigned int local_port_no;
unsigned int port_no;
struct ata_ioports ioaddr;
u8 ctl;
u8 last_ctl;
struct ata_link *sff_pio_task_link;
struct delayed_work sff_pio_task;
struct ata_bmdma_prd *bmdma_prd;
dma_addr_t bmdma_prd_dma;
unsigned int pio_mask;
unsigned int mwdma_mask;
unsigned int udma_mask;
unsigned int cbl;
struct ata_queued_cmd qcmd[33];
long unsigned int sas_tag_allocated;
u64 qc_active;
int nr_active_links;
unsigned int sas_last_tag;
struct ata_link link;
struct ata_link *slave_link;
int nr_pmp_links;
struct ata_link *pmp_link;
struct ata_link *excl_link;
struct ata_port_stats stats;
struct ata_host *host;
struct device *dev;
struct device tdev;
struct mutex scsi_scan_mutex;
struct delayed_work hotplug_task;
struct work_struct scsi_rescan_task;
unsigned int hsm_task_state;
u32 msg_enable;
struct list_head eh_done_q;
wait_queue_head_t eh_wait_q;
int eh_tries;
struct completion park_req_pending;
pm_message_t pm_mesg;
enum ata_lpm_policy target_lpm_policy;
struct timer_list fastdrain_timer;
long unsigned int fastdrain_cnt;
int em_message_type;
void *private_data;
u8 sector_buf[512];
};
riscv64
: ✅struct ata_port {
struct Scsi_Host *scsi_host;
struct ata_port_operations *ops;
spinlock_t *lock;
long unsigned int flags;
unsigned int pflags;
unsigned int print_id;
unsigned int local_port_no;
unsigned int port_no;
struct ata_ioports ioaddr;
u8 ctl;
u8 last_ctl;
struct ata_link *sff_pio_task_link;
struct delayed_work sff_pio_task;
struct ata_bmdma_prd *bmdma_prd;
dma_addr_t bmdma_prd_dma;
unsigned int pio_mask;
unsigned int mwdma_mask;
unsigned int udma_mask;
unsigned int cbl;
struct ata_queued_cmd qcmd[33];
long unsigned int sas_tag_allocated;
u64 qc_active;
int nr_active_links;
unsigned int sas_last_tag;
struct ata_link link;
struct ata_link *slave_link;
int nr_pmp_links;
struct ata_link *pmp_link;
struct ata_link *excl_link;
struct ata_port_stats stats;
struct ata_host *host;
struct device *dev;
struct device tdev;
struct mutex scsi_scan_mutex;
struct delayed_work hotplug_task;
struct work_struct scsi_rescan_task;
unsigned int hsm_task_state;
u32 msg_enable;
struct list_head eh_done_q;
wait_queue_head_t eh_wait_q;
int eh_tries;
struct completion park_req_pending;
pm_message_t pm_mesg;
enum ata_lpm_policy target_lpm_policy;
struct timer_list fastdrain_timer;
long unsigned int fastdrain_cnt;
int em_message_type;
void *private_data;
u8 sector_buf[512];
};
aws
: ✅struct ata_port {
struct Scsi_Host *scsi_host;
struct ata_port_operations *ops;
spinlock_t *lock;
long unsigned int flags;
unsigned int pflags;
unsigned int print_id;
unsigned int local_port_no;
unsigned int port_no;
struct ata_ioports ioaddr;
u8 ctl;
u8 last_ctl;
struct ata_link *sff_pio_task_link;
struct delayed_work sff_pio_task;
struct ata_bmdma_prd *bmdma_prd;
dma_addr_t bmdma_prd_dma;
unsigned int pio_mask;
unsigned int mwdma_mask;
unsigned int udma_mask;
unsigned int cbl;
struct ata_queued_cmd qcmd[33];
long unsigned int sas_tag_allocated;
u64 qc_active;
int nr_active_links;
unsigned int sas_last_tag;
struct ata_link link;
struct ata_link *slave_link;
int nr_pmp_links;
struct ata_link *pmp_link;
struct ata_link *excl_link;
struct ata_port_stats stats;
struct ata_host *host;
struct device *dev;
struct device tdev;
struct mutex scsi_scan_mutex;
struct delayed_work hotplug_task;
struct work_struct scsi_rescan_task;
unsigned int hsm_task_state;
u32 msg_enable;
struct list_head eh_done_q;
wait_queue_head_t eh_wait_q;
int eh_tries;
struct completion park_req_pending;
pm_message_t pm_mesg;
enum ata_lpm_policy target_lpm_policy;
struct timer_list fastdrain_timer;
long unsigned int fastdrain_cnt;
int em_message_type;
void *private_data;
struct ata_acpi_gtm __acpi_init_gtm;
u8 sector_buf[512];
};
azure
: ✅struct ata_port {
struct Scsi_Host *scsi_host;
struct ata_port_operations *ops;
spinlock_t *lock;
long unsigned int flags;
unsigned int pflags;
unsigned int print_id;
unsigned int local_port_no;
unsigned int port_no;
struct ata_ioports ioaddr;
u8 ctl;
u8 last_ctl;
struct ata_link *sff_pio_task_link;
struct delayed_work sff_pio_task;
struct ata_bmdma_prd *bmdma_prd;
dma_addr_t bmdma_prd_dma;
unsigned int pio_mask;
unsigned int mwdma_mask;
unsigned int udma_mask;
unsigned int cbl;
struct ata_queued_cmd qcmd[33];
long unsigned int sas_tag_allocated;
u64 qc_active;
int nr_active_links;
unsigned int sas_last_tag;
struct ata_link link;
struct ata_link *slave_link;
int nr_pmp_links;
struct ata_link *pmp_link;
struct ata_link *excl_link;
struct ata_port_stats stats;
struct ata_host *host;
struct device *dev;
struct device tdev;
struct mutex scsi_scan_mutex;
struct delayed_work hotplug_task;
struct work_struct scsi_rescan_task;
unsigned int hsm_task_state;
u32 msg_enable;
struct list_head eh_done_q;
wait_queue_head_t eh_wait_q;
int eh_tries;
struct completion park_req_pending;
pm_message_t pm_mesg;
enum ata_lpm_policy target_lpm_policy;
struct timer_list fastdrain_timer;
long unsigned int fastdrain_cnt;
int em_message_type;
void *private_data;
struct ata_acpi_gtm __acpi_init_gtm;
u8 sector_buf[512];
};
gcp
: ✅struct ata_port {
struct Scsi_Host *scsi_host;
struct ata_port_operations *ops;
spinlock_t *lock;
long unsigned int flags;
unsigned int pflags;
unsigned int print_id;
unsigned int local_port_no;
unsigned int port_no;
struct ata_ioports ioaddr;
u8 ctl;
u8 last_ctl;
struct ata_link *sff_pio_task_link;
struct delayed_work sff_pio_task;
struct ata_bmdma_prd *bmdma_prd;
dma_addr_t bmdma_prd_dma;
unsigned int pio_mask;
unsigned int mwdma_mask;
unsigned int udma_mask;
unsigned int cbl;
struct ata_queued_cmd qcmd[33];
long unsigned int sas_tag_allocated;
u64 qc_active;
int nr_active_links;
unsigned int sas_last_tag;
struct ata_link link;
struct ata_link *slave_link;
int nr_pmp_links;
struct ata_link *pmp_link;
struct ata_link *excl_link;
struct ata_port_stats stats;
struct ata_host *host;
struct device *dev;
struct device tdev;
struct mutex scsi_scan_mutex;
struct delayed_work hotplug_task;
struct work_struct scsi_rescan_task;
unsigned int hsm_task_state;
u32 msg_enable;
struct list_head eh_done_q;
wait_queue_head_t eh_wait_q;
int eh_tries;
struct completion park_req_pending;
pm_message_t pm_mesg;
enum ata_lpm_policy target_lpm_policy;
struct timer_list fastdrain_timer;
long unsigned int fastdrain_cnt;
int em_message_type;
void *private_data;
struct ata_acpi_gtm __acpi_init_gtm;
u8 sector_buf[512];
};
lowlatency
: ✅struct ata_port {
struct Scsi_Host *scsi_host;
struct ata_port_operations *ops;
spinlock_t *lock;
long unsigned int flags;
unsigned int pflags;
unsigned int print_id;
unsigned int local_port_no;
unsigned int port_no;
struct ata_ioports ioaddr;
u8 ctl;
u8 last_ctl;
struct ata_link *sff_pio_task_link;
struct delayed_work sff_pio_task;
struct ata_bmdma_prd *bmdma_prd;
dma_addr_t bmdma_prd_dma;
unsigned int pio_mask;
unsigned int mwdma_mask;
unsigned int udma_mask;
unsigned int cbl;
struct ata_queued_cmd qcmd[33];
long unsigned int sas_tag_allocated;
u64 qc_active;
int nr_active_links;
unsigned int sas_last_tag;
struct ata_link link;
struct ata_link *slave_link;
int nr_pmp_links;
struct ata_link *pmp_link;
struct ata_link *excl_link;
struct ata_port_stats stats;
struct ata_host *host;
struct device *dev;
struct device tdev;
struct mutex scsi_scan_mutex;
struct delayed_work hotplug_task;
struct work_struct scsi_rescan_task;
unsigned int hsm_task_state;
u32 msg_enable;
struct list_head eh_done_q;
wait_queue_head_t eh_wait_q;
int eh_tries;
struct completion park_req_pending;
pm_message_t pm_mesg;
enum ata_lpm_policy target_lpm_policy;
struct timer_list fastdrain_timer;
long unsigned int fastdrain_cnt;
int em_message_type;
void *private_data;
struct ata_acpi_gtm __acpi_init_gtm;
u8 sector_buf[512];
};
Regular
4.4
and 4.8
✅
4.8
and 4.10
✅
4.10
and 4.13
✅
4.13
and 4.15
✅
4.15
and 4.18
⚠️struct ata_queued_cmd qcmd[32]
➡️ struct ata_queued_cmd qcmd[33]
unsigned int qc_active
➡️ u64 qc_active
4.18
and 5.0
✅
5.0
and 5.3
✅
5.3
and 5.4
✅
5.4
and 5.8
⚠️async_cookie_t cookie
5.8
and 5.11
✅
5.11
and 5.13
✅
5.13
and 5.15
✅
5.15
and 5.19
⚠️long unsigned int sas_tag_allocated
unsigned int sas_last_tag
u32 msg_enable
5.19
and 6.2
⚠️long unsigned int fastdrain_cnt
➡️ unsigned int fastdrain_cnt
6.2
and 6.5
⚠️u8 *ncq_sense_buf
struct work_struct scsi_rescan_task
➡️ struct delayed_work scsi_rescan_task
6.5
and 6.8
✅
amd64
and arm64
✅
amd64
and armhf
⚠️struct ata_acpi_gtm __acpi_init_gtm
amd64
and ppc64el
⚠️struct ata_acpi_gtm __acpi_init_gtm
amd64
and riscv64
⚠️struct ata_acpi_gtm __acpi_init_gtm
generic
and aws
✅
generic
and azure
✅
generic
and gcp
✅
generic
and lowlatency
✅