Searched refs:atapi_passthru16 (Results 1 – 3 of 3) sorted by relevance
57 extern int atapi_passthru16;
139 int atapi_passthru16 = 1; variable140 module_param(atapi_passthru16, int, 0444);141 MODULE_PARM_DESC(atapi_passthru16, "Enable ATA_16 passthru for ATAPI devices (0=off, 1=on [default]…530 if (atapi_passthru16) in atapi_cmd_type()
3470 if (likely((scsi_op != ATA_16) || !atapi_passthru16)) { in __ata_scsi_queuecmd()