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

/drivers/scsi/
H A Du14-34f.c19 * of:[y|n] have_old_firmware=[1|0]
366 * modprobe u14-34f io_port=0x230,0x340 linked_comm=1 have_old_firmware=0 \
646 static int have_old_firmware = TRUE; variable
648 static int have_old_firmware = FALSE; variable
889 if (have_old_firmware) tpnt->use_clustering = DISABLE_CLUSTERING;
933 if (have_old_firmware) sh[j]->sg_tablesize = MAX_SAFE_SGLIST;
1001 driver_name, YESNO(have_old_firmware), tag_mode,
1056 else if (!strncmp(cur, "of:", 3)) have_old_firmware = val;

Completed in 202 milliseconds