Lines Matching defs:ata_port
815 struct ata_port { struct
817 struct ata_port_operations *ops; argument
818 spinlock_t *lock;
821 unsigned long flags; /* ATA_FLAG_xxx */
823 unsigned int pflags; /* ATA_PFLAG_xxx */
824 unsigned int print_id; /* user visible unique port ID */
825 unsigned int local_port_no; /* host local port num */
826 unsigned int port_no; /* 0 based port no. inside the host */
829 struct ata_ioports ioaddr; /* ATA cmd/ctl/dma register blocks */
830 u8 ctl; /* cache of ATA control register */
831 u8 last_ctl; /* Cache last written value */
832 struct ata_link* sff_pio_task_link; /* link currently used */
833 struct delayed_work sff_pio_task;
858 struct ata_port_stats stats; argument
859 struct ata_host *host;
860 struct device *dev;
861 struct device tdev;
863 struct mutex scsi_scan_mutex;
864 struct delayed_work hotplug_task;
865 struct work_struct scsi_rescan_task;
867 unsigned int hsm_task_state;
869 u32 msg_enable;
870 struct list_head eh_done_q;
871 wait_queue_head_t eh_wait_q;
872 int eh_tries;
873 struct completion park_req_pending;
875 pm_message_t pm_mesg;
876 enum ata_lpm_policy target_lpm_policy;
900 struct ata_port_operations { argument
913 int (*cable_detect)(struct ata_port *ap); argument