Lines Matching defs:ahci_port_priv
312 struct ahci_port_priv { struct
313 struct ata_link *active_link;
314 struct ahci_cmd_hdr *cmd_slot;
315 dma_addr_t cmd_slot_dma;
316 void *cmd_tbl;
317 dma_addr_t cmd_tbl_dma;
318 void *rx_fis;
319 dma_addr_t rx_fis_dma;
321 unsigned int ncq_saw_d2h:1;
322 unsigned int ncq_saw_dmas:1;
323 unsigned int ncq_saw_sdb:1;
324 spinlock_t lock; /* protects parent ata_port */
325 u32 intr_mask; /* interrupts to enable */
326 bool fbs_supported; /* set iff FBS is supported */
327 bool fbs_enabled; /* set iff FBS is enabled */
328 int fbs_last_dev; /* save FBS.DEV of last FIS */
330 struct ahci_em_priv em_priv[EM_MAX_SLOTS];
331 char *irq_desc; /* desc in /proc/interrupts */