Home | History | Annotate | Download | only in pci

Lines Matching refs:cac_softc

57 static struct	cac_ccb *cac_pci_l0_completed(struct cac_softc *);
58 static int cac_pci_l0_fifo_full(struct cac_softc *);
59 static void cac_pci_l0_intr_enable(struct cac_softc *, int);
60 static int cac_pci_l0_intr_pending(struct cac_softc *);
61 static void cac_pci_l0_submit(struct cac_softc *, struct cac_ccb *);
147 struct cac_softc *sc;
227 CFATTACH_DECL3_NEW(cac_pci, sizeof(struct cac_softc),
231 cac_pci_l0_submit(struct cac_softc *sc, struct cac_ccb *ccb)
241 cac_pci_l0_completed(struct cac_softc *sc)
268 cac_pci_l0_intr_pending(struct cac_softc *sc)
275 cac_pci_l0_intr_enable(struct cac_softc *sc, int state)
282 cac_pci_l0_fifo_full(struct cac_softc *sc)