Searched refs:atapi_passthru16 (Results 1 – 3 of 3) sorted by relevance
35 extern int atapi_passthru16;
118 int atapi_passthru16 = 1; variable119 module_param(atapi_passthru16, int, 0444);120 MODULE_PARM_DESC(atapi_passthru16, "Enable ATA_16 passthru for ATAPI devices (0=off, 1=on [default]…524 if (atapi_passthru16) in atapi_cmd_type()
4327 } else if (likely((scsi_op != ATA_16) || !atapi_passthru16)) { in __ata_scsi_queuecmd()