Symbol: sc_chan_stat
sys/arch/newsmips/dev/scsi_1185.c
1085
sc_cout(struct sc_softc *sc, struct sc_chan_stat *cs)
sys/arch/newsmips/dev/scsi_1185.c
1172
sc_min(struct sc_softc *sc, struct sc_chan_stat *cs)
sys/arch/newsmips/dev/scsi_1185.c
1327
sc_mout(struct sc_softc *sc, struct sc_chan_stat *cs)
sys/arch/newsmips/dev/scsi_1185.c
1451
sc_sin(struct sc_softc *sc, volatile struct sc_chan_stat *cs)
sys/arch/newsmips/dev/scsi_1185.c
1491
sc_dio(struct sc_softc *sc, volatile struct sc_chan_stat *cs)
sys/arch/newsmips/dev/scsi_1185.c
156
static void sc_cout(struct sc_softc *, struct sc_chan_stat *);
sys/arch/newsmips/dev/scsi_1185.c
157
static void sc_min(struct sc_softc *, struct sc_chan_stat *);
sys/arch/newsmips/dev/scsi_1185.c
158
static void sc_mout(struct sc_softc *, struct sc_chan_stat *);
sys/arch/newsmips/dev/scsi_1185.c
159
static void sc_sin(struct sc_softc *, volatile struct sc_chan_stat *);
sys/arch/newsmips/dev/scsi_1185.c
160
static void sc_dio(struct sc_softc *, volatile struct sc_chan_stat *);
sys/arch/newsmips/dev/scsi_1185.c
161
static void sc_dio_pad(struct sc_softc *, volatile struct sc_chan_stat *);
sys/arch/newsmips/dev/scsi_1185.c
1622
sc_dio_pad(struct sc_softc *sc, volatile struct sc_chan_stat *cs)
sys/arch/newsmips/dev/scsi_1185.c
163
static void append_wb(struct sc_softc *, struct sc_chan_stat *);
sys/arch/newsmips/dev/scsi_1185.c
164
static struct sc_chan_stat *get_wb_chan(struct sc_softc *);
sys/arch/newsmips/dev/scsi_1185.c
166
static void adjust_transfer(struct sc_softc *, struct sc_chan_stat *);
sys/arch/newsmips/dev/scsi_1185.c
1662
append_wb(struct sc_softc *sc, struct sc_chan_stat *cs)
sys/arch/newsmips/dev/scsi_1185.c
1680
struct sc_chan_stat *
sys/arch/newsmips/dev/scsi_1185.c
1683
struct sc_chan_stat *cs;
sys/arch/newsmips/dev/scsi_1185.c
1700
struct sc_chan_stat *cs;
sys/arch/newsmips/dev/scsi_1185.c
1721
adjust_transfer(struct sc_softc *sc, struct sc_chan_stat *cs)
sys/arch/newsmips/dev/scsi_1185.c
267
struct sc_chan_stat *cs;
sys/arch/newsmips/dev/scsi_1185.c
344
struct sc_chan_stat *cs;
sys/arch/newsmips/dev/scsi_1185.c
419
struct sc_chan_stat *cs;
sys/arch/newsmips/dev/scsi_1185.c
768
struct sc_chan_stat *cs;
sys/arch/newsmips/dev/scsi_1185.c
819
struct sc_chan_stat *cs;
sys/arch/newsmips/dev/scsi_1185.c
904
struct sc_chan_stat *cs;
sys/arch/newsmips/dev/scsi_1185.c
985
struct sc_chan_stat *cs;
sys/arch/newsmips/dev/scsireg.h
212
struct sc_chan_stat *wb_next; /* wait bus channel queue */
sys/arch/newsmips/dev/scsireg.h
254
struct sc_chan_stat chan_stat[NTARGET]; /* SCSI channel status */
sys/arch/newsmips/dev/scsireg.h
262
struct sc_chan_stat *ip;
sys/arch/newsmips/dev/scsireg.h
269
struct sc_chan_stat *wbq_actf; /* forward active pointer */
sys/arch/newsmips/dev/scsireg.h
270
struct sc_chan_stat *wbq_actl; /* last active pointer */