···12921292 struct cdrom_info *info = drive->driver_data;1293129312941294 info->dma = 0;12951295- info->cmd = 0;12961295 info->start_seek = jiffies;12971296 return cdrom_start_packet_command(drive, 0, cdrom_start_seek_continuation);12981297}···13421343 if ((rq->sector & (sectors_per_frame - 1)) ||13431344 (rq->nr_sectors & (sectors_per_frame - 1)))13441345 info->dma = 0;13451345-13461346- info->cmd = READ;1347134613481347 /* Start sending the read request to the drive. */13491348 return cdrom_start_packet_command(drive, 32768, cdrom_start_read_continuation);···14811484 struct cdrom_info *info = drive->driver_data;1482148514831486 info->dma = 0;14841484- info->cmd = 0;14851487 rq->flags &= ~REQ_FAILED;14861488 len = rq->data_len;14871489···18871891 /* use dma, if possible. we don't need to check more, since we18881892 * know that the transfer is always (at least!) frame aligned */18891893 info->dma = drive->using_dma ? 1 : 0;18901890- info->cmd = WRITE;1891189418921895 info->devinfo.media_written = 1;18931896···19111916 rq->flags |= REQ_QUIET;1912191719131918 info->dma = 0;19141914- info->cmd = 0;1915191919161920 /*19171921 * sg request···19191925 int mask = drive->queue->dma_alignment;19201926 unsigned long addr = (unsigned long) page_address(bio_page(rq->bio));1921192719221922- info->cmd = rq_data_dir(rq);19231928 info->dma = drive->using_dma;1924192919251930 /*
-1
drivers/ide/ide-cd.h
···480480481481 struct request request_sense_request;482482 int dma;483483- int cmd;484483 unsigned long last_block;485484 unsigned long start_seek;486485 /* Buffer to hold mechanism status and changer slot table. */