cac_softc
struct cac_softc *sc;
cac_eisa_l0_fifo_full(struct cac_softc *sc)
cac_eisa_l0_submit(struct cac_softc *sc, struct cac_ccb *ccb)
cac_eisa_l0_completed(struct cac_softc *sc)
cac_eisa_l0_intr_pending(struct cac_softc *sc)
cac_eisa_l0_intr_enable(struct cac_softc *sc, int state)
static struct cac_ccb *cac_eisa_l0_completed(struct cac_softc *);
static int cac_eisa_l0_fifo_full(struct cac_softc *);
static void cac_eisa_l0_intr_enable(struct cac_softc *, int);
static int cac_eisa_l0_intr_pending(struct cac_softc *);
static void cac_eisa_l0_submit(struct cac_softc *, struct cac_ccb *);
CFATTACH_DECL3_NEW(cac_eisa, sizeof(struct cac_softc),
cac_init(struct cac_softc *sc, const char *intrstr, int startfw)
struct cac_softc *sc;
struct cac_softc *sc;
struct cac_softc *sc;
cac_cmd(struct cac_softc *sc, int command, void *data, int datasize,
cac_ccb_poll(struct cac_softc *sc, struct cac_ccb *wantccb, int timo)
cac_ccb_start(struct cac_softc *sc, struct cac_ccb *ccb)
cac_ccb_done(struct cac_softc *sc, struct cac_ccb *ccb)
cac_ccb_alloc(struct cac_softc *sc, int nosleep)
cac_ccb_free(struct cac_softc *sc, struct cac_ccb *ccb)
cac_l0_fifo_full(struct cac_softc *sc)
cac_l0_submit(struct cac_softc *sc, struct cac_ccb *ccb)
cac_l0_completed(struct cac_softc *sc)
cac_l0_intr_pending(struct cac_softc *sc)
cac_l0_intr_enable(struct cac_softc *sc, int state)
struct cac_softc *sc = device_private(dev);
cac_ioctl_vol(struct cac_softc *sc, struct bioc_vol *bv)
static struct cac_ccb *cac_ccb_alloc(struct cac_softc *, int);
static void cac_ccb_done(struct cac_softc *, struct cac_ccb *);
static void cac_ccb_free(struct cac_softc *, struct cac_ccb *);
cac_create_sensors(struct cac_softc *sc)
static int cac_ccb_poll(struct cac_softc *, struct cac_ccb *, int);
static int cac_ccb_start(struct cac_softc *, struct cac_ccb *);
struct cac_softc *sc = sme->sme_cookie;
static struct cac_ccb *cac_l0_completed(struct cac_softc *);
static int cac_l0_fifo_full(struct cac_softc *);
static void cac_l0_intr_enable(struct cac_softc *, int);
static int cac_l0_intr_pending(struct cac_softc *);
static void cac_l0_submit(struct cac_softc *, struct cac_ccb *);
int cac_ioctl_vol(struct cac_softc *, struct bioc_vol *);
int cac_create_sensors(struct cac_softc *);
int (*cl_fifo_full)(struct cac_softc *);
void (*cl_intr_enable)(struct cac_softc *, int);
int (*cl_intr_pending)(struct cac_softc *);
void (*cl_submit)(struct cac_softc *, struct cac_ccb *);
int cac_cmd(struct cac_softc *, int, void *, int, int, int, int,
int cac_init(struct cac_softc *, const char *, int);
struct cac_softc;
struct cac_ccb *(*cl_completed)(struct cac_softc *);
struct cac_softc *cac;
struct cac_softc *cac = device_private(parent);
struct cac_softc *sc;
CFATTACH_DECL3_NEW(cac_pci, sizeof(struct cac_softc),
cac_pci_l0_submit(struct cac_softc *sc, struct cac_ccb *ccb)
cac_pci_l0_completed(struct cac_softc *sc)
cac_pci_l0_intr_pending(struct cac_softc *sc)
cac_pci_l0_intr_enable(struct cac_softc *sc, int state)
cac_pci_l0_fifo_full(struct cac_softc *sc)
static struct cac_ccb *cac_pci_l0_completed(struct cac_softc *);
static int cac_pci_l0_fifo_full(struct cac_softc *);
static void cac_pci_l0_intr_enable(struct cac_softc *, int);
static int cac_pci_l0_intr_pending(struct cac_softc *);
static void cac_pci_l0_submit(struct cac_softc *, struct cac_ccb *);