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