Request an available ata command, and initialize it
struct ata_queued_cmd * ata_qc_new_init(struct ata_device * dev);
dev
Device from whom we request an available command structure
None.
Jeff Garzik
Author.