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

/drivers/scsi/
H A Dst.c822 static int set_mode_densblk(struct scsi_tape * STp, struct st_modedef * STm)
828 STm->default_density >= 0 &&
829 STm->default_density != STp->density) {
830 arg = STm->default_density;
836 STm->default_blksize >= 0 &&
837 STm->default_blksize != STp->block_size) {
838 arg |= STm->default_blksize;
847 STm->default_blksize, STm->default_density);
987 struct st_modedef *STm;
819 set_mode_densblk(struct scsi_tape * STp, struct st_modedef * STm) argument
983 struct st_modedef *STm; local
1284 struct st_modedef *STm = &(STp->modes[STp->current_mode]); local
1569 struct st_modedef *STm; local
1843 struct st_modedef *STm; local
2038 struct st_modedef *STm; local
2212 struct st_modedef *STm; local
3347 struct st_modedef *STm; local
4011 struct st_modedef *STm = &(tape->modes[mode]); local
4078 struct st_modedef *STm = &(tape->modes[mode]); local
4093 struct st_modedef *STm; local
4428 struct st_modedef *STm = dev_get_drvdata(dev); local
4440 struct st_modedef *STm = dev_get_drvdata(dev); local
4452 struct st_modedef *STm = dev_get_drvdata(dev); local
4466 struct st_modedef *STm = dev_get_drvdata(dev); local
4477 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) {
3878 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
3874 osst_log_options(struct osst_tape *STp, struct st_modedef *STm, char *name) argument
3901 struct st_modedef * STm; local
4446 struct st_modedef * STm; local
4825 struct st_modedef * STm = &(STp->modes[STp->current_mode]); local
4941 struct st_modedef * STm; local
5837 struct st_modedef * STm; local
[all...]

Completed in 47 milliseconds