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