cac_softc
struct cac_softc *sc;
sc = (struct cac_softc *)self;
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)
struct cac_ccb *cac_eisa_l0_completed(struct cac_softc *);
int cac_eisa_l0_fifo_full(struct cac_softc *);
void cac_eisa_l0_intr_enable(struct cac_softc *, int);
int cac_eisa_l0_intr_pending(struct cac_softc *);
void cac_eisa_l0_submit(struct cac_softc *, struct cac_ccb *);
sizeof(struct cac_softc), cac_eisa_match, cac_eisa_attach
void cac_ccb_done(struct cac_softc *, struct cac_ccb *);
int cac_ccb_poll(struct cac_softc *, struct cac_ccb *, int);
int cac_ccb_start(struct cac_softc *, struct cac_ccb *);
int cac_cmd(struct cac_softc *sc, int command, void *data, int datasize,
int cac_get_dinfo(struct cac_softc *sc, int target);
struct cac_ccb *cac_l0_completed(struct cac_softc *);
int cac_l0_fifo_full(struct cac_softc *);
void cac_l0_intr_enable(struct cac_softc *, int);
int cac_l0_intr_pending(struct cac_softc *);
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 *);
cac_init(struct cac_softc *sc, int startfw)
cac_flush(struct cac_softc *sc)
struct cac_softc *sc = v;
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)
struct cac_softc *sc = xsc;
struct cac_softc *sc = xsc;
cac_get_dinfo(struct cac_softc *sc, int target)
struct cac_softc *sc = link->bus->sb_adapter_softc;
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 = (struct cac_softc *)dev;
cac_ioctl_vol(struct cac_softc *sc, struct bioc_vol *bv)
cac_create_sensors(struct cac_softc *sc)
struct cac_softc *sc = arg;
int cac_init(struct cac_softc *, int);
int cac_flush(struct cac_softc *);
struct cac_softc;
struct cac_ccb *(*cl_completed)(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 *);
struct cac_softc *sc;
sc = (struct cac_softc *)self;
struct cac_softc *sc = (struct cac_softc *)self;
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)
struct cac_ccb *cac_pci_l0_completed(struct cac_softc *);
int cac_pci_l0_fifo_full(struct cac_softc *);
void cac_pci_l0_intr_enable(struct cac_softc *, int);
int cac_pci_l0_intr_pending(struct cac_softc *);
void cac_pci_l0_submit(struct cac_softc *, struct cac_ccb *);
sizeof(struct cac_softc), cac_pci_match, cac_pci_attach