Lines Matching defs:bcmeth_softc

134 struct bcmeth_softc {
190 static int bcmeth_mapcache_create(struct bcmeth_softc *,
192 static void bcmeth_mapcache_destroy(struct bcmeth_softc *,
194 static bus_dmamap_t bcmeth_mapcache_get(struct bcmeth_softc *,
196 static void bcmeth_mapcache_put(struct bcmeth_softc *,
199 static int bcmeth_txq_attach(struct bcmeth_softc *,
201 static void bcmeth_txq_purge(struct bcmeth_softc *,
203 static void bcmeth_txq_reset(struct bcmeth_softc *,
205 static bool bcmeth_txq_consume(struct bcmeth_softc *,
207 static bool bcmeth_txq_produce(struct bcmeth_softc *,
209 static bool bcmeth_txq_active_p(struct bcmeth_softc *,
212 static int bcmeth_rxq_attach(struct bcmeth_softc *,
214 static bool bcmeth_rxq_produce(struct bcmeth_softc *,
216 static void bcmeth_rxq_purge(struct bcmeth_softc *,
218 static void bcmeth_rxq_reset(struct bcmeth_softc *,
223 static void bcmeth_soft_txintr(struct bcmeth_softc *);
232 bcmeth_read_4(struct bcmeth_softc *sc, bus_size_t o)
238 bcmeth_write_4(struct bcmeth_softc *sc, bus_size_t o, uint32_t v)
243 CFATTACH_DECL_NEW(bcmeth_ccb, sizeof(struct bcmeth_softc),
264 struct bcmeth_softc * const sc = device_private(self);
440 //struct bcmeth_softc * const sc = ifp->if_softc;
447 //struct bcmeth_softc * const sc = ifp->if_softc;
467 struct bcmeth_softc * const sc = ifp->if_softc;
613 struct bcmeth_softc * const sc = ifp->if_softc;
700 struct bcmeth_softc *sc,
712 struct bcmeth_softc *sc,
724 struct bcmeth_softc *sc,
736 struct bcmeth_softc *sc,
748 struct bcmeth_softc *sc,
758 struct bcmeth_softc *sc,
769 struct bcmeth_softc *sc,
783 struct bcmeth_softc *sc,
880 struct bcmeth_softc *sc)
930 struct bcmeth_softc *sc,
948 struct bcmeth_softc *sc,
1000 struct bcmeth_softc *sc,
1039 struct bcmeth_softc *sc,
1199 struct bcmeth_softc *sc,
1226 struct bcmeth_softc *sc,
1268 struct bcmeth_softc *sc,
1303 struct bcmeth_softc * const sc,
1311 struct bcmeth_softc * const sc,
1319 struct bcmeth_softc *sc,
1355 struct bcmeth_softc *sc,
1383 struct bcmeth_softc *sc,
1397 struct bcmeth_softc *sc,
1550 struct bcmeth_softc *sc,
1598 struct bcmeth_softc *sc,
1682 struct bcmeth_softc *sc,
1704 struct bcmeth_softc *sc,
1750 struct bcmeth_softc * const sc = ifp->if_softc;
1776 struct bcmeth_softc * const sc = arg;
1888 bcmeth_soft_txintr(struct bcmeth_softc *sc)
1912 struct bcmeth_softc * const sc = arg;
1964 struct bcmeth_softc * const sc = arg;