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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dst.c815 static int set_mode_densblk(struct scsi_tape * STp, struct st_modedef * STm)
822 STm->default_density >= 0 &&
823 STm->default_density != STp->density) {
824 arg = STm->default_density;
830 STm->default_blksize >= 0 &&
831 STm->default_blksize != STp->block_size) {
832 arg |= STm->default_blksize;
840 name, STm->default_blksize, STm->default_density);
983 struct st_modedef *STm;
812 set_mode_densblk(struct scsi_tape * STp, struct st_modedef * STm) argument
979 struct st_modedef *STm; local
1271 struct st_modedef *STm = &(STp->modes[STp->current_mode]); local
1551 struct st_modedef *STm; local
1826 struct st_modedef *STm; local
2016 struct st_modedef *STm; local
2185 struct st_modedef *STm; local
3306 struct st_modedef *STm; local
3973 struct st_modedef *STm; local
4382 struct st_modedef *STm = dev_get_drvdata(dev); local
4394 struct st_modedef *STm = dev_get_drvdata(dev); local
4406 struct st_modedef *STm = dev_get_drvdata(dev); local
4421 struct st_modedef *STm = dev_get_drvdata(dev); local
4433 struct st_modedef *STm = dev_get_drvdata(dev); local
[all...]
H A Dosst.c3378 struct st_modedef * STm;
3405 STm = &(STp->modes[STp->current_mode]);
3406 if (!STm->defined) {
3556 if (!STm->do_buffer_writes) {
3561 if (!STm->do_async_writes)
3663 if (STm->do_async_writes && ((STp->buffer)->buffer_bytes >= STp->write_threshold)) {
3698 struct st_modedef * STm;
3726 STm = &(STp->modes[STp->current_mode]);
3727 if (!STm->defined) {
3877 static void osst_log_options(struct osst_tape *STp, struct st_modedef *STm, cha
3374 struct st_modedef * STm; local
3694 struct st_modedef * STm; local
3873 osst_log_options(struct osst_tape *STp, struct st_modedef *STm, char *name) argument
3900 struct st_modedef * STm; local
4445 struct st_modedef * STm; local
4822 struct st_modedef * STm = &(STp->modes[STp->current_mode]); local
4938 struct st_modedef * STm; local
5830 struct st_modedef * STm; local
[all...]

Completed in 68 milliseconds