Lines Matching defs:ahci_port_priv
299 struct ahci_port_priv { struct
300 struct ata_link *active_link;
301 struct ahci_cmd_hdr *cmd_slot;
302 dma_addr_t cmd_slot_dma;
303 void *cmd_tbl;
304 dma_addr_t cmd_tbl_dma;
305 void *rx_fis;
306 dma_addr_t rx_fis_dma;
308 unsigned int ncq_saw_d2h:1;
309 unsigned int ncq_saw_dmas:1;
310 unsigned int ncq_saw_sdb:1;
311 atomic_t intr_status; /* interrupts to handle */
312 spinlock_t lock; /* protects parent ata_port */
313 u32 intr_mask; /* interrupts to enable */
314 bool fbs_supported; /* set iff FBS is supported */
315 bool fbs_enabled; /* set iff FBS is enabled */
316 int fbs_last_dev; /* save FBS.DEV of last FIS */
318 struct ahci_em_priv em_priv[EM_MAX_SLOTS];
319 char *irq_desc; /* desc in /proc/interrupts */