Home
last modified time | relevance | path

Searched refs:have_old_firmware (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/scsi/
Du14-34f.c645 static int have_old_firmware = TRUE; variable
647 static int have_old_firmware = FALSE; variable
888 if (have_old_firmware) tpnt->use_clustering = DISABLE_CLUSTERING; in port_detect()
932 if (have_old_firmware) sh[j]->sg_tablesize = MAX_SAFE_SGLIST; in port_detect()
1000 driver_name, YESNO(have_old_firmware), tag_mode, in port_detect()
1055 else if (!strncmp(cur, "of:", 3)) have_old_firmware = val; in internal_setup()