Searched refs:STp (Results 1 – 2 of 2) sorted by relevance
704 STps = &(STp->ps[STp->partition]); in write_behind_check()808 STps = &(STp->ps[STp->partition]); in st_flush_write_buffer()858 STps = &(STp->ps[STp->partition]); in flush_buffer()1337 STp->try_dio_now = STp->try_dio; in st_open()1340 STp->nbr_requests = STp->nbr_dio = STp->nbr_pages = 0; ) in st_open()1449 STps = &(STp->ps[STp->partition]); in st_flush()1679 STps = &(STp->ps[STp->partition]); in st_write()1942 STps = &(STp->ps[STp->partition]); in read_tape()2151 STps = &(STp->ps[STp->partition]); in st_read()2283 STp->can_bsr, STp->two_fm, STp->fast_mteom, in DEB()[all …]
1976 NCR_700_set_period(struct scsi_target *STp, int period) in NCR_700_set_period() argument1978 struct Scsi_Host *SHp = dev_to_shost(STp->dev.parent); in NCR_700_set_period()1988 spi_period(STp) = period; in NCR_700_set_period()1989 spi_flags(STp) &= ~(NCR_700_DEV_NEGOTIATED_SYNC | in NCR_700_set_period()1991 spi_flags(STp) |= NCR_700_DEV_PRINT_SYNC_NEGOTIATION; in NCR_700_set_period()2010 if(spi_offset(STp) == 0 && (spi_period(STp) < hostdata->min_period || in NCR_700_set_offset()2011 spi_period(STp) > 0xff)) in NCR_700_set_offset()2012 spi_period(STp) = hostdata->min_period; in NCR_700_set_offset()2014 spi_offset(STp) = offset; in NCR_700_set_offset()2015 spi_flags(STp) &= ~(NCR_700_DEV_NEGOTIATED_SYNC | in NCR_700_set_offset()[all …]