Searched refs:atapi_passthru16 (Results 1 – 3 of 3) sorted by relevance
34 extern int atapi_passthru16;
126 int atapi_passthru16 = 1; variable127 module_param(atapi_passthru16, int, 0444);128 MODULE_PARM_DESC(atapi_passthru16, "Enable ATA_16 passthru for ATAPI devices (0=off, 1=on [default]…537 if (atapi_passthru16) in atapi_cmd_type()
3988 } else if (likely((scsi_op != ATA_16) || !atapi_passthru16)) { in __ata_scsi_queuecmd()