Searched refs:atapi_dma (Results 1 – 5 of 5) 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()
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()