Searched refs:STp (Results 1 – 2 of 2) sorted by relevance
694 STps = &(STp->ps[STp->partition]); in write_behind_check()798 STps = &(STp->ps[STp->partition]); in st_flush_write_buffer()848 STps = &(STp->ps[STp->partition]); in flush_buffer()1312 STp->try_dio_now = STp->try_dio; in st_open()1315 STp->nbr_requests = STp->nbr_dio = STp->nbr_pages = 0; ) in st_open()1424 STps = &(STp->ps[STp->partition]); in st_flush()1654 STps = &(STp->ps[STp->partition]); in st_write()1917 STps = &(STp->ps[STp->partition]); in read_tape()2126 STps = &(STp->ps[STp->partition]); in st_read()2258 STp->can_bsr, STp->two_fm, STp->fast_mteom, in DEB()[all …]
1975 NCR_700_set_period(struct scsi_target *STp, int period) in NCR_700_set_period() argument1977 struct Scsi_Host *SHp = dev_to_shost(STp->dev.parent); in NCR_700_set_period()1987 spi_period(STp) = period; in NCR_700_set_period()1988 spi_flags(STp) &= ~(NCR_700_DEV_NEGOTIATED_SYNC | in NCR_700_set_period()1990 spi_flags(STp) |= NCR_700_DEV_PRINT_SYNC_NEGOTIATION; in NCR_700_set_period()2009 if(spi_offset(STp) == 0 && (spi_period(STp) < hostdata->min_period || in NCR_700_set_offset()2010 spi_period(STp) > 0xff)) in NCR_700_set_offset()2011 spi_period(STp) = hostdata->min_period; in NCR_700_set_offset()2013 spi_offset(STp) = offset; in NCR_700_set_offset()2014 spi_flags(STp) &= ~(NCR_700_DEV_NEGOTIATED_SYNC | in NCR_700_set_offset()[all …]