Searched refs:atapi_dma (Results 1 – 6 of 6) sorted by relevance
106 int atapi_dma; /* true if dma is requested for the packet cmd */ member
311 if (s->atapi_dma) { in ide_atapi_cmd_reply()445 trace_ide_atapi_cmd_read(s, s->atapi_dma ? "dma" : "pio", in ide_atapi_cmd_read()447 if (s->atapi_dma) { in ide_atapi_cmd_read()610 if (s->atapi_dma || atapi_byte_count_limit(s)) { in validate_bcl()
1394 s->atapi_dma = 0; in ide_reset()1800 s->atapi_dma = s->feature & 1; in cmd_packet()1801 if (s->atapi_dma) { in cmd_packet()2870 s->atapi_dma = s->feature & 1; /* as per cmd_packet */ in ide_drive_pio_post_load()
487 bool atapi_dma; /* Use DMA for ATAPI? */ member
709 cmd = ahci_atapi_command_create(op, bcl, opts->atapi_dma); in ahci_exec()
1578 .atapi_dma = dma, in ahci_test_cdrom()