Lines Matching defs:ata_port
812 struct ata_port { struct
814 struct ata_port_operations *ops; argument
815 spinlock_t *lock;
818 unsigned long flags; /* ATA_FLAG_xxx */
820 unsigned int pflags; /* ATA_PFLAG_xxx */
821 unsigned int print_id; /* user visible unique port ID */
822 unsigned int local_port_no; /* host local port num */
823 unsigned int port_no; /* 0 based port no. inside the host */
826 struct ata_ioports ioaddr; /* ATA cmd/ctl/dma register blocks */
827 u8 ctl; /* cache of ATA control register */
828 u8 last_ctl; /* Cache last written value */
829 struct ata_link* sff_pio_task_link; /* link currently used */
830 struct delayed_work sff_pio_task;
855 struct ata_port_stats stats; argument
856 struct ata_host *host;
857 struct device *dev;
858 struct device tdev;
860 struct mutex scsi_scan_mutex;
861 struct delayed_work hotplug_task;
862 struct work_struct scsi_rescan_task;
864 unsigned int hsm_task_state;
866 u32 msg_enable;
867 struct list_head eh_done_q;
868 wait_queue_head_t eh_wait_q;
869 int eh_tries;
870 struct completion park_req_pending;
872 pm_message_t pm_mesg;
873 enum ata_lpm_policy target_lpm_policy;
897 struct ata_port_operations { argument
910 int (*cable_detect)(struct ata_port *ap); argument