Home | History | Annotate | Download | only in scsipi

Lines Matching refs:density

171 	 * specific density codes should be- the device is a 2.5GB
172 * capable QIC drive, those density codes aren't readily
418 aprint_normal("density code %d, ", st->media_density);
524 if (mode->density) {
525 mode2->density = mode->density;
901 * If we have gained a permanent density from somewhere,
906 st->density = st->modes[dsty].density;
908 st->density = st->media_density;
959 * the density value specified in the last successful MODE SELECT
961 * automatically determine the density of the new medium.
963 * So we instruct the device to use the default density, which will
964 * prevent the use of stale density values (in particular,
967 st->density = 0;
970 "WARNING: cannot revert to default density\n");
1011 * If the tape density mandates (or even suggests) use of fixed
1014 switch (st->density) {
1022 ("density specified variable\n"));
1038 ("density specified fixed\n"));
1071 * of-data. Make the decision as a function of density. If
1077 switch (st->density) {
1078 /* case 8 mm: What is the SCSI density code for 8 mm, anyway? */
1465 hold_density = st->density;
1487 g->mt_density = st->density;
1492 g->mt_mdensity[0] = st->modes[0].density;
1493 g->mt_mdensity[1] = st->modes[1].density;
1494 g->mt_mdensity[2] = st->modes[2].density;
1495 g->mt_mdensity[3] = st->modes[3].density;
1591 case MTSETDNSTY: /* Set density for device and mode */
1600 st->density = number;
1652 st->density = hold_density;
1675 st->modes[dsty].density = st->density;
2417 * density and 1024-byte blocks), then read and rewind to get it to sense the
2514 ("not setting density 0x%x blksize 0x%x\n",
2515 st->density, st->blksize));
2524 select.blk_desc.density = st->density;