Searched refs:cas_softc (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/sys/dev/cas/
H A Dif_cas.c125 static inline void cas_add_rxdesc(struct cas_softc *sc, u_int idx);
126 static int cas_attach(struct cas_softc *sc);
127 static int cas_bitwait(struct cas_softc *sc, bus_addr_t r, uint32_t clr,
131 static void cas_detach(struct cas_softc *sc);
132 static int cas_disable_rx(struct cas_softc *sc);
133 static int cas_disable_tx(struct cas_softc *sc);
134 static void cas_eint(struct cas_softc *sc, u_int status);
137 static void cas_init_locked(struct cas_softc *sc);
138 static void cas_init_regs(struct cas_softc *sc);
142 static int cas_load_txmbuf(struct cas_softc *s
[all...]
H A Dif_casvar.h123 struct cas_softc *rxds_sc; /* softc pointer */
132 struct cas_softc { struct

Completed in 110 milliseconds