uha_softc
struct uha_softc *sc = device_private(self);
u24_start_mbox(struct uha_softc *sc, struct uha_mscp *mscp)
u24_poll(struct uha_softc *sc, struct scsipi_xfer *xs, int count)
struct uha_softc *sc = arg;
u24_init(struct uha_softc *sc)
CFATTACH_DECL_NEW(uha_eisa, sizeof(struct uha_softc),
static void u24_start_mbox(struct uha_softc *, struct uha_mscp *);
static int u24_poll(struct uha_softc *, struct scsipi_xfer *, int);
static void u24_init(struct uha_softc *);
uha_attach(struct uha_softc *sc, struct uha_probe_data *upd)
uha_reset_mscp(struct uha_softc *sc, struct uha_mscp *mscp)
uha_free_mscp(struct uha_softc *sc, struct uha_mscp *mscp)
uha_init_mscp(struct uha_softc *sc, struct uha_mscp *mscp)
uha_create_mscps(struct uha_softc *sc, struct uha_mscp *mscpstore, int count)
uha_get_mscp(struct uha_softc *sc)
uha_mscp_phys_kv(struct uha_softc *sc, u_long mscp_phys)
uha_done(struct uha_softc *sc, struct uha_mscp *mscp)
struct uha_softc *sc = device_private(chan->chan_adapter->adapt_dev);
struct uha_softc *sc =
integrate void uha_reset_mscp(struct uha_softc *, struct uha_mscp *);
void uha_free_mscp(struct uha_softc *, struct uha_mscp *);
integrate int uha_init_mscp(struct uha_softc *, struct uha_mscp *);
struct uha_mscp *uha_get_mscp(struct uha_softc *);
int uha_create_mscps(struct uha_softc *, struct uha_mscp *, int);
void (*start_mbox)(struct uha_softc *, struct uha_mscp *);
int (*poll)(struct uha_softc *, struct scsipi_xfer *, int);
void (*init)(struct uha_softc *);
void uha_attach(struct uha_softc *, struct uha_probe_data *);
struct uha_mscp *uha_mscp_phys_kv(struct uha_softc *, u_long);
void uha_done(struct uha_softc *, struct uha_mscp *);
struct uha_softc *sc = device_private(self);
u14_start_mbox(struct uha_softc *sc, struct uha_mscp *mscp)
u14_poll(struct uha_softc *sc, struct scsipi_xfer *xs, int count)
struct uha_softc *sc = arg;
u14_init(struct uha_softc *sc)
CFATTACH_DECL_NEW(uha_isa, sizeof(struct uha_softc),
void u14_start_mbox(struct uha_softc *, struct uha_mscp *);
int u14_poll(struct uha_softc *, struct scsipi_xfer *, int);
void u14_init(struct uha_softc *);