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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Du14-34f.c19 * of:[y|n] have_old_firmware=[1|0]
507 static int have_old_firmware = TRUE; variable
509 static int have_old_firmware = FALSE; variable
750 if (have_old_firmware) tpnt->use_clustering = DISABLE_CLUSTERING;
794 if (have_old_firmware) sh[j]->sg_tablesize = MAX_SAFE_SGLIST;
862 driver_name, YESNO(have_old_firmware), tag_mode,
917 else if (!strncmp(cur, "of:", 3)) have_old_firmware = val;

Completed in 51 milliseconds