Symbol: cac_softc
sys/dev/eisa/cac_eisa.c
161
struct cac_softc *sc;
sys/dev/eisa/cac_eisa.c
235
cac_eisa_l0_fifo_full(struct cac_softc *sc)
sys/dev/eisa/cac_eisa.c
243
cac_eisa_l0_submit(struct cac_softc *sc, struct cac_ccb *ccb)
sys/dev/eisa/cac_eisa.c
265
cac_eisa_l0_completed(struct cac_softc *sc)
sys/dev/eisa/cac_eisa.c
298
cac_eisa_l0_intr_pending(struct cac_softc *sc)
sys/dev/eisa/cac_eisa.c
306
cac_eisa_l0_intr_enable(struct cac_softc *sc, int state)
sys/dev/eisa/cac_eisa.c
88
static struct cac_ccb *cac_eisa_l0_completed(struct cac_softc *);
sys/dev/eisa/cac_eisa.c
89
static int cac_eisa_l0_fifo_full(struct cac_softc *);
sys/dev/eisa/cac_eisa.c
90
static void cac_eisa_l0_intr_enable(struct cac_softc *, int);
sys/dev/eisa/cac_eisa.c
91
static int cac_eisa_l0_intr_pending(struct cac_softc *);
sys/dev/eisa/cac_eisa.c
92
static void cac_eisa_l0_submit(struct cac_softc *, struct cac_ccb *);
sys/dev/eisa/cac_eisa.c
94
CFATTACH_DECL3_NEW(cac_eisa, sizeof(struct cac_softc),
sys/dev/ic/cac.c
102
cac_init(struct cac_softc *sc, const char *intrstr, int startfw)
sys/dev/ic/cac.c
222
struct cac_softc *sc;
sys/dev/ic/cac.c
249
struct cac_softc *sc;
sys/dev/ic/cac.c
286
struct cac_softc *sc;
sys/dev/ic/cac.c
312
cac_cmd(struct cac_softc *sc, int command, void *data, int datasize,
sys/dev/ic/cac.c
398
cac_ccb_poll(struct cac_softc *sc, struct cac_ccb *wantccb, int timo)
sys/dev/ic/cac.c
429
cac_ccb_start(struct cac_softc *sc, struct cac_ccb *ccb)
sys/dev/ic/cac.c
454
cac_ccb_done(struct cac_softc *sc, struct cac_ccb *ccb)
sys/dev/ic/cac.c
499
cac_ccb_alloc(struct cac_softc *sc, int nosleep)
sys/dev/ic/cac.c
525
cac_ccb_free(struct cac_softc *sc, struct cac_ccb *ccb)
sys/dev/ic/cac.c
541
cac_l0_fifo_full(struct cac_softc *sc)
sys/dev/ic/cac.c
550
cac_l0_submit(struct cac_softc *sc, struct cac_ccb *ccb)
sys/dev/ic/cac.c
562
cac_l0_completed(struct cac_softc *sc)
sys/dev/ic/cac.c
589
cac_l0_intr_pending(struct cac_softc *sc)
sys/dev/ic/cac.c
598
cac_l0_intr_enable(struct cac_softc *sc, int state)
sys/dev/ic/cac.c
617
struct cac_softc *sc = device_private(dev);
sys/dev/ic/cac.c
655
cac_ioctl_vol(struct cac_softc *sc, struct bioc_vol *bv)
sys/dev/ic/cac.c
67
static struct cac_ccb *cac_ccb_alloc(struct cac_softc *, int);
sys/dev/ic/cac.c
68
static void cac_ccb_done(struct cac_softc *, struct cac_ccb *);
sys/dev/ic/cac.c
69
static void cac_ccb_free(struct cac_softc *, struct cac_ccb *);
sys/dev/ic/cac.c
690
cac_create_sensors(struct cac_softc *sc)
sys/dev/ic/cac.c
70
static int cac_ccb_poll(struct cac_softc *, struct cac_ccb *, int);
sys/dev/ic/cac.c
71
static int cac_ccb_start(struct cac_softc *, struct cac_ccb *);
sys/dev/ic/cac.c
730
struct cac_softc *sc = sme->sme_cookie;
sys/dev/ic/cac.c
75
static struct cac_ccb *cac_l0_completed(struct cac_softc *);
sys/dev/ic/cac.c
76
static int cac_l0_fifo_full(struct cac_softc *);
sys/dev/ic/cac.c
77
static void cac_l0_intr_enable(struct cac_softc *, int);
sys/dev/ic/cac.c
78
static int cac_l0_intr_pending(struct cac_softc *);
sys/dev/ic/cac.c
79
static void cac_l0_submit(struct cac_softc *, struct cac_ccb *);
sys/dev/ic/cac.c
85
int cac_ioctl_vol(struct cac_softc *, struct bioc_vol *);
sys/dev/ic/cac.c
86
int cac_create_sensors(struct cac_softc *);
sys/dev/ic/cacvar.h
100
int (*cl_fifo_full)(struct cac_softc *);
sys/dev/ic/cacvar.h
101
void (*cl_intr_enable)(struct cac_softc *, int);
sys/dev/ic/cacvar.h
102
int (*cl_intr_pending)(struct cac_softc *);
sys/dev/ic/cacvar.h
103
void (*cl_submit)(struct cac_softc *, struct cac_ccb *);
sys/dev/ic/cacvar.h
139
int cac_cmd(struct cac_softc *, int, void *, int, int, int, int,
sys/dev/ic/cacvar.h
141
int cac_init(struct cac_softc *, const char *, int);
sys/dev/ic/cacvar.h
70
struct cac_softc;
sys/dev/ic/cacvar.h
99
struct cac_ccb *(*cl_completed)(struct cac_softc *);
sys/dev/ic/ld_cac.c
142
struct cac_softc *cac;
sys/dev/ic/ld_cac.c
90
struct cac_softc *cac = device_private(parent);
sys/dev/pci/cac_pci.c
147
struct cac_softc *sc;
sys/dev/pci/cac_pci.c
227
CFATTACH_DECL3_NEW(cac_pci, sizeof(struct cac_softc),
sys/dev/pci/cac_pci.c
231
cac_pci_l0_submit(struct cac_softc *sc, struct cac_ccb *ccb)
sys/dev/pci/cac_pci.c
241
cac_pci_l0_completed(struct cac_softc *sc)
sys/dev/pci/cac_pci.c
268
cac_pci_l0_intr_pending(struct cac_softc *sc)
sys/dev/pci/cac_pci.c
275
cac_pci_l0_intr_enable(struct cac_softc *sc, int state)
sys/dev/pci/cac_pci.c
282
cac_pci_l0_fifo_full(struct cac_softc *sc)
sys/dev/pci/cac_pci.c
57
static struct cac_ccb *cac_pci_l0_completed(struct cac_softc *);
sys/dev/pci/cac_pci.c
58
static int cac_pci_l0_fifo_full(struct cac_softc *);
sys/dev/pci/cac_pci.c
59
static void cac_pci_l0_intr_enable(struct cac_softc *, int);
sys/dev/pci/cac_pci.c
60
static int cac_pci_l0_intr_pending(struct cac_softc *);
sys/dev/pci/cac_pci.c
61
static void cac_pci_l0_submit(struct cac_softc *, struct cac_ccb *);