Lines Matching defs:ata_port
807 struct ata_port { struct
809 struct ata_port_operations *ops; argument
810 spinlock_t *lock;
813 unsigned long flags; /* ATA_FLAG_xxx */
815 unsigned int pflags; /* ATA_PFLAG_xxx */
816 unsigned int print_id; /* user visible unique port ID */
817 unsigned int local_port_no; /* host local port num */
818 unsigned int port_no; /* 0 based port no. inside the host */
821 struct ata_ioports ioaddr; /* ATA cmd/ctl/dma register blocks */
822 u8 ctl; /* cache of ATA control register */
823 u8 last_ctl; /* Cache last written value */
824 struct ata_link* sff_pio_task_link; /* link currently used */
825 struct delayed_work sff_pio_task;
850 struct ata_port_stats stats; argument
851 struct ata_host *host;
852 struct device *dev;
853 struct device tdev;
855 struct mutex scsi_scan_mutex;
856 struct delayed_work hotplug_task;
857 struct work_struct scsi_rescan_task;
859 unsigned int hsm_task_state;
861 u32 msg_enable;
862 struct list_head eh_done_q;
863 wait_queue_head_t eh_wait_q;
864 int eh_tries;
865 struct completion park_req_pending;
890 struct ata_port_operations { argument
903 int (*cable_detect)(struct ata_port *ap); argument