Symbol: cac_softc
sys/dev/eisa/cac_eisa.c
142
struct cac_softc *sc;
sys/dev/eisa/cac_eisa.c
148
sc = (struct cac_softc *)self;
sys/dev/eisa/cac_eisa.c
220
cac_eisa_l0_fifo_full(struct cac_softc *sc)
sys/dev/eisa/cac_eisa.c
228
cac_eisa_l0_submit(struct cac_softc *sc, struct cac_ccb *ccb)
sys/dev/eisa/cac_eisa.c
249
cac_eisa_l0_completed(struct cac_softc *sc)
sys/dev/eisa/cac_eisa.c
278
cac_eisa_l0_intr_pending(struct cac_softc *sc)
sys/dev/eisa/cac_eisa.c
286
cac_eisa_l0_intr_enable(struct cac_softc *sc, int state)
sys/dev/eisa/cac_eisa.c
88
struct cac_ccb *cac_eisa_l0_completed(struct cac_softc *);
sys/dev/eisa/cac_eisa.c
89
int cac_eisa_l0_fifo_full(struct cac_softc *);
sys/dev/eisa/cac_eisa.c
90
void cac_eisa_l0_intr_enable(struct cac_softc *, int);
sys/dev/eisa/cac_eisa.c
91
int cac_eisa_l0_intr_pending(struct cac_softc *);
sys/dev/eisa/cac_eisa.c
92
void cac_eisa_l0_submit(struct cac_softc *, struct cac_ccb *);
sys/dev/eisa/cac_eisa.c
95
sizeof(struct cac_softc), cac_eisa_match, cac_eisa_attach
sys/dev/ic/cac.c
105
void cac_ccb_done(struct cac_softc *, struct cac_ccb *);
sys/dev/ic/cac.c
107
int cac_ccb_poll(struct cac_softc *, struct cac_ccb *, int);
sys/dev/ic/cac.c
108
int cac_ccb_start(struct cac_softc *, struct cac_ccb *);
sys/dev/ic/cac.c
109
int cac_cmd(struct cac_softc *sc, int command, void *data, int datasize,
sys/dev/ic/cac.c
111
int cac_get_dinfo(struct cac_softc *sc, int target);
sys/dev/ic/cac.c
113
struct cac_ccb *cac_l0_completed(struct cac_softc *);
sys/dev/ic/cac.c
114
int cac_l0_fifo_full(struct cac_softc *);
sys/dev/ic/cac.c
115
void cac_l0_intr_enable(struct cac_softc *, int);
sys/dev/ic/cac.c
116
int cac_l0_intr_pending(struct cac_softc *);
sys/dev/ic/cac.c
117
void cac_l0_submit(struct cac_softc *, struct cac_ccb *);
sys/dev/ic/cac.c
121
int cac_ioctl_vol(struct cac_softc *, struct bioc_vol *);
sys/dev/ic/cac.c
124
int cac_create_sensors(struct cac_softc *);
sys/dev/ic/cac.c
142
cac_init(struct cac_softc *sc, int startfw)
sys/dev/ic/cac.c
273
cac_flush(struct cac_softc *sc)
sys/dev/ic/cac.c
290
struct cac_softc *sc = v;
sys/dev/ic/cac.c
311
cac_cmd(struct cac_softc *sc, int command, void *data, int datasize,
sys/dev/ic/cac.c
406
cac_ccb_poll(struct cac_softc *sc, struct cac_ccb *wantccb, int timo)
sys/dev/ic/cac.c
431
cac_ccb_start(struct cac_softc *sc, struct cac_ccb *ccb)
sys/dev/ic/cac.c
461
cac_ccb_done(struct cac_softc *sc, struct cac_ccb *ccb)
sys/dev/ic/cac.c
510
struct cac_softc *sc = xsc;
sys/dev/ic/cac.c
533
struct cac_softc *sc = xsc;
sys/dev/ic/cac.c
544
cac_get_dinfo(struct cac_softc *sc, int target)
sys/dev/ic/cac.c
563
struct cac_softc *sc = link->bus->sb_adapter_softc;
sys/dev/ic/cac.c
718
cac_l0_fifo_full(struct cac_softc *sc)
sys/dev/ic/cac.c
725
cac_l0_submit(struct cac_softc *sc, struct cac_ccb *ccb)
sys/dev/ic/cac.c
737
cac_l0_completed(struct cac_softc *sc)
sys/dev/ic/cac.c
763
cac_l0_intr_pending(struct cac_softc *sc)
sys/dev/ic/cac.c
770
cac_l0_intr_enable(struct cac_softc *sc, int state)
sys/dev/ic/cac.c
787
struct cac_softc *sc = (struct cac_softc *)dev;
sys/dev/ic/cac.c
827
cac_ioctl_vol(struct cac_softc *sc, struct bioc_vol *bv)
sys/dev/ic/cac.c
862
cac_create_sensors(struct cac_softc *sc)
sys/dev/ic/cac.c
924
struct cac_softc *sc = arg;
sys/dev/ic/cacvar.h
123
int cac_init(struct cac_softc *, int);
sys/dev/ic/cacvar.h
125
int cac_flush(struct cac_softc *);
sys/dev/ic/cacvar.h
85
struct cac_softc;
sys/dev/ic/cacvar.h
88
struct cac_ccb *(*cl_completed)(struct cac_softc *);
sys/dev/ic/cacvar.h
89
int (*cl_fifo_full)(struct cac_softc *);
sys/dev/ic/cacvar.h
90
void (*cl_intr_enable)(struct cac_softc *, int);
sys/dev/ic/cacvar.h
91
int (*cl_intr_pending)(struct cac_softc *);
sys/dev/ic/cacvar.h
92
void (*cl_submit)(struct cac_softc *, struct cac_ccb *);
sys/dev/pci/cac_pci.c
156
struct cac_softc *sc;
sys/dev/pci/cac_pci.c
164
sc = (struct cac_softc *)self;
sys/dev/pci/cac_pci.c
233
struct cac_softc *sc = (struct cac_softc *)self;
sys/dev/pci/cac_pci.c
248
cac_pci_l0_submit(struct cac_softc *sc, struct cac_ccb *ccb)
sys/dev/pci/cac_pci.c
258
cac_pci_l0_completed(struct cac_softc *sc)
sys/dev/pci/cac_pci.c
278
cac_pci_l0_intr_pending(struct cac_softc *sc)
sys/dev/pci/cac_pci.c
285
cac_pci_l0_intr_enable(struct cac_softc *sc, int state)
sys/dev/pci/cac_pci.c
292
cac_pci_l0_fifo_full(struct cac_softc *sc)
sys/dev/pci/cac_pci.c
60
struct cac_ccb *cac_pci_l0_completed(struct cac_softc *);
sys/dev/pci/cac_pci.c
61
int cac_pci_l0_fifo_full(struct cac_softc *);
sys/dev/pci/cac_pci.c
62
void cac_pci_l0_intr_enable(struct cac_softc *, int);
sys/dev/pci/cac_pci.c
63
int cac_pci_l0_intr_pending(struct cac_softc *);
sys/dev/pci/cac_pci.c
64
void cac_pci_l0_submit(struct cac_softc *, struct cac_ccb *);
sys/dev/pci/cac_pci.c
67
sizeof(struct cac_softc), cac_pci_match, cac_pci_attach