Searched defs:ahci_port_priv (Results 1 – 1 of 1) sorted by relevance
303 struct ahci_port_priv { struct304 struct ata_link *active_link;305 struct ahci_cmd_hdr *cmd_slot;306 dma_addr_t cmd_slot_dma;307 void *cmd_tbl;308 dma_addr_t cmd_tbl_dma;309 void *rx_fis;310 dma_addr_t rx_fis_dma;312 unsigned int ncq_saw_d2h:1;313 unsigned int ncq_saw_dmas:1;[all …]
Completed in 11 milliseconds