Symbol: uha_softc
sys/dev/eisa/uha_eisa.c
116
struct uha_softc *sc = device_private(self);
sys/dev/eisa/uha_eisa.c
229
u24_start_mbox(struct uha_softc *sc, struct uha_mscp *mscp)
sys/dev/eisa/uha_eisa.c
260
u24_poll(struct uha_softc *sc, struct scsipi_xfer *xs, int count)
sys/dev/eisa/uha_eisa.c
283
struct uha_softc *sc = arg;
sys/dev/eisa/uha_eisa.c
331
u24_init(struct uha_softc *sc)
sys/dev/eisa/uha_eisa.c
62
CFATTACH_DECL_NEW(uha_eisa, sizeof(struct uha_softc),
sys/dev/eisa/uha_eisa.c
71
static void u24_start_mbox(struct uha_softc *, struct uha_mscp *);
sys/dev/eisa/uha_eisa.c
72
static int u24_poll(struct uha_softc *, struct scsipi_xfer *, int);
sys/dev/eisa/uha_eisa.c
74
static void u24_init(struct uha_softc *);
sys/dev/ic/uha.c
104
uha_attach(struct uha_softc *sc, struct uha_probe_data *upd)
sys/dev/ic/uha.c
197
uha_reset_mscp(struct uha_softc *sc, struct uha_mscp *mscp)
sys/dev/ic/uha.c
207
uha_free_mscp(struct uha_softc *sc, struct uha_mscp *mscp)
sys/dev/ic/uha.c
218
uha_init_mscp(struct uha_softc *sc, struct uha_mscp *mscp)
sys/dev/ic/uha.c
252
uha_create_mscps(struct uha_softc *sc, struct uha_mscp *mscpstore, int count)
sys/dev/ic/uha.c
278
uha_get_mscp(struct uha_softc *sc)
sys/dev/ic/uha.c
297
uha_mscp_phys_kv(struct uha_softc *sc, u_long mscp_phys)
sys/dev/ic/uha.c
315
uha_done(struct uha_softc *sc, struct uha_mscp *mscp)
sys/dev/ic/uha.c
402
struct uha_softc *sc = device_private(chan->chan_adapter->adapt_dev);
sys/dev/ic/uha.c
579
struct uha_softc *sc =
sys/dev/ic/uha.c
90
integrate void uha_reset_mscp(struct uha_softc *, struct uha_mscp *);
sys/dev/ic/uha.c
91
void uha_free_mscp(struct uha_softc *, struct uha_mscp *);
sys/dev/ic/uha.c
92
integrate int uha_init_mscp(struct uha_softc *, struct uha_mscp *);
sys/dev/ic/uha.c
93
struct uha_mscp *uha_get_mscp(struct uha_softc *);
sys/dev/ic/uha.c
96
int uha_create_mscps(struct uha_softc *, struct uha_mscp *, int);
sys/dev/ic/uhavar.h
50
void (*start_mbox)(struct uha_softc *, struct uha_mscp *);
sys/dev/ic/uhavar.h
51
int (*poll)(struct uha_softc *, struct scsipi_xfer *, int);
sys/dev/ic/uhavar.h
52
void (*init)(struct uha_softc *);
sys/dev/ic/uhavar.h
75
void uha_attach(struct uha_softc *, struct uha_probe_data *);
sys/dev/ic/uhavar.h
77
struct uha_mscp *uha_mscp_phys_kv(struct uha_softc *, u_long);
sys/dev/ic/uhavar.h
78
void uha_done(struct uha_softc *, struct uha_mscp *);
sys/dev/isa/uha_isa.c
138
struct uha_softc *sc = device_private(self);
sys/dev/isa/uha_isa.c
280
u14_start_mbox(struct uha_softc *sc, struct uha_mscp *mscp)
sys/dev/isa/uha_isa.c
314
u14_poll(struct uha_softc *sc, struct scsipi_xfer *xs, int count)
sys/dev/isa/uha_isa.c
340
struct uha_softc *sc = arg;
sys/dev/isa/uha_isa.c
389
u14_init(struct uha_softc *sc)
sys/dev/isa/uha_isa.c
61
CFATTACH_DECL_NEW(uha_isa, sizeof(struct uha_softc),
sys/dev/isa/uha_isa.c
69
void u14_start_mbox(struct uha_softc *, struct uha_mscp *);
sys/dev/isa/uha_isa.c
70
int u14_poll(struct uha_softc *, struct scsipi_xfer *, int);
sys/dev/isa/uha_isa.c
72
void u14_init(struct uha_softc *);