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 \
645 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;
932 if (have_old_firmware) sh[j]->sg_tablesize = MAX_SAFE_SGLIST;
1000 driver_name, YESNO(have_old_firmware), tag_mode,
1055 else if (!strncmp(cur, "of:", 3)) have_old_firmware = val;

Completed in 176 milliseconds