Symbol: sea_softc
sys/dev/isa/seagate.c
1049
sea_select(struct sea_softc *sea, struct sea_scb *scb)
sys/dev/isa/seagate.c
1145
sea_abort(struct sea_softc *sea, struct sea_scb *scb)
sys/dev/isa/seagate.c
1204
sea_done(struct sea_softc *sea, struct sea_scb *scb)
sys/dev/isa/seagate.c
1229
sea_poll(struct sea_softc *sea, struct scsipi_xfer *xs, int count)
sys/dev/isa/seagate.c
1252
sea_information_transfer(struct sea_softc *sea)
sys/dev/isa/seagate.c
280
void sea_done(struct sea_softc *, struct sea_scb *);
sys/dev/isa/seagate.c
281
struct sea_scb *sea_get_scb(struct sea_softc *, int);
sys/dev/isa/seagate.c
282
void sea_free_scb(struct sea_softc *, struct sea_scb *, int);
sys/dev/isa/seagate.c
284
static void sea_information_transfer(struct sea_softc *);
sys/dev/isa/seagate.c
285
int sea_poll(struct sea_softc *, struct scsipi_xfer *, int);
sys/dev/isa/seagate.c
286
void sea_init(struct sea_softc *);
sys/dev/isa/seagate.c
287
void sea_send_scb(struct sea_softc *sea, struct sea_scb *scb);
sys/dev/isa/seagate.c
288
void sea_reselect(struct sea_softc *sea);
sys/dev/isa/seagate.c
289
int sea_select(struct sea_softc *sea, struct sea_scb *scb);
sys/dev/isa/seagate.c
290
int sea_transfer_pio(struct sea_softc *sea, u_char *phase,
sys/dev/isa/seagate.c
292
int sea_abort(struct sea_softc *, struct sea_scb *scb);
sys/dev/isa/seagate.c
294
void sea_grow_scb(struct sea_softc *);
sys/dev/isa/seagate.c
299
CFATTACH_DECL_NEW(sea, sizeof(struct sea_softc),
sys/dev/isa/seagate.c
306
sea_queue_length(struct sea_softc *sea)
sys/dev/isa/seagate.c
389
struct sea_softc *sea = device_private(self);
sys/dev/isa/seagate.c
483
struct sea_softc *sea = arg;
sys/dev/isa/seagate.c
516
sea_init(struct sea_softc *sea)
sys/dev/isa/seagate.c
563
struct sea_softc *sea = device_private(chan->chan_adapter->adapt_dev);
sys/dev/isa/seagate.c
660
sea_get_scb(struct sea_softc *sea, int flags)
sys/dev/isa/seagate.c
682
sea_send_scb(struct sea_softc *sea, struct sea_scb *scb)
sys/dev/isa/seagate.c
700
struct sea_softc *sea;
sys/dev/isa/seagate.c
802
sea_grow_scb(struct sea_softc *sea)
sys/dev/isa/seagate.c
820
sea_free_scb(struct sea_softc *sea, struct sea_scb *scb, int flags)
sys/dev/isa/seagate.c
836
struct sea_softc *sea =
sys/dev/isa/seagate.c
871
sea_reselect(struct sea_softc *sea)
sys/dev/isa/seagate.c
967
sea_transfer_pio(struct sea_softc *sea, u_char *phase, int *count, u_char **data)