Home
last modified time | relevance | path

Searched defs:ahci_port_priv (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/ata/
H A Dahci.h308 struct ahci_port_priv { struct
309 struct ata_link *active_link;
310 struct ahci_cmd_hdr *cmd_slot;
311 dma_addr_t cmd_slot_dma;
312 void *cmd_tbl;
313 dma_addr_t cmd_tbl_dma;
314 void *rx_fis;
315 dma_addr_t rx_fis_dma;
317 unsigned int ncq_saw_d2h:1;
318 unsigned int ncq_saw_dmas:1;
[all …]