Searched defs:ata_queued_cmd (Results 1 – 2 of 2) sorted by relevance
635 struct ata_queued_cmd { struct636 struct ata_port *ap;637 struct ata_device *dev;642 struct ata_taskfile tf;648 unsigned int n_elem;651 int dma_dir;655 unsigned int nbytes;657 unsigned int curbytes;661 struct scatterlist *sg;670 void *private_data;[all …]
1462 unsigned int (*port_intr)(struct ata_port *, struct ata_queued_cmd *)) in __ata_sff_interrupt()